CloneableProjLonLatAxispublic class LonLatAxis extends Axis implements Cloneable
| 构造器 | 说明 |
|---|---|
LonLatAxis(String label,
boolean isX) |
Constructor
|
LonLatAxis(String label,
boolean isX,
boolean longitude) |
Constructor
|
LonLatAxis(Axis axis) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Object |
clone() |
|
boolean |
isDrawDegreeSymbol() |
Get if draw degree symbol
|
boolean |
isLongitude() |
Get is longitude or not
|
void |
setDrawDegreeSymbol(boolean value) |
Set if draw degree symbol
|
void |
setLongitude(boolean value) |
Set is longitude or not
|
void |
updateTickLabels() |
Get tick labels
|
draw, getLabel, getLabelColor, getLabelFont, getLabelGap, getLineColor, getLineStroke, getLineStyle, getLineWidth, getLocation, getMaxLabelLength, getMaxLenLable, getMaxLenText, getMaxLinesText, getMaxTickDim, getMaxTickLableLines, getMaxValue, getMinorTickNum, getMinValue, getShift, getTickColor, getTickDeltaValue, getTickLabelAngle, getTickLabelColor, getTickLabelFont, getTickLabelGap, getTickLabels, getTickLabelText, getTickLength, getTickLocations, getTickSpace, getTickStartValue, getTickStroke, getTickValues, getXAxisHeight, getYAxisWidth, isAutoTick, isDrawLabel, isDrawTickLabel, isDrawTickLine, isInsideTick, isInverse, isMinorTickVisible, isVisible, isXAxis, setAutoTick, setColor_All, setDrawLabel, setDrawTickLabel, setDrawTickLine, setInsideTick, setInverse, setLabel, setLabel, setLabelColor, setLabelFont, setLineColor, setLineStyle, setLineWidth, setLocation, setMaxValue, setMinMaxValue, setMinorTickNum, setMinorTickVisible, setMinValue, setShift, setTickColor, setTickDeltaValue, setTickLabelAngle, setTickLabelColor, setTickLabelFont, setTickLabelGap, setTickLabels, setTickLabels_Number, setTickLabelText, setTickLength, setTickLocations, setTickLocations, setTickSpace, setTickStartValue, setTickStroke, setTickValues, setTickValues, setVisible, setXAxis, updateLabelGap, updateTickValuespublic LonLatAxis(String label, boolean isX, boolean longitude)
label - Axis labelisX - Is x axis or notlongitude - Is longitude or notpublic LonLatAxis(String label, boolean isX)
label - Axis labelisX - Is x axis or notpublic LonLatAxis(Axis axis)
axis - Axispublic boolean isDrawDegreeSymbol()
public void setDrawDegreeSymbol(boolean value)
value - Booleanpublic boolean isLongitude()
public void setLongitude(boolean value)
value - Longitude or notpublic void updateTickLabels()
updateTickLabels 在类中 Axispublic Object clone() throws CloneNotSupportedException
clone 在类中 AxisCloneNotSupportedExceptionCopyright © 2019. All rights reserved.