|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IconTextDirection | |
|---|---|
| org.dishevelled.iconbundle | Bundles of variants for icon images. |
| org.dishevelled.iconbundle.impl | Implementations of the IconBundle interface. |
| Uses of IconTextDirection in org.dishevelled.iconbundle |
|---|
| Fields in org.dishevelled.iconbundle declared as IconTextDirection | |
|---|---|
static IconTextDirection |
IconTextDirection.LEFT_TO_RIGHT
Left-to-right horizontal text direction. |
static IconTextDirection |
IconTextDirection.RIGHT_TO_LEFT
Right-to-left horizontal text direction. |
| Methods in org.dishevelled.iconbundle with parameters of type IconTextDirection | |
|---|---|
Image |
IconBundle.getImage(Component component,
IconTextDirection direction,
IconState state,
IconSize size)
Return an icon image in the specified icon text direction, size, and state suitable for the specified component. |
| Uses of IconTextDirection in org.dishevelled.iconbundle.impl |
|---|
| Methods in org.dishevelled.iconbundle.impl that return IconTextDirection | |
|---|---|
IconTextDirection |
IconBundleKey.getDirection()
Return the icon text direction of this key. |
| Methods in org.dishevelled.iconbundle.impl with parameters of type IconTextDirection | |
|---|---|
Image |
ShapeIconBundle.getImage(Component component,
IconTextDirection direction,
IconState state,
IconSize size)
Return an icon image in the specified icon text direction, size, and state suitable for the specified component. |
Image |
PNGIconBundle.getImage(Component component,
IconTextDirection direction,
IconState state,
IconSize size)
Return an icon image in the specified icon text direction, size, and state suitable for the specified component. |
Image |
CachingIconBundle.getImage(Component component,
IconTextDirection direction,
IconState state,
IconSize size)
Return an icon image in the specified icon text direction, size, and state suitable for the specified component. |
| Constructors in org.dishevelled.iconbundle.impl with parameters of type IconTextDirection | |
|---|---|
IconBundleKey(IconTextDirection direction,
IconState state,
IconSize size)
Create a new compound key with the specified icon text direction, icon state, and icon size. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||