Documentation
TAttAxis (ForeignPtr RawTAttAxis) |
class IDeletable a => ITAttAxis a whereSource
getNdivisions :: a -> IO IntSource
getAxisColor :: a -> IO IntSource
getLabelColor :: a -> IO IntSource
getLabelFont :: a -> IO IntSource
getLabelOffset :: a -> IO DoubleSource
getLabelSize :: a -> IO DoubleSource
getTitleOffset :: a -> IO DoubleSource
getTitleSize :: a -> IO DoubleSource
getTickLength :: a -> IO DoubleSource
getTitleFont :: a -> IO IntSource
setNdivisions :: a -> Int -> Int -> IO ()Source
setAxisColor :: a -> Int -> IO ()Source
setLabelColor :: a -> Int -> IO ()Source
setLabelFont :: a -> Int -> IO ()Source
setLabelOffset :: a -> Double -> IO ()Source
setLabelSize :: a -> Double -> IO ()Source
setTickLength :: a -> Double -> IO ()Source
setTitleOffset :: a -> Double -> IO ()Source
setTitleSize :: a -> Double -> IO ()Source
setTitleColor :: a -> Int -> IO ()Source
setTitleFont :: a -> Int -> IO ()Source
upcastTAttAxis :: (FPtr a, ITAttAxis a) => a -> TAttAxisSource