类 LonLatAxis
- java.lang.Object
-
- org.meteoinfo.chart.axis.Axis
-
- org.meteoinfo.chart.axis.LonLatAxis
-
- 所有已实现的接口:
java.lang.Cloneable
- 直接已知子类:
ProjLonLatAxis
public class LonLatAxis extends Axis implements java.lang.Cloneable
- 作者:
- wyq
-
-
构造器概要
构造器 构造器 说明 LonLatAxis(java.lang.String label, boolean isX)ConstructorLonLatAxis(java.lang.String label, boolean isX, boolean longitude)ConstructorLonLatAxis(Axis axis)Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.Objectclone()booleanisDrawDegreeSymbol()Get if draw degree symbolbooleanisLongitude()Get is longitude or notvoidsetDrawDegreeSymbol(boolean value)Set if draw degree symbolvoidsetLongitude(boolean value)Set is longitude or notvoidupdateTickLabels()Get tick labels-
从类继承的方法 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, updateTickValues
-
-
-
-
构造器详细资料
-
LonLatAxis
public LonLatAxis(java.lang.String label, boolean isX, boolean longitude)Constructor- 参数:
label- Axis labelisX- Is x axis or notlongitude- Is longitude or not
-
LonLatAxis
public LonLatAxis(java.lang.String label, boolean isX)Constructor- 参数:
label- Axis labelisX- Is x axis or not
-
LonLatAxis
public LonLatAxis(Axis axis)
Constructor- 参数:
axis- Axis
-
-
方法详细资料
-
isDrawDegreeSymbol
public boolean isDrawDegreeSymbol()
Get if draw degree symbol- 返回:
- Boolean
-
setDrawDegreeSymbol
public void setDrawDegreeSymbol(boolean value)
Set if draw degree symbol- 参数:
value- Boolean
-
isLongitude
public boolean isLongitude()
Get is longitude or not- 返回:
- Longitude or not
-
setLongitude
public void setLongitude(boolean value)
Set is longitude or not- 参数:
value- Longitude or not
-
updateTickLabels
public void updateTickLabels()
Get tick labels- 覆盖:
updateTickLabels在类中Axis
-
-