Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.dss.dataView
Class AdornmentLayout

java.lang.Object
  extended by java.awt.FlowLayout
      extended by oracle.dss.dataView.AdornmentLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable

public class AdornmentLayout
extends java.awt.FlowLayout

See Also:
Serialized Form
For internal use only. Application developers should not use this
Class to allow title layouts that respect the maximum width of the contained controls while doing all the other things a border layout does.

Field Summary
 
Fields inherited from class java.awt.FlowLayout
CENTER, LEADING, LEFT, RIGHT, TRAILING
 
Constructor Summary
AdornmentLayout(int align, int hgap, int vgap)
           
 
Method Summary
 void layoutContainer(java.awt.Container target)
          Override.
 
Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdornmentLayout

public AdornmentLayout(int align,
                       int hgap,
                       int vgap)
Method Detail

layoutContainer

public void layoutContainer(java.awt.Container target)
Override.

Specified by:
layoutContainer in interface java.awt.LayoutManager
Overrides:
layoutContainer in class java.awt.FlowLayout

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

Copyright © 1997, 2011, Oracle. All rights reserved.