Documentation of 'sgtplot.LayerChild' Java class
LayerChild
sgtplot

Interface LayerChild

    • Method Detail

      • draw

        void draw(org.freehep.graphics2d.VectorGraphics g)
           throws LayerNotFoundException
        Draw the LayerChild.
        Parameters:
        g - Graphics context
        Throws:
        LayerNotFoundException - No layer is associated with the LayerChild.
      • getLayer

        Layer getLayer()
        Get the associated Layer.
        Returns:
        Associated layer
      • setLayer

        void setLayer(Layer l)
        Associate a Layer with the LayerChild.
        Parameters:
        l - Parent layer.
      • getId

        java.lang.String getId()
        Get the identifier.
        Returns:
        LayerChild identification.
      • setId

        void setId(java.lang.String id)
        Set the identifier.
        Parameters:
        id - LayerChild identification.
      • copy

        LayerChild copy()
        Create a copy of the LayerChild.
        Returns:
        A copy of the LayerChild.
      • toString

        java.lang.String toString()
        Return a string that represents the LayerChild.
        Overrides:
        toString in class java.lang.Object
        Returns:
        Stringified LayerChild representation.
      • isVisible

        boolean isVisible()
        Check if LayerChild is visible.
        Returns:
        true if visible
        Since:
        2.0
      • setVisible

        void setVisible(boolean visible)
        Set visibility for a LayerChild.
        Parameters:
        visible - visible if true
        Since:
        2.0
      • getPane

        AbstractPane getPane()
        Get AbstractPane of the LayerChild.
        Since:
        2.0
      • modified

        void modified(java.lang.String mess)
        Used by sgtplot internally.
        Since:
        2.0

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.