|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dishevelled.iconbundle.impl.IconBundleKey
final class IconBundleKey
A compound key of icon text direction, icon state, and icon size.
| Constructor Summary | |
|---|---|
IconBundleKey(IconTextDirection direction,
IconState state,
IconSize size)
Create a new compound key with the specified icon text direction, icon state, and icon size. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
IconTextDirection |
getDirection()
Return the icon text direction of this key. |
IconSize |
getSize()
Return the icon size of this key. |
IconState |
getState()
Return the icon state of this key. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IconBundleKey(IconTextDirection direction,
IconState state,
IconSize size)
direction - icon text direction, must not be nullstate - icon state, must not be nullsize - icon size, must not be null| Method Detail |
|---|
public IconTextDirection getDirection()
public IconSize getSize()
public IconState getState()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||