Package | Description |
---|---|
de.erichseifert.gral.graphics |
Classes for drawing and layout of components.
|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeLayout
Implementation of Layout that arranges a
Container 's components
according to a certain grid. |
class |
OuterEdgeLayout
Implementation of Layout that arranges a
Container 's components
inside or in the regions outside of the container. |
class |
StackedLayout
Class that represents a layout manager which arranges its components
as horizontal or vertical stacks.
|
class |
TableLayout
Implementation of Layout that arranges a
Container 's components
according to a tabular grid with a fixed number of columns. |
Modifier and Type | Method and Description |
---|---|
Layout |
DrawableContainer.getLayout()
Returns the layout associated with this container.
|
Layout |
Container.getLayout()
Returns the layout associated with this container.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawableContainer.setLayout(Layout layout)
Sets the layout associated with this container.
|
void |
Container.setLayout(Layout layout)
Sets the layout associated with this container.
|
Constructor and Description |
---|
DrawableContainer(Layout layout)
Creates a new container for
Drawable s with the specified
layout manager. |
Constructor and Description |
---|
StylableContainer(Layout layout)
Initializes a new instance.
|
Copyright © 2009-2013. All Rights Reserved.