edu.umd.cs.piccolox.swing
Class PViewport.PViewportLayout
java.lang.Object
javax.swing.ViewportLayout
edu.umd.cs.piccolox.swing.PViewport.PViewportLayout
- All Implemented Interfaces:
- LayoutManager, Serializable
- Enclosing class:
- PViewport
public static class PViewport.PViewportLayout
- extends ViewportLayout
A simple layout manager to give the ZCanvas the same size as the Viewport.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PViewport.PViewportLayout
public PViewport.PViewportLayout()
layoutContainer
public void layoutContainer(Container parent)
- Called when the specified container needs to be laid out.
- Specified by:
layoutContainer
in interface LayoutManager
- Overrides:
layoutContainer
in class ViewportLayout
- Parameters:
parent
- the container to lay out
Copyright © 1995-2010 Piccolo2D. All Rights Reserved.