ElegantJCharts Java API Specification v2.0

com.elegantj.editors
Class ExGridLayout

java.lang.Object
  |
  +--java.awt.GridLayout
        |
        +--com.elegantj.editors.ExGridLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable

public class ExGridLayout
extends java.awt.GridLayout

ExGridLayout is also used to Layout the component in the gird meanse row / colomn manner

See Also:
Serialized Form

Constructor Summary
ExGridLayout()
           
ExGridLayout(int rows, int cols)
           
ExGridLayout(int rows, int cols, int hgap, int vgap)
           
 
Method Summary
 void layoutContainer(java.awt.Container parent)
           
 
Methods inherited from class java.awt.GridLayout
addLayoutComponent, getColumns, getHgap, getRows, getVgap, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setColumns, setHgap, setRows, setVgap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExGridLayout

public ExGridLayout()

ExGridLayout

public ExGridLayout(int rows,
                    int cols)

ExGridLayout

public ExGridLayout(int rows,
                    int cols,
                    int hgap,
                    int vgap)
Method Detail

layoutContainer

public void layoutContainer(java.awt.Container parent)
Specified by:
layoutContainer in interface java.awt.LayoutManager
Overrides:
layoutContainer in class java.awt.GridLayout

ElegantJCharts Java API Specification v2.0

For any feedback, suggestion, or query, please revert back to support@elegantcharts.com

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjcharts.com
All Rights Reserved.