类 GridLabel


  • public class GridLabel
    extends Object
    作者:
    Yaqiang Wang
    • 构造器详细资料

      • GridLabel

        public GridLabel()
        Constructor
    • 方法详细资料

      • getLabDirection

        public Direction getLabDirection()
        Get label direction
        返回:
        Label direction
      • setLabDirection

        public void setLabDirection​(Direction dir)
        Set label direction
        参数:
        dir - Label direction
      • getLabString

        public String getLabString()
        Get label string
        返回:
        label string
      • setLabString

        public void setLabString​(String str)
        Set label string
        参数:
        str - Label string
      • getLabPoint

        public PointD getLabPoint()
        Get label point
        返回:
        Label Point
      • setLabPoint

        public void setLabPoint​(PointD p)
        Set label point
        参数:
        p - Label Point
      • getCoord

        public PointD getCoord()
        Get coordinate
        返回:
        Coordinate
      • setCoord

        public void setCoord​(PointD value)
        Set coordinate
        参数:
        value - Coordinate
      • isLongitude

        public boolean isLongitude()
        Get if is longitude
        返回:
        Boolean
      • setLongitude

        public void setLongitude​(boolean istrue)
        Set if is longitude
        参数:
        istrue - Boolean
      • isBorder

        public boolean isBorder()
        Get if is border
        返回:
        Boolean
      • setBorder

        public void setBorder​(boolean istrue)
        Set if is border
        参数:
        istrue - Boolean
      • getValue

        public float getValue()
        Get value
        返回:
        Value
      • setValue

        public void setValue​(float value)
        Set value
        参数:
        value - Value
      • getAngle

        public float getAngle()
        Get angle
        返回:
        Angle
      • setAnge

        public void setAnge​(float value)
        Set angle
        参数:
        value - Angle