@Deprecated public class CanvasAxisTickRenderer extends Object implements Renderer
| Constructor and Description |
|---|
CanvasAxisTickRenderer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Float |
getAngle()
Deprecated.
|
Boolean |
getEnableFontSupport()
Deprecated.
|
String |
getFontFamily()
Deprecated.
|
String |
getFontSize()
Deprecated.
|
Float |
getFontStretch()
Deprecated.
|
String |
getFontWeight()
Deprecated.
|
String |
getFormatString()
Deprecated.
|
JqPlotResources |
getFormatter()
Deprecated.
|
Boolean |
getIsMinorTick()
Deprecated.
|
String |
getLabelPosition()
Deprecated.
|
String |
getMark()
Deprecated.
|
Integer |
getMarkSize()
Deprecated.
|
String |
getPrefix()
Deprecated.
|
Float |
getPt2px()
Deprecated.
|
Boolean |
getShow()
Deprecated.
|
Boolean |
getShowGridline()
Deprecated.
|
Boolean |
getShowMark()
Deprecated.
|
String |
getTextColor()
Deprecated.
|
JqPlotResources |
resource()
Deprecated.
Resource.
|
void |
setAngle(Float angle)
Deprecated.
|
void |
setEnableFontSupport(Boolean enableFontSupport)
Deprecated.
|
void |
setFontFamily(String fontFamily)
Deprecated.
|
void |
setFontSize(String fontSize)
Deprecated.
|
void |
setFontStretch(Float fontStretch)
Deprecated.
|
void |
setFontWeight(String fontWeight)
Deprecated.
|
void |
setFormatString(String formatString)
Deprecated.
|
void |
setFormatter(JqPlotResources formatter)
Deprecated.
|
void |
setIsMinorTick(Boolean isMinorTick)
Deprecated.
|
void |
setLabelPosition(String labelPosition)
Deprecated.
|
void |
setMark(String mark)
Deprecated.
|
void |
setMarkSize(Integer markSize)
Deprecated.
|
void |
setPrefix(String prefix)
Deprecated.
|
void |
setPt2px(Float pt2px)
Deprecated.
|
void |
setShow(Boolean show)
Deprecated.
|
void |
setShowGridline(Boolean showGridline)
Deprecated.
|
void |
setShowMark(Boolean showMark)
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 Float getAngle()
public void setAngle(Float angle)
angle - the angle 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 String getLabelPosition()
public void setLabelPosition(String labelPosition)
labelPosition - the labelPosition to setpublic JqPlotResources getFormatter()
public void setFormatter(JqPlotResources formatter)
formatter - the formatter to setpublic String getFormatString()
public void setFormatString(String formatString)
formatString - the formatString to setpublic String getPrefix()
public void setPrefix(String prefix)
prefix - the prefix 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 getFontWeight()
public void setFontWeight(String fontWeight)
fontWeight - the fontWeight to setpublic Float getFontStretch()
public void setFontStretch(Float fontStretch)
fontStretch - the fontStretch to setpublic String getTextColor()
public void setTextColor(String textColor)
textColor - the textColor to setpublic Boolean getEnableFontSupport()
public void setEnableFontSupport(Boolean enableFontSupport)
enableFontSupport - the enableFontSupport to setpublic Float getPt2px()
public void setPt2px(Float pt2px)
pt2px - the pt2px to setpublic JqPlotResources resource()
RendererCopyright © 2021. All rights reserved.