|
||||||||||
| 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.IlvPolygon
ilog.views.graphic.IlvOutlinePolygon
IlvPolygon instead
with the IlvPolygon.setStrokeOn(boolean) method.
public class IlvOutlinePolygon
IlvOutlinePolygon is an outlined polygon.
| Constructor Summary | |
|---|---|
IlvOutlinePolygon(IlvInputStream stream)
Deprecated. |
|
IlvOutlinePolygon(IlvOutlinePolygon source)
Deprecated. Creates an IlvOutlinePolygon by copying an existing
one. |
|
IlvOutlinePolygon(IlvPoint[] points)
Deprecated. Creates a new IlvOutlinePolygon
with the specified
points. |
|
IlvOutlinePolygon(IlvPoint[] points,
boolean copy)
Deprecated. Creates a new IlvOutlinePolygon. |
|
| Method Summary | |
|---|---|
IlvGraphic |
copy()
Deprecated. Copies the object. |
void |
setFillOn(boolean value)
Deprecated. On IlvOutlinePolygon this method does nothing. |
void |
setStrokeOn(boolean value)
Deprecated. On IlvOutlinePolygon this method does nothing. |
| Methods inherited from class ilog.views.graphic.IlvPolygon |
|---|
contains, draw, getBackground, getForeground, getIntersectionWithOutline, isFillOn, isStrokeOn, makeSelection, pointsInBBox, setBackground, setForeground, write |
| Methods inherited from class ilog.views.graphic.IlvPolyPoints |
|---|
allowsPointInsertion, allowsPointMove, allowsPointRemoval, applyTransform, boundingBox, computeBBox, getPointAt, getPoints, getPointsCardinal, inBBox, insertPoint, intersects, movePoint, recomputeBBox, removePoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvOutlinePolygon(IlvPoint[] points)
IlvOutlinePolygon
with the specified
points.
Note that this constructor will copy the array and
the points in the array, so you can reuse the same
array for another operation.
points - The points of the outline polygon.
public IlvOutlinePolygon(IlvPoint[] points,
boolean copy)
IlvOutlinePolygon.
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 IlvOutlinePolygon(IlvOutlinePolygon source)
IlvOutlinePolygon by copying an existing
one.
source - The origin object for the copy.
public IlvOutlinePolygon(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)
IlvOutlinePolygon this method does nothing.
setStrokeOn in class IlvPolygonvalue - Set to true to enable the stroke in your
customized graphic object.IlvPolygon.isStrokeOn()public final void setFillOn(boolean value)
IlvOutlinePolygon this method does nothing.
setFillOn in class IlvPolygonvalue - Set to true to enable the fill style for this
graphic object.IlvPolygon.isFillOn()public IlvGraphic copy()
copy in class IlvPolygonIlvGraphic
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||