JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.swing.gauge
Class LinearLayout

java.lang.Object
  |
  +--com.klg.jclass.swing.gauge.GaugeLayout
        |
        +--com.klg.jclass.swing.gauge.LinearLayout
All Implemented Interfaces:
LayoutManager, LayoutManager2, Serializable

public class LinearLayout
extends GaugeLayout
implements Serializable

LinearLayout -- lays out LinearConstraint components.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.swing.gauge.GaugeLayout
components, constraints
 
Constructor Summary
LinearLayout()
           
 
Method Summary
 void layoutContainer(Container target)
          Lays out the container linearly.
 
Methods inherited from class com.klg.jclass.swing.gauge.GaugeLayout
addLayoutComponent, addLayoutComponent, getLayoutAlignmentX, getLayoutAlignmentY, invalidateLayout, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinearLayout

public LinearLayout()
Method Detail

layoutContainer

public void layoutContainer(Container target)
Lays out the container linearly. Each component encapsulates the position and extent at which it would like to be placed in the rectangle corresponding to the gauge's linear scale.

Specified by:
layoutContainer in interface LayoutManager
Specified by:
layoutContainer in class GaugeLayout
Parameters:
target - The container on which a LinearLayout has been set

Copyright © 2004 Quest Software Inc..
All rights reserved.