com.threerings.tudey.shape.config
Class ShapeConfig.Segment
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.shape.config.ShapeConfig
com.threerings.tudey.shape.config.ShapeConfig.Segment
- All Implemented Interfaces:
- Exportable, Streamable, Copyable, Cloneable
- Enclosing class:
- ShapeConfig
public static class ShapeConfig.Segment
- extends ShapeConfig
A line segment.
| Nested classes/interfaces inherited from class com.threerings.tudey.shape.config.ShapeConfig |
ShapeConfig.Capsule, ShapeConfig.Circle, ShapeConfig.Compound, ShapeConfig.Global, ShapeConfig.None, ShapeConfig.Point, ShapeConfig.Polygon, ShapeConfig.Rectangle, ShapeConfig.Segment, ShapeConfig.TransformedShape, ShapeConfig.Vertex |
|
Field Summary |
float |
length
The length of the segment. |
|
Method Summary |
protected Shape |
createShape()
Creates the untransformed shape corresponding to this config. |
protected void |
draw(boolean outline)
Draws this shape in immediate mode. |
length
@Editable(min=0.0,
step=0.01)
public float length
- The length of the segment.
ShapeConfig.Segment
public ShapeConfig.Segment()
createShape
protected Shape createShape()
- Description copied from class:
ShapeConfig
- Creates the untransformed shape corresponding to this config.
- Specified by:
createShape in class ShapeConfig
draw
protected void draw(boolean outline)
- Description copied from class:
ShapeConfig
- Draws this shape in immediate mode.
- Specified by:
draw in class ShapeConfig
- Parameters:
outline - if true, draw the outline of the shape; otherwise, draw the solid form.