Class HyperlinkImpl

  • All Implemented Interfaces:
    Hyperlink, java.io.Serializable

    public class HyperlinkImpl
    extends java.lang.Object
    implements java.io.Serializable, Hyperlink
    See Also:
    Serialized Form
    • Constructor Detail

      • HyperlinkImpl

        public HyperlinkImpl()
    • Method Detail

      • getUid

        public int getUid()
        Description copied from interface: Hyperlink
        Gets the uid.
        Specified by:
        getUid in interface Hyperlink
        Returns:
        the uid
      • setUid

        public void setUid​(int uid)
        Description copied from interface: Hyperlink
        Sets the uid.
        Specified by:
        setUid in interface Hyperlink
        Parameters:
        uid - the uid to set
      • getName

        public java.lang.String getName()
        Description copied from interface: Hyperlink
        Gets the name.
        Specified by:
        getName in interface Hyperlink
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: Hyperlink
        Sets the name.
        Specified by:
        setName in interface Hyperlink
        Parameters:
        name - the name to set
      • getDestinationName

        public java.lang.String getDestinationName()
        Description copied from interface: Hyperlink
        Gets the destination name.
        Specified by:
        getDestinationName in interface Hyperlink
        Returns:
        the destinationName
      • setDestinationName

        public void setDestinationName​(java.lang.String destinationName)
        Description copied from interface: Hyperlink
        Sets the destination name.
        Specified by:
        setDestinationName in interface Hyperlink
        Parameters:
        destinationName - the destinationName to set
      • getDestinationInfo

        public java.lang.String getDestinationInfo()
        Description copied from interface: Hyperlink
        Gets the destination info.
        Specified by:
        getDestinationInfo in interface Hyperlink
        Returns:
        the destinationInfo
      • setDestinationInfo

        public void setDestinationInfo​(java.lang.String destinationInfo)
        Description copied from interface: Hyperlink
        Sets the destination info.
        Specified by:
        setDestinationInfo in interface Hyperlink
        Parameters:
        destinationInfo - the destinationInfo to set
      • getVisible

        public int getVisible()
        Description copied from interface: Hyperlink
        Gets the visible.
        Specified by:
        getVisible in interface Hyperlink
        Returns:
        the visible
      • setVisible

        public void setVisible​(int visible)
        Description copied from interface: Hyperlink
        Sets the visible.
        Specified by:
        setVisible in interface Hyperlink
        Parameters:
        visible - the visible to set
      • getBorderwidth

        public int getBorderwidth()
        Description copied from interface: Hyperlink
        Gets the borderwidth.
        Specified by:
        getBorderwidth in interface Hyperlink
        Returns:
        the borderwidth
      • setBorderwidth

        public void setBorderwidth​(int borderwidth)
        Description copied from interface: Hyperlink
        Sets the borderwidth.
        Specified by:
        setBorderwidth in interface Hyperlink
        Parameters:
        borderwidth - the borderwidth to set
      • getStyle

        public int getStyle()
        Description copied from interface: Hyperlink
        Gets the style.
        Specified by:
        getStyle in interface Hyperlink
        Returns:
        the style
      • setStyle

        public void setStyle​(int style)
        Description copied from interface: Hyperlink
        Sets the style.
        Specified by:
        setStyle in interface Hyperlink
        Parameters:
        style - the style to set
      • getHilight

        public int getHilight()
        Description copied from interface: Hyperlink
        Gets the hilight.
        Specified by:
        getHilight in interface Hyperlink
        Returns:
        the hilight
      • setHilight

        public void setHilight​(int hilight)
        Description copied from interface: Hyperlink
        Sets the hilight.
        Specified by:
        setHilight in interface Hyperlink
        Parameters:
        hilight - the hilight to set
      • getColor

        public int getColor()
        Description copied from interface: Hyperlink
        Gets the color.
        Specified by:
        getColor in interface Hyperlink
        Returns:
        the color
      • setColor

        public void setColor​(int color)
        Description copied from interface: Hyperlink
        Sets the color.
        Specified by:
        setColor in interface Hyperlink
        Parameters:
        color - the color to set
      • getZoomType

        public int getZoomType()
        Description copied from interface: Hyperlink
        Gets the zoom type.
        Specified by:
        getZoomType in interface Hyperlink
        Returns:
        the zoomType
      • setZoomType

        public void setZoomType​(int zoomType)
        Description copied from interface: Hyperlink
        Sets the zoom type.
        Specified by:
        setZoomType in interface Hyperlink
        Parameters:
        zoomType - the zoomType to set
      • getZoomPercent

        public double getZoomPercent()
        Description copied from interface: Hyperlink
        Gets the zoom percent.
        Specified by:
        getZoomPercent in interface Hyperlink
        Returns:
        the zoomPercent
      • setZoomPercent

        public void setZoomPercent​(double zoomPercent)
        Description copied from interface: Hyperlink
        Sets the zoom percent.
        Specified by:
        setZoomPercent in interface Hyperlink
        Parameters:
        zoomPercent - the zoomPercent to set
      • getZoomLeft

        public double getZoomLeft()
        Description copied from interface: Hyperlink
        Gets the zoom left.
        Specified by:
        getZoomLeft in interface Hyperlink
        Returns:
        the zoomLeft
      • setZoomLeft

        public void setZoomLeft​(double zoomLeft)
        Description copied from interface: Hyperlink
        Sets the zoom left.
        Specified by:
        setZoomLeft in interface Hyperlink
        Parameters:
        zoomLeft - the zoomLeft to set
      • getZoomTop

        public double getZoomTop()
        Description copied from interface: Hyperlink
        Gets the zoom top.
        Specified by:
        getZoomTop in interface Hyperlink
        Returns:
        the zoomTop
      • setZoomTop

        public void setZoomTop​(double zoomTop)
        Description copied from interface: Hyperlink
        Sets the zoom top.
        Specified by:
        setZoomTop in interface Hyperlink
        Parameters:
        zoomTop - the zoomTop to set
      • getZoomRight

        public double getZoomRight()
        Description copied from interface: Hyperlink
        Gets the zoom right.
        Specified by:
        getZoomRight in interface Hyperlink
        Returns:
        the zoomRight
      • setZoomRight

        public void setZoomRight​(double zoomRight)
        Description copied from interface: Hyperlink
        Sets the zoom right.
        Specified by:
        setZoomRight in interface Hyperlink
        Parameters:
        zoomRight - the zoomRight to set
      • getZoomBottom

        public double getZoomBottom()
        Description copied from interface: Hyperlink
        Gets the zoom bottom.
        Specified by:
        getZoomBottom in interface Hyperlink
        Returns:
        the zoomBottom
      • setZoomBottom

        public void setZoomBottom​(double zoomBottom)
        Description copied from interface: Hyperlink
        Sets the zoom bottom.
        Specified by:
        setZoomBottom in interface Hyperlink
        Parameters:
        zoomBottom - the zoomBottom to set
      • getDestinationType

        public java.lang.String getDestinationType()
        Description copied from interface: Hyperlink
        Gets the destination type.
        Specified by:
        getDestinationType in interface Hyperlink
        Returns:
        the destinationType
      • setDestinationType

        public void setDestinationType​(java.lang.String destinationType)
        Description copied from interface: Hyperlink
        Sets the destination type.
        Specified by:
        setDestinationType in interface Hyperlink
        Parameters:
        destinationType - the destinationType to set