Package | Description |
---|---|
ilog.cpl.graphic.views |
Provides graphic object and graphic view classes for creating and configuring
graphic views based on Rogue Wave JViews.
|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
Modifier and Type | Method and Description |
---|---|
IlpLineSegment |
IlpPolyPoints.getSegment(int index)
Returns a specific segment (0 <= index < getNumberOfSegments()).
|
IlpLineSegment[] |
IlpPolyPoints.getSegments()
Returns the array of segments.
|
Modifier and Type | Method and Description |
---|---|
IlvPoint[] |
IlpPolyline.adjustForArrow(IlpLineSegment segment,
double arrowSize,
double width)
Returns the points necessary to add to the polyline to draw an arrow at
one extremity of the link.
|
boolean |
IlpLineSegment.isParallelTo(IlpLineSegment other)
Tests whether this line segment is parallel to another line segment
(same orientation).
|
boolean |
IlpLineSegment.isParallelVectorTo(IlpLineSegment other)
Tests whether this line segment is parallel to another line segment
including the same direction.
|
Modifier and Type | Class and Description |
---|---|
class |
IltLineSegment
Deprecated.
Please use class ilog.cpl.graphic.views.IlpLineSegment instead.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.