Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

au.com.pegasustech.demos.layout
Class PointLayout  view PointLayout download PointLayout.java

java.lang.Object
  extended byau.com.pegasustech.demos.layout.SGLayout
      extended byau.com.pegasustech.demos.layout.PointLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable

public class PointLayout
extends SGLayout


Field Summary
 
Fields inherited from class au.com.pegasustech.demos.layout.SGLayout
BOTTOM, bottomBorder, CENTER, cols, columnScale, columnSizeExact, columnSizes, FILL, hAlignment, hAlignments, hgap, LEFT, leftBorder, minH, minW, RIGHT, rightBorder, rows, rowScale, rowSizeExact, rowSizes, TOP, topBorder, vAlignment, vAlignments, vgap
 
Constructor Summary
PointLayout()
           
PointLayout(int hAlignment, int vAlignment)
           
 
Method Summary
 void setAlignment(int h, int v)
           
 
Methods inherited from class au.com.pegasustech.demos.layout.SGLayout
addLayoutComponent, allocateMaxSizes, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setAlignment, setColumnAlignment, setColumnScale, setColumnSize, setComponentBounds, setMargins, setRowAlignment, setRowScale, setRowSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointLayout

public PointLayout()

PointLayout

public PointLayout(int hAlignment,
                   int vAlignment)
Method Detail

setAlignment

public void setAlignment(int h,
                         int v)