JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.swing.gauge
Class RadialLayout

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

public class RadialLayout
extends GaugeLayout
implements Serializable

RadialLayout -- lays out RadialConstraint components.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.swing.gauge.GaugeLayout
components, constraints
 
Constructor Summary
RadialLayout()
           
 
Method Summary
 void layoutContainer(Container target)
          Lays out the container radially.
 
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

RadialLayout

public RadialLayout()
Method Detail

layoutContainer

public void layoutContainer(Container target)
Lays out the container radially. Each component encapsulates the angle and extent at which it would like to be placed in the circle.

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

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