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

Interface ElementEx

    • Method Detail

      • getParent

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

        void setParent(ElementEx parent)
        Sets the parent of this component
        Parameters:
        parent - the new parent
      • getFullId

        java.lang.String getFullId()
        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.
        Returns:
        the full id of this component
      • getInvokeStepFormParent

        InvokeStep getInvokeStepFormParent()
        Return the invoke step to get this object from its parent.
        Returns:
        the invoke step
      • notify

        void notify(Notice msg)
        Element call this method to notify message to its parent.
        Parameters:
        msg - the notice message
      • copyStructure

        ElementEx copyStructure(java.util.Map<ElementEx,ElementEx> orig2copyMap)
        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.
        Parameters:
        orig2copyMap - original element to copy map
        Returns:
        the structural copy of this element
      • copyFrom

        void copyFrom(ElementEx src)
        Copies all properties from given src to this element. Notice properties of sub-elements are not copied over.
        Parameters:
        src - the src

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.