|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.tptp.platform.report.birt).
public interface IPathElement
IPathElement is an atomic element of an IPath. IPathElement provide access to each points of path element. In addition for current point, user can access to back and front tangent at this point. For majority of path back and front tangent are equals, but for other both value can differ meaning path changing it slope with a discontinuity.
| Method Summary | |
|---|---|
void |
backTangent(IVector vector)
Deprecated. |
IPathElement |
copyPathElement()
Deprecated. |
void |
frontTangent(IVector vector)
Deprecated. |
boolean |
nextPoint(IPoint point)
Deprecated. |
boolean |
pathElementBegin(IGC gc,
IGCDirect gd)
Deprecated. Called before any nextPoint(), used to initialize path before accessing to points. |
void |
pathElementEnd()
Deprecated. Called after any startPath, to declare, gc won't use this path until it call startPath. |
| Method Detail |
|---|
IPathElement copyPathElement()
boolean pathElementBegin(IGC gc,
IGCDirect gd)
void pathElementEnd()
boolean nextPoint(IPoint point)
void backTangent(IVector vector)
void frontTangent(IVector vector)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||