@Deprecated public class AxisTickRenderer extends Object implements Renderer
| Constructor and Description |
|---|
AxisTickRenderer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEscapeHTML()
Deprecated.
|
String |
getFontFamily()
Deprecated.
|
String |
getFontSize()
Deprecated.
|
String |
getFormatString()
Deprecated.
|
JqPlotResources |
getFormatter()
Deprecated.
|
Boolean |
getIsMinorTick()
Deprecated.
|
String |
getMark()
Deprecated.
|
Integer |
getMarkSize()
Deprecated.
|
String |
getPrefix()
Deprecated.
|
Boolean |
getShow()
Deprecated.
|
Boolean |
getShowGridline()
Deprecated.
|
Boolean |
getShowMark()
Deprecated.
|
Integer |
getSize()
Deprecated.
|
String |
getTextColor()
Deprecated.
|
JqPlotResources |
resource()
Deprecated.
Resource.
|
void |
setEscapeHTML(Boolean escapeHTML)
Deprecated.
|
void |
setFontFamily(String fontFamily)
Deprecated.
|
void |
setFontSize(String fontSize)
Deprecated.
|
void |
setFormatString(String formatString)
Deprecated.
|
void |
setFormatter(JqPlotResources formatter)
Deprecated.
|
void |
setIsMinorTick(Boolean isMinorTick)
Deprecated.
|
void |
setMark(String mark)
Deprecated.
|
void |
setMarkSize(Integer markSize)
Deprecated.
|
void |
setPrefix(String prefix)
Deprecated.
|
void |
setShow(Boolean show)
Deprecated.
|
void |
setShowGridline(Boolean showGridline)
Deprecated.
|
void |
setShowMark(Boolean showMark)
Deprecated.
|
void |
setSize(Integer size)
Deprecated.
|
void |
setTextColor(String textColor)
Deprecated.
|
public String getMark()
public void setMark(String mark)
mark - the mark to setpublic Boolean getShowMark()
public void setShowMark(Boolean showMark)
showMark - the showMark to setpublic Boolean getShowGridline()
public void setShowGridline(Boolean showGridline)
showGridline - the showGridline to setpublic Boolean getIsMinorTick()
public void setIsMinorTick(Boolean isMinorTick)
isMinorTick - the isMinorTick to setpublic Integer getSize()
public void setSize(Integer size)
size - the size to setpublic Integer getMarkSize()
public void setMarkSize(Integer markSize)
markSize - the markSize to setpublic Boolean getShow()
public void setShow(Boolean show)
show - the show to setpublic JqPlotResources getFormatter()
public void setFormatter(JqPlotResources formatter)
formatter - the formatter to setpublic String getPrefix()
public void setPrefix(String prefix)
prefix - the prefix to setpublic String getFormatString()
public void setFormatString(String formatString)
formatString - the formatString to setpublic String getFontFamily()
public void setFontFamily(String fontFamily)
fontFamily - the fontFamily to setpublic String getFontSize()
public void setFontSize(String fontSize)
fontSize - the fontSize to setpublic String getTextColor()
public void setTextColor(String textColor)
textColor - the textColor to setpublic Boolean getEscapeHTML()
public void setEscapeHTML(Boolean escapeHTML)
escapeHTML - the escapeHTML to setpublic JqPlotResources resource()
RendererCopyright © 2024. All rights reserved.