Interface Stroke

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    StrokeImpl

    public interface Stroke
    extends java.io.Serializable
    The Interface Stroke.
    • Method Detail

      • getType

        java.lang.String getType()
        Gets the type.
        Returns:
        the type
      • setType

        void setType​(java.lang.String type)
        Sets the type.
        Parameters:
        type - the type to set
      • getWidth

        double getWidth()
        Gets the width.
        Returns:
        the width
      • setWidth

        void setWidth​(double width)
        Sets the width.
        Parameters:
        width - the width to set
      • getVisibleWidth

        double getVisibleWidth()
        Gets the visible width.
        Returns:
        the visibleWidth
      • setVisibleWidth

        void setVisibleWidth​(double visibleWidth)
        Sets the visible width.
        Parameters:
        visibleWidth - the visibleWidth to set
      • getAlign

        int getAlign()
        Gets the align.
        Returns:
        the align
      • setAlign

        void setAlign​(int align)
        Sets the align.
        Parameters:
        align - the align to set
      • getMiter

        double getMiter()
        Gets the miter.
        Returns:
        the miter
      • setMiter

        void setMiter​(double miter)
        Sets the miter.
        Parameters:
        miter - the miter to set
      • getOverprint

        int getOverprint()
        Gets the overprint.
        Returns:
        the overprint
      • setOverprint

        void setOverprint​(int overprint)
        Sets the overprint.
        Parameters:
        overprint - the overprint to set
      • getGapoverprint

        int getGapoverprint()
        Gets the gapoverprint.
        Returns:
        the gapoverprint
      • setGapoverprint

        void setGapoverprint​(int gapoverprint)
        Sets the gapoverprint.
        Parameters:
        gapoverprint - the gapoverprint to set
      • getCap

        java.lang.String getCap()
        Gets the cap.
        Returns:
        the cap
      • setCap

        void setCap​(java.lang.String cap)
        Sets the cap.
        Parameters:
        cap - the cap to set
      • getJoin

        java.lang.String getJoin()
        Gets the join.
        Returns:
        the join
      • setJoin

        void setJoin​(java.lang.String join)
        Sets the join.
        Parameters:
        join - the join to set
      • getStart

        java.lang.String getStart()
        Gets the start.
        Returns:
        the start
      • setStart

        void setStart​(java.lang.String start)
        Sets the start.
        Parameters:
        start - the start to set
      • getEnd

        java.lang.String getEnd()
        Gets the end.
        Returns:
        the end
      • setEnd

        void setEnd​(java.lang.String end)
        Sets the end.
        Parameters:
        end - the end to set
      • getColor

        Color getColor()
        Color Gets the color.
        Returns:
        the color
        See Also:
        Color
      • setColor

        void setColor​(Color color)
        Color Sets the color.
        Parameters:
        color - the color to set
        See Also:
        Color
      • getGapcolor

        Color getGapcolor()
        Color Gets the gapcolor.
        Returns:
        the gapcolor
        See Also:
        Color
      • setGapcolor

        void setGapcolor​(Color gapcolor)
        Color Sets the gapcolor.
        Parameters:
        gapcolor - the gapcolor to set
        See Also:
        Color