类 LonLatAxis

  • 所有已实现的接口:
    java.lang.Cloneable
    直接已知子类:
    ProjLonLatAxis

    public class LonLatAxis
    extends Axis
    implements java.lang.Cloneable
    作者:
    wyq
    • 构造器详细资料

      • LonLatAxis

        public LonLatAxis​(java.lang.String label,
                          boolean isX,
                          boolean longitude)
        Constructor
        参数:
        label - Axis label
        isX - Is x axis or not
        longitude - Is longitude or not
      • LonLatAxis

        public LonLatAxis​(java.lang.String label,
                          boolean isX)
        Constructor
        参数:
        label - Axis label
        isX - 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
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        覆盖:
        clone 在类中 Axis
        抛出:
        java.lang.CloneNotSupportedException