类 PointBreak

    • 字段详细资料

      • outlineColor

        protected java.awt.Color outlineColor
      • outlineSize

        protected float outlineSize
      • size

        protected float size
      • drawOutline

        protected boolean drawOutline
      • drawFill

        protected boolean drawFill
      • fontName

        protected java.lang.String fontName
      • charIndex

        protected int charIndex
      • imagePath

        protected java.lang.String imagePath
      • angle

        protected float angle
    • 构造器详细资料

      • PointBreak

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

      • getMarkerType

        public MarkerType getMarkerType()
        Get marker type
        返回:
        Marker type
      • setMarkerType

        public void setMarkerType​(MarkerType value)
        Set marker type
        参数:
        value - Marker type
      • getFontName

        public java.lang.String getFontName()
        Get font name
        返回:
        Font name string
      • setFontName

        public void setFontName​(java.lang.String name)
        Set font name
        参数:
        name - Font name string
      • getCharIndex

        public int getCharIndex()
        Get character index
        返回:
        Character index
      • setCharIndex

        public void setCharIndex​(int idx)
        Set character index
        参数:
        idx - Index
      • getImagePath

        public java.lang.String getImagePath()
        Get image file path
        返回:
        Image file path
      • setImagePath

        public void setImagePath​(java.lang.String path)
        Set image file path
        参数:
        path - Image file path
      • getOutlineColor

        public java.awt.Color getOutlineColor()
        Get outline color
        返回:
        Outline color
      • setOutlineColor

        public void setOutlineColor​(java.awt.Color c)
        Set outline color
        参数:
        c - Color
      • getOutlineSize

        public float getOutlineSize()
        Get outline size
        返回:
        Outline size
      • setOutlineSize

        public void setOutlineSize​(float value)
        Set outline size
        参数:
        value - Outline size
      • getSize

        public float getSize()
        Get size
        返回:
        Size
      • setSize

        public void setSize​(float value)
        Set size
        参数:
        value - Size
      • getStyle

        public PointStyle getStyle()
        Get point style
        返回:
        Point style
      • setStyle

        public void setStyle​(PointStyle value)
        Set point style
        参数:
        value - Point style
      • isDrawOutline

        public boolean isDrawOutline()
        Get if draw outline
        返回:
        Boolean
      • setDrawOutline

        public void setDrawOutline​(boolean isTrue)
        Set if draw outline
        参数:
        isTrue - Boolean
      • isDrawFill

        public boolean isDrawFill()
        Get if draw fill
        返回:
        Boolean
      • setDrawFill

        public void setDrawFill​(boolean isTrue)
        Set if draw fill
        参数:
        isTrue - Boolean
      • getAngle

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

        public void setAngle​(float value)
        Set point angle
        参数:
        value - Angle
      • getPropertyObject

        public java.lang.Object getPropertyObject()
        Get property object
        覆盖:
        getPropertyObject 在类中 ColorBreak
        返回:
        Property object
      • clone

        public java.lang.Object clone()
        Clone
        覆盖:
        clone 在类中 ColorBreak
        返回:
        PointBreak
      • exportToXML

        public void exportToXML​(org.w3c.dom.Document doc,
                                org.w3c.dom.Element parent)
        Export to xml document
        覆盖:
        exportToXML 在类中 ColorBreak
        参数:
        doc - xml document
        parent - parent xml element