Package | Description |
---|---|
de.erichseifert.gral.graphics |
Classes for drawing and layout of components.
|
de.erichseifert.gral.util |
Common utility classes.
|
Modifier and Type | Method and Description |
---|---|
Insets2D |
DrawableContainer.getInsets()
Returns the space that this container must preserve at each of its
edges.
|
Insets2D |
Container.getInsets()
Returns the space that this container must preserve at each of its
edges.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawableContainer.setInsets(Insets2D insets)
Sets the space that this container must preserve at each of its
edges.
|
void |
Container.setInsets(Insets2D insets)
Sets the space that this container must preserve at each of its
edges.
|
Modifier and Type | Class and Description |
---|---|
static class |
Insets2D.Double
Class that stores insets as double values.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Insets2D.setInsets(Insets2D insets)
Sets the insets according to the specified insets.
|
void |
Insets2D.Double.setInsets(Insets2D insets) |
Copyright © 2009-2013. All Rights Reserved.