|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimensions | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.content | Contains classes representing component data, such as list items or table rows. |
org.apache.pivot.wtk.effects | Contains classes supporting visual effects such as blurs, reflections, and drop shadows. |
org.apache.pivot.wtk.media | Contains classes that provide multimedia support. |
org.apache.pivot.wtk.skin | Contains common skins and abstract base classes for theme-specific skins. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of Dimensions in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk that return Dimensions | |
---|---|
static Dimensions |
Dimensions.decode(String value)
|
Dimensions |
ConstrainedVisual.getPreferredSize()
Returns the visual's unconstrained preferred size. |
Dimensions |
Component.getPreferredSize()
Gets the component's unconstrained preferred size. |
Dimensions |
Bounds.getSize()
|
Dimensions |
Component.getSize()
|
Methods in org.apache.pivot.wtk with parameters of type Dimensions | |
---|---|
void |
Component.setPreferredSize(Dimensions preferredSize)
|
void |
Component.setSize(Dimensions size)
|
Constructors in org.apache.pivot.wtk with parameters of type Dimensions | |
---|---|
Bounds(Point origin,
Dimensions size)
|
|
Dimensions(Dimensions dimensions)
|
Uses of Dimensions in org.apache.pivot.wtk.content |
---|
Methods in org.apache.pivot.wtk.content that return Dimensions | |
---|---|
Dimensions |
TableViewMultiCellRenderer.getPreferredSize()
|
Uses of Dimensions in org.apache.pivot.wtk.effects |
---|
Methods in org.apache.pivot.wtk.effects that return Dimensions | |
---|---|
Dimensions |
ClipDecorator.getSize()
|
Uses of Dimensions in org.apache.pivot.wtk.media |
---|
Methods in org.apache.pivot.wtk.media that return Dimensions | |
---|---|
Dimensions |
Image.getSize()
|
Dimensions |
Movie.getSize()
|
Uses of Dimensions in org.apache.pivot.wtk.skin |
---|
Uses of Dimensions in org.apache.pivot.wtk.skin.terra |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |