public static class MenuUtilities.MenuLayoutInfo extends Object
Modifier and Type | Field | Description |
---|---|---|
Rectangle |
acceleratorRect |
Accelerator rectangle.
|
Rectangle |
arrowIconRect |
Arrow icon rectangle.
|
Rectangle |
checkIconRect |
Check icon rectangle.
|
Rectangle |
iconRect |
Icon rectangle.
|
String |
text |
Menu item text.
|
Rectangle |
textRect |
Text rectangle.
|
Rectangle |
viewRect |
View rectangle.
|
Constructor | Description |
---|---|
MenuLayoutInfo() |
public Rectangle viewRect
public Rectangle iconRect
public Rectangle checkIconRect
public Rectangle textRect
public Rectangle acceleratorRect
public Rectangle arrowIconRect
public String text