Documentation of 'sgtplot.swing.JLineProfileLayout' Java class
JLineProfileLayout
sgtplot.swing

Class JLineProfileLayout

  • All Implemented Interfaces:
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.awt.print.Printable, java.io.Serializable, javax.accessibility.Accessible, javax.swing.Scrollable, AbstractPane

    Deprecated. 
    As of v2.0, replaced by JPlotLayout

    public class JLineProfileLayout
    extends JGraphicLayout
    JLineProfileLayout creates a pre-defined graphics layout for profile data using LineCartesianGraph. This layout is application specific.
    See Also:
    LineCartesianRenderer, Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.JComponent

        javax.swing.JComponent.AccessibleJComponent
      • Nested classes/interfaces inherited from class java.awt.Component

        java.awt.Component.BaselineResizeBehavior
    • Field Summary

      • Fields inherited from class javax.swing.JLayeredPane

        DEFAULT_LAYER, DRAG_LAYER, FRAME_CONTENT_LAYER, LAYER_PROPERTY, MODAL_LAYER, PALETTE_LAYER, POPUP_LAYER
      • Fields inherited from class javax.swing.JComponent

        TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
      • Fields inherited from class java.awt.Component

        BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
      • Fields inherited from interface java.awt.print.Printable

        NO_SUCH_PAGE, PAGE_EXISTS
      • Fields inherited from interface java.awt.image.ImageObserver

        ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
    • Constructor Summary

      Constructors 
      Constructor and Description
      JLineProfileLayout()
      Deprecated. 
      Default constructor.
      JLineProfileLayout(java.lang.String id, java.awt.Image img, boolean is_key_pane)
      Deprecated. 
      JLineProfileLayout constructor.
    • Constructor Detail

      • JLineProfileLayout

        public JLineProfileLayout()
        Deprecated. 
        Default constructor. No Logo image is used and the LineKey will be in the same Pane.
      • JLineProfileLayout

        public JLineProfileLayout(java.lang.String id,
                                  java.awt.Image img,
                                  boolean is_key_pane)
        Deprecated. 
        JLineProfileLayout constructor.
        Parameters:
        id - identifier
        img - Logo image
        is_key_pane - if true LineKey is in separate pane
    • Method Detail

      • addData

        public void addData(Collection lines)
        Deprecated. 
      • addData

        public void addData(Collection lines,
                            java.lang.String descrip)
        Deprecated. 
      • addData

        public void addData(SGTData datum)
        Deprecated. 
        Add data to the layout. LineKey descriptor will be taken from the dependent variable name.
        Overrides:
        addData in class JGraphicLayout
        Parameters:
        data - datum data to be added
      • addData

        public void addData(SGTData datum,
                            java.lang.String descrip)
        Deprecated. 
        Add data to the layout. Data will be added to X axis and Z_AXIS will be assigned to Y axis. If this is not the first invocation of addData a new Layer will be created. If overlayed, the transforms from the first layer will be attached and no axes will be created. If not overlayed, new transforms and axes will be created and adjusted so that the data is horizontally stacked.
        Specified by:
        addData in class JGraphicLayout
        Parameters:
        datum - data to be added
        descrip - LineKey description for datum
      • resetZoom

        public void resetZoom()
        Deprecated. 
        Clear the current zoom.
        Specified by:
        resetZoom in class JGraphicLayout
      • setRange

        public void setRange(Domain domain)
                      throws java.beans.PropertyVetoException
        Deprecated. 
        Set the x and y range of the domain.
        Specified by:
        setRange in class JGraphicLayout
        Parameters:
        range - new domain
        Throws:
        java.beans.PropertyVetoException
      • setRange

        public void setRange(Domain domain,
                             boolean testZUp)
                      throws java.beans.PropertyVetoException
        Deprecated. 
        Throws:
        java.beans.PropertyVetoException
      • setRangeNoVeto

        public void setRangeNoVeto(Domain domain)
        Deprecated. 
      • clear

        public void clear()
        Deprecated. 
      • clear

        public void clear(java.lang.String data_id)
        Deprecated. 
      • getLayerSizeP

        public Dimension2D getLayerSizeP()
        Deprecated. 
      • setLayerSizeP

        public void setLayerSizeP(Dimension2D d)
        Deprecated. 

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.