Package clipgenerator.clipDisplay
Class ClipLayout
java.lang.Object
java.awt.FlowLayout
clipgenerator.clipDisplay.ClipLayout
- All Implemented Interfaces:
 LayoutManager,Serializable
- See Also:
 
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintvoidlayoutContainer(Container target) preferredLayoutSize(Container target) setClipSizes(Container target) voidsetPanelWidth(int panelWidth) Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, minimumLayoutSize, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString 
- 
Constructor Details
- 
ClipLayout
public ClipLayout() - 
ClipLayout
public ClipLayout(int align, int hgap, int vgap)  - 
ClipLayout
public ClipLayout(int align)  
 - 
 - 
Method Details
- 
layoutContainer
- Specified by:
 layoutContainerin interfaceLayoutManager- Overrides:
 layoutContainerin classFlowLayout
 - 
setClipSizes
 - 
preferredLayoutSize
- Specified by:
 preferredLayoutSizein interfaceLayoutManager- Overrides:
 preferredLayoutSizein classFlowLayout
 - 
getPanelWidth
public int getPanelWidth()- Returns:
 - the panelWidth
 
 - 
setPanelWidth
public void setPanelWidth(int panelWidth) - Parameters:
 panelWidth- the panelWidth to set
 
 -