| Modifier and Type | Field and Description |
|---|---|
MXConstants.MXAlign |
MXCellOverlay.align
Holds the horizontal alignment for the overlay.
|
MXConstants.MXAlign |
MXCellOverlay.verticalAlign
Holds the vertical alignment for the overlay.
|
| Modifier and Type | Method and Description |
|---|---|
static MXConstants.MXAlign |
MXConstants.MXAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MXConstants.MXAlign[] |
MXConstants.MXAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MXCellOverlay(MXImage image,
String tooltip,
MXConstants.MXAlign align,
MXConstants.MXAlign verticalAlign) |
MXCellOverlay(MXImage image,
String tooltip,
MXConstants.MXAlign align,
MXConstants.MXAlign verticalAlign,
MXPoint offset,
String cursor,
Float defaultOverlap) |
Copyright © 2023 Fujion Framework. All rights reserved.