public class ModelElement
extends java.lang.Object
Constructor and Description |
---|
ModelElement() |
ModelElement(double[] from,
double[] to,
ElementRotation rotation,
java.lang.Boolean shade,
ElementFaceOptions faces) |
Modifier and Type | Method and Description |
---|---|
ElementFaceOptions |
getFaces()
See
faces |
double[] |
getFrom()
See
from |
ElementRotation |
getRotation()
See
rotation |
java.lang.Boolean |
getShade()
See
shade |
double[] |
getTo()
See
to |
void |
setFaces(ElementFaceOptions faces)
See
faces |
void |
setFrom(double[] from)
See
from |
void |
setRotation(ElementRotation rotation)
See
rotation |
void |
setShade(java.lang.Boolean shade)
See
shade |
void |
setTo(double[] to)
See
to |
public ModelElement()
public ModelElement(double[] from, double[] to, ElementRotation rotation, java.lang.Boolean shade, ElementFaceOptions faces)
public double[] getFrom()
from
public void setFrom(double[] from)
from
public double[] getTo()
to
public void setTo(double[] to)
to
public ElementRotation getRotation()
rotation
public void setRotation(ElementRotation rotation)
rotation
public java.lang.Boolean getShade()
shade
public void setShade(java.lang.Boolean shade)
shade
public ElementFaceOptions getFaces()
faces
public void setFaces(ElementFaceOptions faces)
faces