|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvGraphic
ilog.views.graphic.IlvPolyPoints
ilog.views.graphic.IlvSpline
ilog.views.graphic.IlvClosedSpline
IlvSpline instead
with the IlvSpline.setClosed(boolean) method.
public class IlvClosedSpline
A closed Bezier spline.
| Constructor Summary | |
|---|---|
IlvClosedSpline(IlvClosedSpline source)
Deprecated. Creates a new closed spline by copying an existing spline. |
|
IlvClosedSpline(IlvInputStream stream)
Deprecated. |
|
IlvClosedSpline(IlvPoint[] points)
Deprecated. Creates a new closed spline. |
|
IlvClosedSpline(IlvPoint[] points,
boolean copy)
Deprecated. Creates a new IlvClosedSpline. |
|
| Method Summary | |
|---|---|
IlvGraphic |
copy()
Deprecated. Copies the object. |
void |
setClosed(boolean value)
Deprecated. On IlvClosedSpline this method does nothing. |
void |
setFillOn(boolean value)
Deprecated. On IlvClosedSpline this method does nothing. |
void |
setStrokeOn(boolean value)
Deprecated. On IlvClosedSpline this method does nothing. |
| Methods inherited from class ilog.views.graphic.IlvSpline |
|---|
boundingBox, computeBBox, contains, draw, finalize, getBackground, getEndCap, getForeground, getIntersectionWithOutline, getLineStyle, getLineWidth, getLineWidth, getMaximumLineWidth, getSmoothness, isClosed, isFillOn, isStrokeOn, makeSelection, pointsInBBox, setBackground, setEndCap, setForeground, setLineStyle, setLineWidth, setMaximumLineWidth, setSmoothness, write |
| Methods inherited from class ilog.views.graphic.IlvPolyPoints |
|---|
allowsPointInsertion, allowsPointMove, allowsPointRemoval, applyTransform, getPointAt, getPoints, getPointsCardinal, inBBox, insertPoint, intersects, movePoint, recomputeBBox, removePoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvClosedSpline(IlvPoint[] points)
points - The control points of the spline.
This array and the points will be copied by the constructor.
public IlvClosedSpline(IlvPoint[] points,
boolean copy)
IlvClosedSpline.
points - The array of points.copy - If true then the array of points and the points
of the first parameter will be copied; otherwise this
array will be used by the object and you must not use this
array anymore.public IlvClosedSpline(IlvClosedSpline source)
public IlvClosedSpline(IlvInputStream stream)
throws IlvReadFileException
IlvInputStream.
stream - The input stream.
IlvReadFileException - if the format is not correct.
IlvReadFileException| Method Detail |
|---|
public final void setStrokeOn(boolean value)
IlvClosedSpline this method does nothing.
setStrokeOn in class IlvSplinevalue - Set to true to enable the stroke in your
customized graphic object.IlvSpline.isStrokeOn()public final void setFillOn(boolean value)
IlvClosedSpline this method does nothing.
setFillOn in class IlvSplinevalue - Set to true to enable the fill style for this
graphic object.IlvSpline.isFillOn()public final void setClosed(boolean value)
IlvClosedSpline this method does nothing.
setClosed in class IlvSplinepublic IlvGraphic copy()
copy in class IlvSplineIlvGraphic
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||