public class CartesianCategoryTicks extends CartesianTicks
CartesianTicks| Constructor and Description |
|---|
CartesianCategoryTicks() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode()
Write the options of cartesian category ticks
|
List<String> |
getLabels()
Gets the labels
|
String |
getMax()
Gets the max
|
String |
getMin()
Gets the min
|
void |
setLabels(List<String> labels)
Sets the labels
|
void |
setMax(String max)
Sets the max
|
void |
setMin(String min)
Sets the min
|
getAutoSkipPadding, getLabelOffset, getMaxRotation, getMinRotation, getPadding, isAutoSkip, isMirror, setAutoSkip, setAutoSkipPadding, setLabelOffset, setMaxRotation, setMinRotation, setMirror, setPaddingpublic void setLabels(List<String> labels)
labels - List<String> list of labels to display.public String getMin()
public void setMin(String min)
min - The minimum item to display.public String getMax()
public void setMax(String max)
max - The maximum item to display.public String encode() throws IOException
encode in class CartesianTicksIOException - If an I/O error occursCopyright © 2019. All rights reserved.