Class FlowLayoutCenter

java.lang.Object
java.awt.FlowLayout
org.woehlke.computer.kurzweil.commons.layouts.FlowLayoutCenter
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable
Direct Known Subclasses:
LayoutCanvas

public class FlowLayoutCenter
extends java.awt.FlowLayout
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class java.awt.FlowLayout

    CENTER, LEADING, LEFT, RIGHT, TRAILING
  • Constructor Summary

    Constructors
    Constructor Description
    FlowLayoutCenter()  
  • Method Summary

    Methods inherited from class java.awt.FlowLayout

    addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, layoutContainer, 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 Details

    • FlowLayoutCenter

      public FlowLayoutCenter()