|
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 | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.igc.util.internal.Spline
org.eclipse.tptp.platform.report.birt).
public abstract class Spline
Spline is an abstract implementation of IPath and IPathElement for a spline curve.
and Spline4| Field Summary | |
|---|---|
protected SplineAlg |
alg_
Deprecated. |
protected boolean |
give_path_element_
Deprecated. |
protected boolean |
hull_path_
Deprecated. |
| Constructor Summary | |
|---|---|
Spline()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
backTangent(IVector vector)
Deprecated. |
void |
frontTangent(IVector vector)
Deprecated. |
int |
getX()
Deprecated. |
int |
getY()
Deprecated. |
IPathElement |
nextPathElement()
Deprecated. |
boolean |
nextPoint(IPoint point)
Deprecated. |
boolean |
pathBegin(IGC gc,
IGCDirect gd)
Deprecated. |
void |
pathElementEnd()
Deprecated. Called after any startPath, to declare, gc won't use this path until it call startPath. |
void |
pathEnd()
Deprecated. Called to end the path, time to release any gc, gd memorized... |
void |
setHullPath(boolean b)
Deprecated. Change path generation, if true generate the hull path (segment between controls points), otherwise generate spline path (default if false). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.tptp.platform.report.igc.internal.IPathElement |
|---|
copyPathElement, pathElementBegin |
| Field Detail |
|---|
protected boolean hull_path_
protected boolean give_path_element_
protected SplineAlg alg_
| Constructor Detail |
|---|
public Spline()
| Method Detail |
|---|
public void setHullPath(boolean b)
public boolean pathBegin(IGC gc,
IGCDirect gd)
pathBegin in interface IPathpublic void pathEnd()
IPath
pathEnd in interface IPathpublic IPathElement nextPathElement()
nextPathElement in interface IPathpublic void pathElementEnd()
IPathElement
pathElementEnd in interface IPathElementpublic int getX()
public int getY()
public boolean nextPoint(IPoint point)
nextPoint in interface IPathElementpublic void backTangent(IVector vector)
backTangent in interface IPathElementpublic void frontTangent(IVector vector)
frontTangent in interface IPathElement
|
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 | ||||||||