public class HingeConfig extends Object
| Constructor and Description |
|---|
HingeConfig() |
| Modifier and Type | Method and Description |
|---|---|
RGBA |
getContentColor()
The content box highlight fill color (default: a dark color).
|
RGBA |
getOutlineColor()
The content box highlight outline color (default: transparent).
|
Rect |
getRect()
A rectangle represent hinge
|
void |
setContentColor(RGBA contentColor)
The content box highlight fill color (default: a dark color).
|
void |
setOutlineColor(RGBA outlineColor)
The content box highlight outline color (default: transparent).
|
void |
setRect(Rect rect)
A rectangle represent hinge
|
public Rect getRect()
public void setRect(Rect rect)
public RGBA getContentColor()
public void setContentColor(RGBA contentColor)
public RGBA getOutlineColor()
public void setOutlineColor(RGBA outlineColor)
Copyright © 2021 Kenan Klisura. All rights reserved.