Package | Description |
---|---|
ilog.tgo.composite |
Provides the classes for handling the zoom policies and the layer policies.
|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.graphic.interactor |
Provides interactors to manipulate
the representation of activities in a Gantt sheet.
|
ilog.views.gantt.graphic.renderer |
Provides the classes that render an
activity in the Gantt sheet.
|
ilog.views.gantt.graphic.renderer.composite |
Provides the classes that render an activity using composite graphics
in the Gantt sheet.
|
ilog.views.graphic |
Contains the predefined graphic objects of JViews.
|
ilog.views.graphic.composite |
Provides classes for creating Composite Graphics.
|
ilog.views.graphic.composite.decoration |
Provides predefined decorations.
|
ilog.views.graphic.linkbundle |
Provides a grapher link that stores and represents a bundle
of individual links ("sublinks").
|
ilog.views.hypergraph |
This package contains the graphic framework for hypergraphs.
|
ilog.views.hypergraph.edgeconnector |
This package contains the predefined hyperedge connectors of JViews.
|
ilog.views.maps.graphic |
This package contains graphic objects specialized for cartographic display.
|
ilog.views.maps.measures |
General management of raster images.
|
ilog.views.sdm.graphic |
Contains specialized graphic objects used
by the SDM component.
|
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IltcCompositeGraphic.makeSelection()
Returns the graphic object which shall be displayed in the topmost
layer while the composite graphic object is selected.
|
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IltNetwork.makeSelection() |
IlvSelection |
IltCompositeGraphic.makeSelection()
Returns the graphic object which shall be displayed in the topmost
layer while the composite graphic object is selected.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDrawSelection
The
IlvDrawSelection class is the default
selection object for graphic objects. |
class |
IlvHandlesSelection
A selection object that displays several handles.
|
class |
IlvLinkImageSelection
The selection object for an IlvLinkImage.
|
class |
IlvPolyPointsSelection
This class is a selection object used to select graphic objects
that implements the
IlvPolyPointsInterface . |
class |
IlvUnresizeableDrawSelection
This class is a default selection object used to show that a
graphic object which cannot be resized with interactors is
selected.
|
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvManager.getSelection(IlvGraphic obj)
Returns the selection object (instance of
IlvSelection )
associated with the specified graphic object, or null
if the object is not selected. |
IlvSelection |
IlvManager.getSelection(IlvPoint p,
IlvManagerView view)
Returns the selection object (instance of
IlvSelection )
located at the specified point in a manager view. |
IlvSelection |
IlvManager.getSelection(IlvPoint p,
IlvManagerView view,
boolean traverse)
Returns the selection object (instance of
IlvSelection )
located at the specified point in a manager view. |
IlvSelection |
IlvLinkImage.makeSelection()
Creates a selection object for this object.
|
IlvSelection |
IlvGraphic.makeSelection()
Creates a selection object for this object.
|
IlvSelection |
IlvSelectionFactory.makeSelection(IlvGraphic obj)
Returns a selection object for the graphic object
obj . |
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvConstraintGraphic.makeSelection()
Creates a selection object for the constraint graphic.
|
IlvSelection |
IlvActivityGraphic.makeSelection()
Creates and returns a selection object for this activity graphic.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvActivityGraphicSelection
An
IlvActivityGraphicSelection object is the default selection
object for IlvActivityGraphic . |
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvActivityGraphicRenderer.createSelection(IlvActivityGraphic g,
String[] properties)
Creates a new selection object for the specified activity graphic.
|
IlvSelection |
IlvActivityCompositeRenderer.createSelection(IlvActivityGraphic g,
String[] properties)
Creates a new selection object for the specified activity graphic.
|
IlvSelection |
IlvActivityRenderer.makeSelection(IlvActivityGraphic ag)
This method is called by an
activity graphic
to create and return a selection object for itself. |
IlvSelection |
IlvActivityGraphicRenderer.makeSelection(IlvActivityGraphic g)
called by an
activity graphic to create and
return a selection object for itself. |
IlvSelection |
IlvActivityCompositeRenderer.makeSelection(IlvActivityGraphic g)
This method is called by an
activity graphic
to create and return a selection object for itself. |
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvActivityCompositeGraphicRenderer.createSelection(IlvActivityGraphic ag,
String[] properties)
Creates a new selection object for the specified activity graphic.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGraphicHandleSelection
An
IlvGraphicHandleSelection object is a selection that acts
like a handle to another selection. |
class |
IlvSplineLinkSelection
Selection object on an
IlvSplineLinkImage . |
class |
IlvSplineSelection
Selection object on an
IlvSpline . |
class |
IlvTextSelection
This is the selection object for graphic objects implementing
IlvTextInterface . |
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvGraphicHandleSelection.getSelection()
Returns the referenced selection.
|
IlvSelection |
IlvText.makeSelection()
Create an
IlvTextSelection . |
IlvSelection |
IlvSplineLinkImage.makeSelection()
Creates the selection object for this class.
|
IlvSelection |
IlvSpline.makeSelection()
Creates the selection object for this class.
|
IlvSelection |
IlvPolygon.makeSelection()
Creates the selection object for this class.
|
IlvSelection |
IlvPolyPoints.makeSelection()
Creates the selection object for this class.
|
IlvSelection |
IlvMarker.makeSelection()
Creates a selection object for this graphic object.
|
IlvSelection |
IlvLine.makeSelection()
Creates a selection object for this object.
|
IlvSelection |
IlvLabel.makeSelection()
Creates a selection object for this graphic object.
|
IlvSelection |
IlvHalfZoomingGraphic.makeSelection()
Creates the selection object for this class.
|
IlvSelection |
IlvGeneralPath.makeSelection()
Creates the selection object for this
IlvGeneralPath
instance. |
IlvSelection |
IlvFullZoomingGraphic.makeSelection()
Creates the selection object for this class.
|
IlvSelection |
IlvFixedSizeGraphic.makeSelection()
Creates a selection object for this graphic object.
|
IlvSelection |
IlvExpandCollapseMarker.makeSelection()
Creates a selection object for this graphic object.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGraphicHandleSelection.setSelection(IlvSelection selection)
Sets the referenced selection.
|
Constructor and Description |
---|
IlvGraphicHandleSelection(IlvGraphic object,
IlvSelection selection)
Creates a new
IlvGraphicHandleSelection . |
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvCompositeGraphic.makeSelection()
Creates an selection object around the bounding box of the first child.
|
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvAssociation.makeSelection()
Creates a selection object for this object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvLinkBundleSelection
The selection object for an IlvLinkBundle.
|
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvLinkBundle.getSelection(IlvLinkImage sublink)
Returns the selection object (instance of
IlvSelection )
associated with the specified sublink, or null
if the sublink is not selected. |
IlvSelection |
IlvLinkBundle.getSelection(IlvPoint tp,
IlvTransformer t)
Returns the selection object (instance of
IlvSelection )
located at the specified transformed point. |
IlvSelection |
IlvLinkBundle.getSelection(IlvPoint tp,
IlvTransformer t,
boolean traverse)
Returns the selection object (instance of
IlvSelection )
located at the specified transformed point. |
IlvSelection |
IlvLinkBundle.makeSelection()
Creates a selection object for this object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvHyperEdgeSelection
The selection object for an IlvHyperEdge.
|
class |
IlvSegmentedHyperEdgeSelection
The selection object for an IlvSegmentedHyperEdge.
|
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvSegmentedHyperEdge.makeSelection()
Creates a selection object for this object.
|
IlvSelection |
IlvHyperEdge.makeSelection()
Creates a selection object for this object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvHyperEdgePinConnectorSelection
The selection object for hyperedge pin connectors.
|
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvHyperEdgePinConnector.makeSelection()
Creates a selection object for this object.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMapSelection
A
IlvMapSelection that selects an object
by selecting its points. |
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvFontMarker.makeSelection()
Creates a selection object for this graphic object.
|
IlvSelection |
IlvAnchoredLabel.makeSelection()
Creates a selection object for this graphic object.
|
IlvSelection |
IlvMapSelectionFactory.makeSelection(IlvGraphic obj)
Returns an
IlvSelection . |
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvMapOrthodromyPath.makeSelection()
Creates the selection object for this
IlvGeneralPath
instance. |
Modifier and Type | Method and Description |
---|---|
IlvSelection |
IlvDefaultLaneGraphic.makeSelection()
Creates a selection object for this object.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.