public class AxesTicks extends Object implements Serializable
Constructor and Description |
---|
AxesTicks() |
Modifier and Type | Method and Description |
---|---|
String |
encode()
Write the common ticks options of axes
|
String |
getFontColor()
Gets the fontColor
|
String |
getFontFamily()
Gets the fontFamily
|
Number |
getFontSize()
Gets the fontSize
|
String |
getFontStyle()
Gets the fontStyle
|
boolean |
isDisplay()
Gets the display
|
boolean |
isReverse()
Gets the reverse
|
void |
setDisplay(boolean display)
Sets the display
|
void |
setFontColor(String fontColor)
Sets the fontColor
|
void |
setFontFamily(String fontFamily)
Sets the fontFamily
|
void |
setFontSize(Number fontSize)
Sets the fontSize
|
void |
setFontStyle(String fontStyle)
Sets the fontStyle
|
void |
setReverse(boolean reverse)
Sets the reverse
|
public boolean isDisplay()
public void setDisplay(boolean display)
display
- If true, show tick marks.public String getFontColor()
public void setFontColor(String fontColor)
fontColor
- Font color for tick labels.public String getFontFamily()
public void setFontFamily(String fontFamily)
fontFamily
- Font family for the tick labels.public Number getFontSize()
public void setFontSize(Number fontSize)
fontSize
- Font size for the tick labels.public String getFontStyle()
public void setFontStyle(String fontStyle)
fontStyle
- Font style for the tick labels.public boolean isReverse()
public void setReverse(boolean reverse)
reverse
- Reverses order of tick labels.public String encode() throws IOException
IOException
- If an I/O error occursCopyright © 2019. All rights reserved.