|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClosureMode | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of ClosureMode in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as ClosureMode | |
static ClosureMode |
ClosureMode.CLOSED
CLOSED is the ClosureMode corresponding
to a closed polygon or closed bezier curve, that is, limit(length)
returns length. |
static ClosureMode |
ClosureMode.OPEN
OPEN is the ClosureMode corresponding
to an open polygon or open bezier curve, that is, limit(length)
returns (length - 1). |
| Methods in edu.neu.ccs.gui that return ClosureMode | |
ClosureMode |
BaseShape.getClosureMode()
Get the closure mode. |
| Methods in edu.neu.ccs.gui with parameters of type ClosureMode | |
GeneralPath |
Path.Strategy.makePath(float[][] vertex,
float[][] tangent,
ClosureMode mode,
WindingRule windingrule)
Returns a GeneralPath given
a vertex array,
a tangent array,
a choice of ClosureMode,
and a choice of WindingRule. |
void |
BaseShape.setClosureMode(ClosureMode closuremode)
Sets the closure mode and makes a new path. |
| Constructors in edu.neu.ccs.gui with parameters of type ClosureMode | |
TweakableShape(float[][] vertex,
float[][] tangent,
Path.Strategy pathstrategy,
ClosureMode closuremode)
The constructor with the given vertex and tangent data, the given path strategy, and the given closure mode. |
|
TweakableShape(float[][] vertex,
float[][] tangent,
Path.Strategy pathstrategy,
ClosureMode closuremode,
WindingRule windingrule)
The constructor with the given vertex and tangent data, the given path strategy, the given closure mode, and the given winding rule. |
|
AutomaticShape(float[][] vertex,
float[][] endTangent,
Tangent.Strategy tangentstrategy,
Path.Strategy pathstrategy,
ClosureMode closuremode)
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, the given path strategy, and the given closure mode. |
|
AutomaticShape(float[][] vertex,
float[][] endTangent,
Tangent.Strategy tangentstrategy,
Path.Strategy pathstrategy,
ClosureMode closuremode,
WindingRule windingrule)
The constructor with the given vertex data, the given end tangent data, the given tangent strategy, the given path strategy, the given closure mode, and the given winding rule. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||