Class PointBreak

    • Constructor Detail

      • PointBreak

        public PointBreak​()
        Constructor
    • Method Detail

      • getMarkerType

        public MarkerType getMarkerType​()
        Get marker type
        Returns:
        Marker type
      • setMarkerType

        public void setMarkerType​(MarkerType markerType)
        Set marker type
        Parameters:
        markerType - Marker type
      • getFontName

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

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

        public int getCharIndex​()
        Get character index
        Returns:
        Character index
      • setCharIndex

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

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

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

        public java.awt.Color getOutlineColor​()
        Get outline color
        Returns:
        Outline color
      • setOutlineColor

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

        public float getOutlineSize​()
        Get outline size
        Returns:
        Outline size
      • setOutlineSize

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

        public float getSize​()
        Get size
        Returns:
        Size
      • setSize

        public void setSize​(float size)
        Set size
        Parameters:
        size - Size
      • getStyle

        public PointStyle getStyle​()
        Get point style
        Returns:
        Point style
      • setStyle

        public void setStyle​(PointStyle style)
        Set point style
        Parameters:
        style - Point style
      • getDrawOutline

        public boolean getDrawOutline​()
        Get if draw outline
        Returns:
        Boolean
      • setDrawOutline

        public void setDrawOutline​(boolean isTrue)
        Set if draw outline
        Parameters:
        isTrue - Boolean
      • getDrawFill

        public boolean getDrawFill​()
        Get if draw fill
        Returns:
        Boolean
      • setDrawFill

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

        public float getAngle​()
        Get point angle
        Returns:
        Angle
      • setAngle

        public void setAngle​(float angle)
        Set point angle
        Parameters:
        angle - Angle
      • getPropertyObject

        public java.lang.Object getPropertyObject​()
        Get property object
        Overrides:
        getPropertyObject in class ColorBreak
        Returns:
        Property object
      • clone

        public java.lang.Object clone​()
        Clone
        Overrides:
        clone in class ColorBreak
        Returns:
        PointBreak
      • exportToXML

        public void exportToXML​(org.w3c.dom.Document doc,
                                org.w3c.dom.Element parent)
        Export to xml document
        Overrides:
        exportToXML in class ColorBreak
        Parameters:
        doc - xml document
        parent - parent xml element