Package velo.ladaalpha.misc
Class Plot.PlotOptions
java.lang.Object
velo.ladaalpha.misc.Plot.PlotOptions
- Enclosing class:
- Plot
The Class PlotOptions.
-
Method Summary
Modifier and TypeMethodDescriptionBg color.Fg color.Grid color.grids(int byX, int byY) Grids.gridStroke(Stroke stroke) Grid stroke.height(int height) Height.Label font.labelPadding(int padding) Label padding.legend(Plot.LegendFormat legend) Legend.padding(int padding) Padding.plotPadding(int padding) Plot padding.tickSize(int value) Tick size.Title.Title font.width(int width) Width.
-
Method Details
-
title
Title.- Parameters:
title- the title- Returns:
- the plot options
-
width
Width.- Parameters:
width- the width- Returns:
- the plot options
-
height
Height.- Parameters:
height- the height- Returns:
- the plot options
-
bgColor
Bg color.- Parameters:
color- the color- Returns:
- the plot options
-
fgColor
Fg color.- Parameters:
color- the color- Returns:
- the plot options
-
titleFont
Title font.- Parameters:
font- the font- Returns:
- the plot options
-
padding
Padding.- Parameters:
padding- the padding- Returns:
- the plot options
-
plotPadding
Plot padding.- Parameters:
padding- the padding- Returns:
- the plot options
-
labelPadding
Label padding.- Parameters:
padding- the padding- Returns:
- the plot options
-
labelFont
Label font.- Parameters:
font- the font- Returns:
- the plot options
-
grids
Grids.- Parameters:
byX- the by XbyY- the by Y- Returns:
- the plot options
-
gridColor
Grid color.- Parameters:
color- the color- Returns:
- the plot options
-
gridStroke
Grid stroke.- Parameters:
stroke- the stroke- Returns:
- the plot options
-
tickSize
Tick size.- Parameters:
value- the value- Returns:
- the plot options
-
legend
Legend.- Parameters:
legend- the legend- Returns:
- the plot options
-