|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShapeConfig | |
|---|---|
| com.threerings.tudey.client.util | |
| com.threerings.tudey.config | Tudey configurations. |
| com.threerings.tudey.shape | |
| com.threerings.tudey.shape.config | Shape configurations. |
| Uses of ShapeConfig in com.threerings.tudey.client.util |
|---|
| Methods in com.threerings.tudey.client.util with parameters of type ShapeConfig | |
|---|---|
void |
ShapeConfigElement.setConfig(ShapeConfig config,
boolean outline)
Sets the configuration of the shape to draw. |
| Uses of ShapeConfig in com.threerings.tudey.config |
|---|
| Fields in com.threerings.tudey.config declared as ShapeConfig | |
|---|---|
ShapeConfig |
RegionConfig.Transformed.shape
The shape of the region. |
ShapeConfig |
RegionConfig.Fixed.shape
The shape of the region. |
ShapeConfig |
PlaceableConfig.Original.shape
The shape of the placeable. |
ShapeConfig |
HandlerConfig.TransformedShape.shape
The shape to use. |
ShapeConfig |
EffectConfig.Original.shape
The shape of the effect. |
ShapeConfig |
ActorConfig.Original.shape
The shape of the actor. |
| Uses of ShapeConfig in com.threerings.tudey.shape |
|---|
| Methods in com.threerings.tudey.shape that return ShapeConfig | |
|---|---|
abstract ShapeConfig |
Shape.createConfig()
Creates a config corresponding to this shape. |
ShapeConfig |
Segment.createConfig()
|
ShapeConfig |
Polygon.createConfig()
|
ShapeConfig |
Point.createConfig()
|
ShapeConfig |
None.createConfig()
|
ShapeConfig |
Global.createConfig()
|
ShapeConfig |
Compound.createConfig()
|
ShapeConfig |
Circle.createConfig()
|
ShapeConfig |
Capsule.createConfig()
|
| Methods in com.threerings.tudey.shape with parameters of type ShapeConfig | |
|---|---|
void |
ShapeElement.setConfig(ShapeConfig config)
Sets the configuration of the shape. |
| Constructors in com.threerings.tudey.shape with parameters of type ShapeConfig | |
|---|---|
ShapeElement(ShapeConfig config)
Creates a new shape element. |
|
| Uses of ShapeConfig in com.threerings.tudey.shape.config |
|---|
| Subclasses of ShapeConfig in com.threerings.tudey.shape.config | |
|---|---|
static class |
ShapeConfig.Capsule
A capsule. |
static class |
ShapeConfig.Circle
A circle. |
static class |
ShapeConfig.Compound
A compound shape. |
static class |
ShapeConfig.Global
A global shape. |
static class |
ShapeConfig.None
A non-shape. |
static class |
ShapeConfig.Point
A point. |
static class |
ShapeConfig.Polygon
A polygon. |
static class |
ShapeConfig.Rectangle
A rectangle. |
static class |
ShapeConfig.Segment
A line segment. |
| Fields in com.threerings.tudey.shape.config declared as ShapeConfig | |
|---|---|
ShapeConfig |
ShapeModelConfig.shape
The shape to depict. |
ShapeConfig |
ShapeConfig.TransformedShape.shape
The shape. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||