|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dishevelled.iconbundle.impl.ShapeIconBundle
public final class ShapeIconBundle
Shape icon bundle.
| Constructor Summary | |
|---|---|
ShapeIconBundle(java.awt.Shape shape,
java.awt.Stroke stroke,
java.awt.Paint fillPaint,
java.awt.Paint strokePaint)
Create a new shape icon bundle with the specified shape, stroke, and paints. |
|
| Method Summary | |
|---|---|
java.awt.Image |
getImage(java.awt.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShapeIconBundle(java.awt.Shape shape,
java.awt.Stroke stroke,
java.awt.Paint fillPaint,
java.awt.Paint strokePaint)
shape - shape, must not be nullstroke - strokefillPaint - fill paintstrokePaint - stroke paint| Method Detail |
|---|
public java.awt.Image getImage(java.awt.Component component,
IconTextDirection direction,
IconState state,
IconSize size)
getImage in interface IconBundlecomponent - AWT or Swing component hint, if anydirection - icon text direction, must not be nullstate - icon state, must not be nullsize - icon size, must not be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||