Package | Description |
---|---|
ilog.views.graphic |
Contains the predefined graphic objects of JViews.
|
ilog.views.maps.beans |
JViews 7.0 Beans and ready to use GUI components.
|
ilog.views.maps.graphic |
This package contains graphic objects specialized for cartographic display.
|
Modifier and Type | Method and Description |
---|---|
IlvPointArray[] |
IlvGraphicPath.getPaths()
Returns the array of
IlvPointArray
managed by this object. |
Modifier and Type | Method and Description |
---|---|
static void |
IlvPointArray.DrawPaths(Graphics dst,
Color color,
IlvPointArray[] paths)
Strokes in the specified path using the specified
Graphics . |
static void |
IlvPointArray.FillPaths(Graphics dst,
Color color,
IlvPointArray[] paths)
Fills in the specified path using the specified
Graphics . |
void |
IlvGraphicPath.setPaths(IlvPointArray[] paths,
boolean copy)
Sets the paths.
|
Constructor and Description |
---|
IlvGraphicPath(IlvPointArray[] paths,
boolean copy)
Creates an
IlvGraphicPath containing several polypoints. |
IlvPointArray(IlvPointArray source)
Creates a new
IlvPointArray
by copying another one. |
Constructor and Description |
---|
MapGraphicPath(IlvPointArray[] pa)
Creates a
MapGraphicPath from a one length array of
IlvPointArray . |
Modifier and Type | Method and Description |
---|---|
IlvPointArray[] |
IlvGeodeticPathComputation.computeClosedPath(IlvPointArray[] arrays,
boolean orthodromy)
Creates the correct representation of the raw array of polygons passed as
a parameter.
|
IlvPointArray[] |
IlvGeodeticPathComputation.computeOpenPath(IlvPoint[] points,
boolean orthodromy)
Creates the correct representation of the raw array of polylines passed as
a parameter.
|
IlvPointArray[] |
IlvGeodeticPathComputation.PointVector.makeArrays(boolean close)
Creates a point array for each uninterrupted point sequence.
|
Modifier and Type | Method and Description |
---|---|
IlvPointArray[] |
IlvGeodeticPathComputation.computeClosedPath(IlvPointArray[] arrays,
boolean orthodromy)
Creates the correct representation of the raw array of polygons passed as
a parameter.
|
Constructor and Description |
---|
IlvMapGraphicPath(IlvPointArray[] paths,
boolean copy)
Creates an
IlvMapGraphicPath object containing several
polypoints. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.