类 ProjLonLatAxis
- java.lang.Object
-
- org.meteoinfo.chart.axis.Axis
-
- org.meteoinfo.chart.axis.LonLatAxis
-
- org.meteoinfo.chart.axis.ProjLonLatAxis
-
- 所有已实现的接口:
java.lang.Cloneable
public class ProjLonLatAxis extends LonLatAxis
- 作者:
- Yaqiang Wang
-
-
构造器概要
构造器 构造器 说明 ProjLonLatAxis(java.lang.String label, boolean isX, ProjectionInfo proj)ConstructorProjLonLatAxis(java.lang.String label, boolean isX, ProjectionInfo proj, double xy)Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.Objectclone()ProjectionInfogetProject()Get projectiondoublegetX_Y()Get x_y valuevoidsetProject(ProjectionInfo value)Set projectionvoidsetX_Y(double value)Set x_y valuevoidupdateTickLabels()Get tick labelsvoidupdateTickValues()Update tick values-
从类继承的方法 org.meteoinfo.chart.axis.LonLatAxis
isDrawDegreeSymbol, isLongitude, setDrawDegreeSymbol, setLongitude
-
从类继承的方法 org.meteoinfo.chart.axis.Axis
draw, getLabel, getLabelColor, getLabelFont, getLabelGap, getLineColor, getLineStroke, getLineStyle, getLineWidth, getLocation, getMaxLabelLength, getMaxLenLable, getMaxLenText, 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
-
-
-
-
构造器详细资料
-
ProjLonLatAxis
public ProjLonLatAxis(java.lang.String label, boolean isX, ProjectionInfo proj)Constructor- 参数:
label- LabelisX- Is x/longitude axis or notproj- Projection
-
ProjLonLatAxis
public ProjLonLatAxis(java.lang.String label, boolean isX, ProjectionInfo proj, double xy)Constructor- 参数:
label- LabelisX- Is x/longitude axis or notproj- Projectionxy- X or Y value of the axis - using for projection
-
-
方法详细资料
-
getProject
public ProjectionInfo getProject()
Get projection- 返回:
- Projection
-
setProject
public void setProject(ProjectionInfo value)
Set projection- 参数:
value- Projection
-
getX_Y
public double getX_Y()
Get x_y value- 返回:
- x_y value
-
setX_Y
public void setX_Y(double value)
Set x_y value- 参数:
value- x_y value
-
updateTickValues
public void updateTickValues()
Update tick values- 覆盖:
updateTickValues在类中Axis
-
updateTickLabels
public void updateTickLabels()
Get tick labels- 覆盖:
updateTickLabels在类中LonLatAxis
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException- 覆盖:
clone在类中LonLatAxis- 抛出:
java.lang.CloneNotSupportedException
-
-