Cloneablepublic class ProjLonLatAxis extends LonLatAxis
| 构造器 | 说明 |
|---|---|
ProjLonLatAxis(String label,
boolean isX,
ProjectionInfo proj) |
Constructor
|
ProjLonLatAxis(String label,
boolean isX,
ProjectionInfo proj,
double xy) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Object |
clone() |
|
ProjectionInfo |
getProject() |
Get projection
|
double |
getX_Y() |
Get x_y value
|
void |
setProject(ProjectionInfo value) |
Set projection
|
void |
setX_Y(double value) |
Set x_y value
|
void |
updateTickLabels() |
Get tick labels
|
void |
updateTickValues() |
Update tick values
|
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, updateLabelGapisDrawDegreeSymbol, isLongitude, setDrawDegreeSymbol, setLongitudepublic ProjLonLatAxis(String label, boolean isX, ProjectionInfo proj)
label - LabelisX - Is x/longitude axis or notproj - Projectionpublic ProjLonLatAxis(String label, boolean isX, ProjectionInfo proj, double xy)
label - LabelisX - Is x/longitude axis or notproj - Projectionxy - X or Y value of the axis - using for projectionpublic ProjectionInfo getProject()
public void setProject(ProjectionInfo value)
value - Projectionpublic double getX_Y()
public void setX_Y(double value)
value - x_y valuepublic void updateTickValues()
updateTickValues 在类中 Axispublic void updateTickLabels()
updateTickLabels 在类中 LonLatAxispublic Object clone() throws CloneNotSupportedException
clone 在类中 LonLatAxisCloneNotSupportedExceptionCopyright © 2019. All rights reserved.