public class EllipseShape extends ParameterizedProfile
name, properties| Constructor and Description |
|---|
EllipseShape() |
| Modifier and Type | Method and Description |
|---|---|
Vector2 |
getExtent()
Gets the extent in x and y dimension.
|
double |
getSemiAxis1()
Gets the first radius of the ellipse that measured in the direction of x axis.
|
double |
getSemiAxis2()
Gets the second radius of the ellipse that measured in the direction of y axis.
|
void |
setSemiAxis1(double value)
Sets the first radius of the ellipse that measured in the direction of x axis.
|
void |
setSemiAxis2(double value)
Sets the second radius of the ellipse that measured in the direction of y axis.
|
getEntityRendererKeygetBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNodegetScenefindProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic double getSemiAxis1()
public void setSemiAxis1(double value)
value - New valuepublic double getSemiAxis2()
public void setSemiAxis2(double value)
value - New valuepublic Vector2 getExtent()
getExtent in class ParameterizedProfile