|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Strategy interface requires one method that returns a
GeneralPath given its input parameters.
| Method Summary | |
GeneralPath |
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. |
| Method Detail |
public GeneralPath 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.
The vertex array must have the form float[N][2] or
else an empty GeneralPath will be returned.
If the method uses the tangent array then the tangent array must
have the form float[N][2] for the same N as the vertex array or
else an empty GeneralPath will be returned.
If the method does not use the tangent array, this fact must be
documented. In this case, it must be acceptable to pass
null as the tangent parameter.
vertex - the array of vertex datatangent - the array of corresponding tangent datawindingrule - the winding rule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||