Documentation of 'org.jplot2d.element.impl.ElementImpl' Java class
ElementImpl
org.jplot2d.element.impl

Class ElementImpl

    • Constructor Detail

      • ElementImpl

        public ElementImpl()
    • Method Detail

      • getParent

        public ElementEx getParent()
        Description copied from interface: Element
        Gets the parent of this component.
        Specified by:
        getParent in interface Element
        Specified by:
        getParent in interface ElementEx
        Returns:
        the parent of this component
      • setParent

        public void setParent(ElementEx parent)
        Description copied from interface: ElementEx
        Sets the parent of this component
        Specified by:
        setParent in interface ElementEx
        Parameters:
        parent - the new parent
      • getFullId

        public java.lang.String getFullId()
        Description copied from interface: ElementEx
        Returns the full id of this component. The full id is composed of series of ids concatenated with dots. The 1st id is the id of this element, the 2nd id is the id of the parent of this element, etc, until the root plot.
        Specified by:
        getFullId in interface ElementEx
        Returns:
        the full id of this component
      • notify

        public void notify(Notice msg)
        Description copied from interface: ElementEx
        Element call this method to notify message to its parent.
        Specified by:
        notify in interface ElementEx
        Parameters:
        msg - the notice message
      • copyStructure

        public ElementEx copyStructure(java.util.Map<ElementEx,ElementEx> orig2copyMap)
        Description copied from interface: ElementEx
        Create a structural copy of this element and put them into orig2copyMap. All properties are not copied. The parent of the copy are not set by this method.
        Specified by:
        copyStructure in interface ElementEx
        Parameters:
        orig2copyMap - original element to copy map
        Returns:
        the structural copy of this element
      • copyFrom

        public void copyFrom(ElementEx src)
        Description copied from interface: ElementEx
        Copies all properties from given src to this element. Notice properties of sub-elements are not copied over.
        Specified by:
        copyFrom in interface ElementEx
        Parameters:
        src - the src
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.