public class CartesianCategoryAxes extends CartesianAxes
CartesianAxes.| Constructor and Description |
|---|
CartesianCategoryAxes() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode()
Write the options of cartesian category axes
|
List<String> |
getLabels()
Gets the labels
|
CartesianCategoryTicks |
getTicks()
Gets the ticks
|
String |
getType()
Gets the type
|
void |
setLabels(List<String> labels)
Sets the labels
|
void |
setTicks(CartesianCategoryTicks ticks)
Sets the ticks
|
void |
setType(String type)
Sets the type
|
getGridLines, getId, getPosition, getScaleLabel, isOffset, isStacked, setGridLines, setId, setOffset, setPosition, setScaleLabel, setStackedpublic CartesianCategoryTicks getTicks()
public void setTicks(CartesianCategoryTicks ticks)
ticks - the CartesianCategoryTicks objectpublic String getType()
public void setType(String type)
type - the type of cartesian axespublic void setLabels(List<String> labels)
labels - List<String> list of labels to display.public String encode() throws IOException
encode in class CartesianAxesIOException - If an I/O error occursCopyright © 2019. All rights reserved.