Package | Description |
---|---|
ej.microui.display.shape |
Contains shapes rendering management.
|
Modifier and Type | Method and Description |
---|---|
AntiAliasedShapes.Cap |
AntiAliasedShapes.getEndCap()
Returns the current shape end cap.
|
AntiAliasedShapes.Cap |
AntiAliasedShapes.getStartCap()
Returns the current shape start cap.
|
static AntiAliasedShapes.Cap |
AntiAliasedShapes.Cap.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AntiAliasedShapes.Cap[] |
AntiAliasedShapes.Cap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AntiAliasedShapes.setCaps(AntiAliasedShapes.Cap start,
AntiAliasedShapes.Cap end)
Configures the caps representation.
|
void |
AntiAliasedShapes.setEndCap(AntiAliasedShapes.Cap cap)
Configures the cap representation of end of shape.
|
void |
AntiAliasedShapes.setStartCap(AntiAliasedShapes.Cap cap)
Configures the cap representation of start of shape.
|