This class contains the code to manipulate the (x,y) value of a given
attachment point (for example, upper-right corner) of an
IlvAttachable
IlvLinkAttachmentLocation(String) - Constructor for class ilog.views.graphic.composite.layout.IlvLinkAttachmentLocation
Creates a new link attachment location with the given name.
IlvLinkBundle - Class in ilog.views.graphic.linkbundle
The IlvLinkBundle
class provides a link object that stores and
represents a bundle of individual links ("sublinks").
IlvLinkBundle() - Constructor for class ilog.views.graphic.linkbundle.IlvLinkBundle
Creates a new empty IlvLinkBundle
instance.
IlvLinkBundle(IlvGraphic, IlvGraphic, boolean) - Constructor for class ilog.views.graphic.linkbundle.IlvLinkBundle
Creates a new IlvLinkBundle
instance with
no intermediate points and no overview link.
IlvLinkBundle(IlvGraphic, IlvGraphic, boolean, IlvPoint[]) - Constructor for class ilog.views.graphic.linkbundle.IlvLinkBundle
Creates a new IlvLinkBundle
instance with no
overview link.
IlvLinkBundle(IlvGraphic, IlvGraphic, boolean, IlvPoint[], IlvLinkImage) - Constructor for class ilog.views.graphic.linkbundle.IlvLinkBundle
Creates a new IlvLinkBundle
instance.
IlvLinkBundle(IlvInputStream) - Constructor for class ilog.views.graphic.linkbundle.IlvLinkBundle
Reads the object from an IlvInputStream
.
IlvLinkBundle(IlvLinkBundle) - Constructor for class ilog.views.graphic.linkbundle.IlvLinkBundle
Creates an IlvLinkBundle
by copying an existing one.
IlvLinkBundleFrame - Interface in ilog.views.graphic.linkbundle
The frame of an IlvLinkBundle
.
IlvLinkBundleSelection - Class in ilog.views.graphic.linkbundle
The selection object for an IlvLinkBundle.
IlvLinkBundleSelection(IlvLinkBundle) - Constructor for class ilog.views.graphic.linkbundle.IlvLinkBundleSelection
Creates a new selection object.
IlvLinkClipInterface - Interface in ilog.views.graphlayout
An interface used to customize the computation of the connection points
of the links.
IlvLinkConnectionBoxInterface - Interface in ilog.views.graphlayout
An interface used to customize the computation of the connection points
of the links.
IlvLinkConnector - Class in ilog.views
This class is dedicated to the computation of the connection points
of links (
IlvLinkImage
) in a grapher (
IlvGrapher
).
IlvLinkConnector() - Constructor for class ilog.views.IlvLinkConnector
Creates an empty IlvLinkConnector
.
IlvLinkConnector(IlvGraphic) - Constructor for class ilog.views.IlvLinkConnector
Creates an IlvLinkConnector
attached to the node
node
.
IlvLinkConnector(IlvLinkImage, boolean) - Constructor for class ilog.views.IlvLinkConnector
Creates an IlvLinkConnector
attached to the
origin or destination of the link link
.
IlvLinkConnector(IlvInputStream) - Constructor for class ilog.views.IlvLinkConnector
Reads the link object from an IlvInputStream
.
IlvLinkImage - Class in ilog.views
IlvLinkImage
is the base class for links, that is, graphic
objects that are the visual representation of a connection between two
nodes in an
IlvGrapher
instance.
IlvLinkImage(IlvGraphic, IlvGraphic, boolean) - Constructor for class ilog.views.IlvLinkImage
Creates a new link image.
IlvLinkImage(IlvLinkImage) - Constructor for class ilog.views.IlvLinkImage
Creates an IlvLinkImage
by copying an existing one.
IlvLinkImage(IlvInputStream) - Constructor for class ilog.views.IlvLinkImage
Reads the object from an IlvInputStream
.
IlvLinkImageAnimator - Class in ilog.views.animation
An IlvLinkImageAnimator
allows you to animate changes in the
shape of an IlvLinkImage
in an IlvManager
.
IlvLinkImageAnimator(IlvLinkImage) - Constructor for class ilog.views.animation.IlvLinkImageAnimator
Creates a new IlvLinkImageAnimator
.
IlvLinkImageEditInteractor - Class in ilog.views
The IlvLinkImageEditInteractor class is used to edit a link image.
IlvLinkImageEditInteractor() - Constructor for class ilog.views.IlvLinkImageEditInteractor
Creates a IlvLinkImageEditInteractor
.
IlvLinkImageFactory - Interface in ilog.views.interactor
This interface defines a factory for links in a grapher.
IlvLinkImageSelection - Class in ilog.views
The selection object for an IlvLinkImage.
IlvLinkImageSelection(IlvPolyPointsInterface) - Constructor for class ilog.views.IlvLinkImageSelection
Creates a new selection object.
IlvLinkLayout - Class in ilog.views.graphlayout.link
The main class for the Link Layout algorithm.
IlvLinkLayout() - Constructor for class ilog.views.graphlayout.link.IlvLinkLayout
Creates a new instance of the Link Layout algorithm.
IlvLinkLayout(IlvLinkLayout) - Constructor for class ilog.views.graphlayout.link.IlvLinkLayout
Creates a new layout instance by copying an existing one.
IlvLinkLayoutGrapherProperty - Class in ilog.views.graphlayout.link
The class IlvLinkLayoutGrapherProperty
allows you to store
the global settings of an instance of IlvLinkLayout
as a
named property in the grapher.
IlvLinkLayoutGrapherProperty(String, IlvLinkLayout, boolean) - Constructor for class ilog.views.graphlayout.link.IlvLinkLayoutGrapherProperty
Creates a new IlvLinkLayoutGrapherProperty
that stores
layout parameter settings of the layout
.
IlvLinkLayoutGrapherProperty(IlvLinkLayoutGrapherProperty) - Constructor for class ilog.views.graphlayout.link.IlvLinkLayoutGrapherProperty
Creates a new IlvLinkLayoutGrapherProperty
by copying an
existing one.
IlvLinkLayoutGrapherProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.link.IlvLinkLayoutGrapherProperty
Creates a new IlvLinkLayoutGrapherProperty
from an
IlvInputStream
.
IlvLinkLayoutGrapherProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.link.IlvLinkLayoutGrapherProperty
Creates a new IlvLinkLayoutGrapherProperty
from an
IlvInputStream
.
IlvLinkLayoutLinkProperty - Class in ilog.views.graphlayout.link
The class IlvLinkLayoutLinkProperty
allows you to store
the settings of an instance of IlvLinkLayout
for an
individual link as a named property in the link.
IlvLinkLayoutLinkProperty(String, IlvLinkLayout, IlvGraphic, boolean) - Constructor for class ilog.views.graphlayout.link.IlvLinkLayoutLinkProperty
Creates a new IlvLinkLayoutLinkProperty
that stores
layout parameter settings of the layout
for the
link
.
IlvLinkLayoutLinkProperty(IlvLinkLayoutLinkProperty) - Constructor for class ilog.views.graphlayout.link.IlvLinkLayoutLinkProperty
Creates a new IlvLinkLayoutLinkProperty
by copying an
existing one.
IlvLinkLayoutLinkProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.link.IlvLinkLayoutLinkProperty
Creates a new IlvLinkLayoutLinkProperty
from an
IlvInputStream
.
IlvLinkLayoutLinkProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.link.IlvLinkLayoutLinkProperty
Creates a new IlvLinkLayoutLinkProperty
from an
IlvInputStream
.
IlvLinkLayoutRenderer - Class in ilog.views.sdm.renderer.graphlayout
IlvLinkLayoutRenderer(IlvSDMRenderer) - Constructor for class ilog.views.sdm.renderer.graphlayout.IlvLinkLayoutRenderer
Creates a new layout renderer for a specified
filtered renderer.
IlvLinkLayoutRenderer() - Constructor for class ilog.views.sdm.renderer.graphlayout.IlvLinkLayoutRenderer
Creates a new layout renderer with a null
filtered renderer.
IlvLinkLayoutRenderer.SDMRelativeLinkConnector - Class in ilog.views.sdm.renderer.graphlayout
IlvLinkShapePolicy - Interface in ilog.views.graphic.linkpolicy
IlvLinkShapePolicyUtil - Class in ilog.views.graphic.linkpolicy
Utility class for link shape policies.
IlvLinkStyle - Class in ilog.views.maps.graphic.style
An IlvMapStyle
intended to be used by a
IlvMapPolyline
graphic object.
IlvLinkStyle(IlvInputStream) - Constructor for class ilog.views.maps.graphic.style.IlvLinkStyle
Reads an IlvPolylineStyle
from an IlvInputStream
IlvLinkStyle() - Constructor for class ilog.views.maps.graphic.style.IlvLinkStyle
Creates a IlvPolylineStyle
IlvLinkStyle(IlvLinkStyle) - Constructor for class ilog.views.maps.graphic.style.IlvLinkStyle
Creates s IlvPolyLine
by copying an existing one.
IlvLinkVisibilityHandler - Class in ilog.views.event.adapter
The IlvLinkVisibilityHandler
ensures that links are only
visible if their end nodes are visible.
IlvLinkVisibilityHandler() - Constructor for class ilog.views.event.adapter.IlvLinkVisibilityHandler
Creates a new link visibility handler.
IlvListActionHandler - Class in ilog.views.appframe.event
Action handler that handles list actions.
IlvListActionHandler(String) - Constructor for class ilog.views.appframe.event.IlvListActionHandler
Constructs a new IlvListActionHandler
that handles the
list action with the specified command
key.
IlvListenerList<L extends EventListener> - Class in ilog.views.chart.event
An instance of IlvListenerList holds an unordered list of objects
implementing EventListener
interface.
IlvListenerList() - Constructor for class ilog.views.chart.event.IlvListenerList
Creates an IlvListenerList with initially no registered listeners.
IlvListenerList<L extends EventListener> - Class in ilog.views.event
An instance of IlvListenerList holds an unordered list of objects
implementing EventListener
interface.
IlvListenerList() - Constructor for class ilog.views.event.IlvListenerList
Creates an IlvListenerList with initially no registered listeners.
IlvListEventDispatcher - Class in ilog.views.gantt.util.event
IlvListEventDispatcher
is an event dispatcher backed by a list
of event listeners.
IlvListEventDispatcher() - Constructor for class ilog.views.gantt.util.event.IlvListEventDispatcher
Creates a new IlvListEventDispatcher
.
IlvListFormat - Class in ilog.views.util.text
This class is the abstract base class for classes that format a list of
items, producing a single string.
IlvListFormat() - Constructor for class ilog.views.util.text.IlvListFormat
Creates the list format.
IlvListToFlatListModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvFlatListModel
, based on a
Swing ListModel
.
IlvListToFlatListModel(ListModel, IlvPropertyConnector) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatListModel
Creates a model backed by a given ListModel
, with zero columns.
IlvListToFlatListModel(ListModel, IlvPropertyConnector, int) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatListModel
Creates a model backed by a given ListModel
, with zero columns.
IlvListToFlatListModel(ListModel, IlvPropertyConnector, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatListModel
Creates a model backed by a given ListModel
, with the given columns.
IlvListToFlatListModel(ListModel, IlvPropertyConnector, IlvDataColumnInfo[], int) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatListModel
Creates a model backed by a given ListModel
, with the given columns.
IlvListToFlatTableModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvFlatTableModel
, based on a
Swing ListModel
.
IlvListToFlatTableModel(ListModel, IlvPropertyConnector) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
Creates a model backed by a given ListModel
, with zero columns.
IlvListToFlatTableModel(ListModel, IlvPropertyConnector, int) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
Creates a model backed by a given ListModel
, with zero columns.
IlvListToFlatTableModel(DefaultListModel, IlvPropertyConnector, IlvObjectFactory) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
Creates a model backed by a given ListModel
, with the ability to add
or remove rows, and with zero columns.
IlvListToFlatTableModel(DefaultListModel, IlvPropertyConnector, IlvObjectFactory, int) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
Creates a model backed by a given ListModel
, with the ability to add
or remove rows, and with zero columns.
IlvListToFlatTableModel(ListModel, IlvPropertyConnector, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
Creates a model backed by a given ListModel
, with the given columns.
IlvListToFlatTableModel(ListModel, IlvPropertyConnector, IlvDataColumnInfo[], int) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
Creates a model backed by a given ListModel
, with the given columns.
IlvListToFlatTableModel(DefaultListModel, IlvPropertyConnector, IlvObjectFactory, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
Creates a model backed by a given ListModel
, with the ability to add
or remove rows, and with the given columns.
IlvListToFlatTableModel(DefaultListModel, IlvPropertyConnector, IlvObjectFactory, IlvDataColumnInfo[], int) - Constructor for class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
Creates a model backed by a given ListModel
, with the ability to add
or remove rows, and with the given columns.
IlvLocaleUtil - Class in ilog.views.util
This class defines a concept of "current locale" for use by all of JViews.
IlvLocalizedConverter - Interface in ilog.views.util.convert
IlvLocalizedPropertyEditorFactory - Interface in ilog.views.util.convert
Factory to produce localized property editors.
IlvLocalZoomAxisTransformer - Class in ilog.views.chart
Implements a local zoom on a coordinate.
IlvLocalZoomAxisTransformer(IlvDataInterval, double, boolean) - Constructor for class ilog.views.chart.IlvLocalZoomAxisTransformer
Creates a new local zoom transformer with the specified zoom window,
zoom factor, and continuous property.
IlvLocalZoomAxisTransformer(double, double, double, boolean) - Constructor for class ilog.views.chart.IlvLocalZoomAxisTransformer
Creates a new local zoom transformer with the specified zoom window,
zoom factor, and continuous property.
IlvLODDataSet - Class in ilog.views.chart.data.lod
A data set that loads its contents on demand.
IlvLODDataSet(IlvDataTileController) - Constructor for class ilog.views.chart.data.lod.IlvLODDataSet
Initializes a new load-on-demand data set with the
specified controller.
IlvLODHandler - Class in ilog.views.chart.data.lod
Handles the connection between a chart and a load-on-demand data set.
IlvLogarithmicAxisTransformer - Class in ilog.views.chart
Defines a logarithmic transformation.
IlvLogarithmicAxisTransformer() - Constructor for class ilog.views.chart.IlvLogarithmicAxisTransformer
Creates a transformer with a logarithmic base of 10
.
IlvLogarithmicAxisTransformer(double) - Constructor for class ilog.views.chart.IlvLogarithmicAxisTransformer
Creates a transformer with the specified logarithmic base.
IlvLogarithmicStepsDefinition - Class in ilog.views.chart
A steps definition for logarithmic scales.
IlvLogarithmicStepsDefinition() - Constructor for class ilog.views.chart.IlvLogarithmicStepsDefinition
Creates a new IlvLogarithmicStepsDefinition
.
IlvLongitudeEditor - Class in ilog.views.maps.projection
IlvLongitudeEditor
is a class used to edit longitude values
in degrees, minutes and seconds.
IlvLongitudeEditor() - Constructor for class ilog.views.maps.projection.IlvLongitudeEditor
Creates a new IlvLongitudeEditor
instance.
IlvLongLinkLayout - Class in ilog.views.graphlayout.link.longlink
The main class for the Long Link Layout algorithm.
IlvLongLinkLayout() - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Creates a new instance of the Long Link Layout algorithm.
IlvLongLinkLayout(IlvLongLinkLayout) - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Creates a new layout instance by copying an existing one.
IlvLongLinkLayoutGrapherProperty - Class in ilog.views.graphlayout.link.longlink
The class IlvLongLinkLayoutGrapherProperty
allows you to
store the global settings of an instance of
IlvLongLinkLayout
as a named property in the grapher.
IlvLongLinkLayoutGrapherProperty(String, IlvLongLinkLayout, boolean) - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutGrapherProperty
Creates a new IlvLongLinkLayoutGrapherProperty
that
stores layout parameter settings of the layout
.
IlvLongLinkLayoutGrapherProperty(IlvLongLinkLayoutGrapherProperty) - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutGrapherProperty
Creates a new IlvLongLinkLayoutGrapherProperty
by copying
an existing one.
IlvLongLinkLayoutGrapherProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutGrapherProperty
Creates a new IlvLongLinkLayoutGrapherProperty
from an
IlvInputStream
.
IlvLongLinkLayoutGrapherProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutGrapherProperty
Creates a new IlvLongLinkLayoutGrapherProperty
from an
IlvInputStream
.
IlvLongLinkLayoutLinkProperty - Class in ilog.views.graphlayout.link.longlink
The class IlvLongLinkLayoutLinkProperty
allows you to
store the settings of an instance of IlvLongLinkLayout
for an individual link as a named property in the link.
IlvLongLinkLayoutLinkProperty(String, IlvLongLinkLayout, IlvGraphic, boolean) - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutLinkProperty
Creates a new IlvLongLinkLayoutLinkProperty
that stores
layout parameter settings of the layout
for the
link
.
IlvLongLinkLayoutLinkProperty(IlvLongLinkLayoutLinkProperty) - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutLinkProperty
Creates a new IlvLongLinkLayoutLinkProperty
by copying an
existing one.
IlvLongLinkLayoutLinkProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutLinkProperty
Creates a new IlvLongLinkLayoutLinkProperty
from an
IlvInputStream
.
IlvLongLinkLayoutLinkProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutLinkProperty
Creates a new IlvLongLinkLayoutLinkProperty
from an
IlvInputStream
.
IlvLongLinkLayoutReport - Class in ilog.views.graphlayout.link.longlink
The class used to store information about the behavior of the
Orthogonal Long Link Layout algorithm.
IlvLongLinkLayoutReport() - Constructor for class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutReport
Creates a new instance of the report object.
IlvLookAheadFeatureIterator - Interface in ilog.views.maps
Defines an interface for feature iterators that have a look ahead
ability.
IlvLookAndFeelSupport - Class in ilog.views.util.swing.calendar.plaf
IlvLookAndFeelSupport
provides two basic facilities that allow
the Swing calendar components and their LAF implementations to integrate
seamlessly into the Swing framework:
LAF-specific UI delegate implementations for each custom component are
registered with the Swing UIManager
.
IlvLookAndFeelSupport() - Constructor for class ilog.views.util.swing.calendar.plaf.IlvLookAndFeelSupport
Creates a new IlvLookAndFeelSupport
.
IlvMagnifyInteractor - Class in ilog.views.interactor
An interactor designed to magnify a part of the view by dragging the mouse
over it.
IlvMagnifyInteractor() - Constructor for class ilog.views.interactor.IlvMagnifyInteractor
Constructs and initializes a new instance of the
IlvMagnifyInteractor
.
IlvMagnifySymbolsInteractor - Class in ilog.views.maps
An interactor designed to unclutter the symbols displayed on a part of the view by dragging the mouse over it.
IlvMagnifySymbolsInteractor() - Constructor for class ilog.views.maps.IlvMagnifySymbolsInteractor
Creates a new IlvMagnifySymbolsInteractor
.
IlvMainWindow - Interface in ilog.views.appframe.docview
Interface for the main window of an application.
IlvMake3DFlyThroughInteractor - Class in ilog.views.maps.defense.terrain3d.view
Interactor that allows you to create a fly-through object defined
with several points.
IlvMake3DFlyThroughInteractor(IlvInputStream) - Constructor for class ilog.views.maps.defense.terrain3d.view.IlvMake3DFlyThroughInteractor
Reads a new IlvMake3DFlyThroughInteractor
.
IlvMake3DFlyThroughInteractor() - Constructor for class ilog.views.maps.defense.terrain3d.view.IlvMake3DFlyThroughInteractor
Creates a new IlvMake3DFlyThroughInteractor
.
IlvMake3DFlyThroughInteractor.RestartingDataSource - Class in ilog.views.maps.defense.terrain3d.view
Data source that updates the fly-through action at load time.
IlvMake3DViewInteractor - Class in ilog.views.maps.defense.terrain3d.view
An interactor to create an Ilv3DView
of the terrain.
IlvMake3DViewInteractor() - Constructor for class ilog.views.maps.defense.terrain3d.view.IlvMake3DViewInteractor
Default constructor.
IlvMake3DViewInteractor(JTabbedPane) - Constructor for class ilog.views.maps.defense.terrain3d.view.IlvMake3DViewInteractor
Creates an interactor.
IlvMake3DViewInteractor(IlvInputStream) - Constructor for class ilog.views.maps.defense.terrain3d.view.IlvMake3DViewInteractor
Creates a new IlvMake3DViewInteractor
.
IlvMakeActivityInteractor - Class in ilog.views.gantt.graphic.interactor
An IlvMakeActivityInteractor
is an interactor that allows
you to create an IlvActivity
in a Gantt sheet.
IlvMakeActivityInteractor() - Constructor for class ilog.views.gantt.graphic.interactor.IlvMakeActivityInteractor
Creates a new IlvMakeActivityInteractor
object.
IlvMakeArcInteractor - Class in ilog.views.interactor
An interactor that allows you to create an IlvArc
by dragging a rectangle.
IlvMakeArcInteractor() - Constructor for class ilog.views.interactor.IlvMakeArcInteractor
Creates and initializes the interactor.
IlvMakeAreaOfSightInteractor - Class in ilog.views.maps.defense.terrain
This interactor uses altitude information to display the area of visibility around a point.
IlvMakeAreaOfSightInteractor() - Constructor for class ilog.views.maps.defense.terrain.IlvMakeAreaOfSightInteractor
Creates an interactor.
IlvMakeAreaOfSightInteractor(IlvInputStream) - Constructor for class ilog.views.maps.defense.terrain.IlvMakeAreaOfSightInteractor
Stream constructor.
IlvMakeArrowLineInteractor - Class in ilog.views.interactor
An interactor that enables you to create an IlvArrowLine
.
IlvMakeArrowLineInteractor() - Constructor for class ilog.views.interactor.IlvMakeArrowLineInteractor
Creates and initializes the interactor.
IlvMakeArrowPolylineInteractor - Class in ilog.views.interactor
IlvMakeArrowPolylineInteractor() - Constructor for class ilog.views.interactor.IlvMakeArrowPolylineInteractor
Creates and initializes the interactor.
IlvMakeConstraintInteractor - Class in ilog.views.gantt.graphic.interactor
This interactor is designed for creating an IlvConstraint
object
in an IlvGanttSheet
object.
IlvMakeConstraintInteractor() - Constructor for class ilog.views.gantt.graphic.interactor.IlvMakeConstraintInteractor
Creates an IlvMakeConstraintInteractor
object.
IlvMakeDoubleLinkImageInteractor - Class in ilog.views.interactor
An interactor to link two nodes of an IlvGrapher
with
an IlvDoubleLinkImage
.
IlvMakeDoubleLinkImageInteractor() - Constructor for class ilog.views.interactor.IlvMakeDoubleLinkImageInteractor
Creates and initializes the interactor.
IlvMakeDoubleSplineLinkImageInteractor - Class in ilog.views.interactor
An interactor to link two nodes of an IlvGrapher
with
an IlvDoubleSplineLinkImage
.
IlvMakeDoubleSplineLinkImageInteractor() - Constructor for class ilog.views.interactor.IlvMakeDoubleSplineLinkImageInteractor
Creates and initializes the interactor.
IlvMakeEllipseInteractor - Class in ilog.views.interactor
An interactor that enables you to drag a rectangle
to create an IlvEllipse
.
IlvMakeEllipseInteractor() - Constructor for class ilog.views.interactor.IlvMakeEllipseInteractor
Creates the interactor.
IlvMakeEnhancedPolyLinkInteractor - Class in ilog.views.interactor
IlvMakeEnhancedPolyLinkInteractor() - Constructor for class ilog.views.interactor.IlvMakeEnhancedPolyLinkInteractor
Creates and initializes the interactor.
IlvMakeGradientInteractor - Class in ilog.views.maps.defense.terrain
IlvMakeGradientInteractor
is an interactor used to create a
line of visibility.
IlvMakeGradientInteractor() - Constructor for class ilog.views.maps.defense.terrain.IlvMakeGradientInteractor
The default constructor.
IlvMakeGradientInteractor(IlvInputStream) - Constructor for class ilog.views.maps.defense.terrain.IlvMakeGradientInteractor
The Stream constructor.
IlvMakeHyperEdgeBaseInteractor - Class in ilog.views.hypergraph.interactor
This is the base class of interactors that allow to create hyperedges
and hyperedge connectors.
IlvMakeHyperEdgeBaseInteractor() - Constructor for class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeBaseInteractor
Initialize the interactor.
IlvMakeHyperEdgeInteractor - Class in ilog.views.hypergraph.interactor
An interactor that allows to create or to extend an
IlvHyperEdge
.
IlvMakeHyperEdgeInteractor() - Constructor for class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeInteractor
Creates a new interactor.
IlvMakeHyperEdgePinConnectorInteractor - Class in ilog.views.hypergraph.interactor
IlvMakeHyperEdgePinConnectorInteractor() - Constructor for class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Creates a new interactor.
IlvMakeLineInteractor - Class in ilog.views.interactor
An interactor that enables you to create an
IlvLine
.
IlvMakeLineInteractor() - Constructor for class ilog.views.interactor.IlvMakeLineInteractor
Creates and initializes the interactor.
IlvMakeLineOfVisibilityInteractor - Class in ilog.views.maps.defense.terrain
IlvMakeLineOfVisibilityInteractor
is an interactor used to
create a line of visibility.
IlvMakeLineOfVisibilityInteractor() - Constructor for class ilog.views.maps.defense.terrain.IlvMakeLineOfVisibilityInteractor
The default constructor.
IlvMakeLineOfVisibilityInteractor(JTabbedPane) - Constructor for class ilog.views.maps.defense.terrain.IlvMakeLineOfVisibilityInteractor
Creates an interactor.
IlvMakeLineOfVisibilityInteractor.LineOfVisibilityDataSource - Class in ilog.views.maps.defense.terrain
LineOfVisibilityDataSource
represents an internal data source
used to create a line of visibility graphical object on a map view.
IlvMakeLinkInteractor - Class in ilog.views.interactor
IlvMakeLinkInteractor() - Constructor for class ilog.views.interactor.IlvMakeLinkInteractor
Creates and initializes the interactor.
IlvMakeMeasureInteractor - Class in ilog.views.maps.measures
This interactor creates an IlvMapOrthodromyPath containing measure and bearing properties.
IlvMakeMeasureInteractor() - Constructor for class ilog.views.maps.measures.IlvMakeMeasureInteractor
Creates a new IlvMakeMeasureInteractor
.
IlvMakeOneLinkImageInteractor - Class in ilog.views.interactor
An interactor to link two nodes of an IlvGrapher
with
an IlvOneLinkImage
.
IlvMakeOneLinkImageInteractor() - Constructor for class ilog.views.interactor.IlvMakeOneLinkImageInteractor
Creates and initializes the interactor.
IlvMakeOneSplineLinkImageInteractor - Class in ilog.views.interactor
An interactor to link two nodes of an IlvGrapher
with
an IlvOneSplineLinkImage
.
IlvMakeOneSplineLinkImageInteractor() - Constructor for class ilog.views.interactor.IlvMakeOneSplineLinkImageInteractor
Creates and initializes the interactor.
IlvMakePolygonInteractor - Class in ilog.views.interactor
An interactor that allows you to create an
IlvPolygon
.
IlvMakePolygonInteractor() - Constructor for class ilog.views.interactor.IlvMakePolygonInteractor
Creates and initializes the interactor.
IlvMakePolylineInteractor - Class in ilog.views.interactor
An interactor that allows you to create an IlvPolyline
.
IlvMakePolylineInteractor() - Constructor for class ilog.views.interactor.IlvMakePolylineInteractor
Creates and initializes the interactor.
IlvMakePolyLinkInteractor - Class in ilog.views.interactor
IlvMakePolyLinkInteractor() - Constructor for class ilog.views.interactor.IlvMakePolyLinkInteractor
Creates and initializes the interactor.
IlvMakePolyPointsInteractor - Class in ilog.views.interactor
An Interactor that enables you to create a graphic object defined
with several points.
IlvMakePolyPointsInteractor() - Constructor for class ilog.views.interactor.IlvMakePolyPointsInteractor
Creates and initializes the interactor.
IlvMakePrototypeInstanceInteractor - Class in ilog.views.prototypes
This class is a subclass of IlvDragRectangleInteractor
that is
used to interactively create prototype instances.
IlvMakePrototypeInstanceInteractor(IlvPrototype) - Constructor for class ilog.views.prototypes.IlvMakePrototypeInstanceInteractor
Creates a new prototype instance interactor.
IlvMakeRectangleInteractor - Class in ilog.views.interactor
An interactor that enables you to drag a rectangle to create an
IlvRectangle
.
IlvMakeRectangleInteractor() - Constructor for class ilog.views.interactor.IlvMakeRectangleInteractor
Creates the interactor.
IlvMakeReliefRectangleInteractor - Class in ilog.views.interactor
An interactor that allows you to create an IlvReliefRectangle
.
IlvMakeReliefRectangleInteractor() - Constructor for class ilog.views.interactor.IlvMakeReliefRectangleInteractor
Creates and initializes the interactor.
IlvMakeRoundRectangleInteractor - Class in ilog.views.interactor
An interactor to create an IlvRectangle
with rounded corners.
IlvMakeRoundRectangleInteractor() - Constructor for class ilog.views.interactor.IlvMakeRoundRectangleInteractor
Creates and initializes the interactor.
IlvMakeSDMLinkInteractor - Class in ilog.views.sdm.interactor
The class IlvMakeSDMLinkInteractor
lets the user
create links by clicking in an SDM view.
IlvMakeSDMLinkInteractor() - Constructor for class ilog.views.sdm.interactor.IlvMakeSDMLinkInteractor
Creates a new interactor that adds new links
to an SDM view.
IlvMakeSDMNodeInteractor - Class in ilog.views.sdm.interactor
The class IlvMakeNodeInteractor
lets the user
create nodes by clicking in an SDM view.
IlvMakeSDMNodeInteractor() - Constructor for class ilog.views.sdm.interactor.IlvMakeSDMNodeInteractor
Creates a new interactor that adds new nodes
to an SDM view.
IlvMakeSegmentedHyperEdgeInteractor - Class in ilog.views.hypergraph.interactor
IlvMakeSegmentedHyperEdgeInteractor() - Constructor for class ilog.views.hypergraph.interactor.IlvMakeSegmentedHyperEdgeInteractor
Creates a new interactor.
IlvMakeSplineInteractor - Class in ilog.views.interactor
An interactor that allows you to create an
IlvSpline
.
IlvMakeSplineInteractor() - Constructor for class ilog.views.interactor.IlvMakeSplineInteractor
Creates and initializes the interactor.
IlvMakeTerrainCutInteractor - Class in ilog.views.maps.defense.terrain
IlvMakeTerrainCutInteractor
is an interactor used to create a
terrain cut.
IlvMakeTerrainCutInteractor(JTabbedPane) - Constructor for class ilog.views.maps.defense.terrain.IlvMakeTerrainCutInteractor
Creates a terrain cut interactor.
IlvMakeTerrainCutInteractor.TerrainCutDataSource - Class in ilog.views.maps.defense.terrain
TerrainCutDataSource
represents an internal data source
that is used to create the line of visibility graphical object on a
map view.
IlvMakeValleyInteractor - Class in ilog.views.maps.defense.terrain
An interactor used to create a valley/elevation computation.
IlvMakeValleyInteractor(IlvInputStream) - Constructor for class ilog.views.maps.defense.terrain.IlvMakeValleyInteractor
The stream constructor.
IlvMakeValleyInteractor() - Constructor for class ilog.views.maps.defense.terrain.IlvMakeValleyInteractor
Creates an interactor.
IlvManager - Class in ilog.views
IlvManager
is the container class used to store and manipulate
IlvGraphic
objects displayed in one or more
IlvManagerView
instance.
IlvManager() - Constructor for class ilog.views.IlvManager
Creates a new IlvManager
.
IlvManager(int) - Constructor for class ilog.views.IlvManager
Creates a new IlvManager
.
IlvManager(int, int) - Constructor for class ilog.views.IlvManager
Creates a new IlvManager
.
IlvManager(IlvManager) - Constructor for class ilog.views.IlvManager
Creates a new IlvManager
by copying an existing one.
IlvManager(IlvInputStream) - Constructor for class ilog.views.IlvManager
Reads the manager from an IlvInputStream
.
IlvManagerAnimator - Class in ilog.views.animation
An
IlvManagerAnimator
allows you to animate the content changes
in an
IlvManager
.
IlvManagerAnimator(IlvManager) - Constructor for class ilog.views.animation.IlvManagerAnimator
Creates a new IlvManagerAnimator
and attaches it to the
specified manager.
IlvManagerAnimator(IlvManager, boolean) - Constructor for class ilog.views.animation.IlvManagerAnimator
Creates a new IlvManagerAnimator
and attaches it to the
specified manager.
IlvManagerContentChangedDispatcher - Class in ilog.views.event.adapter
An abstract dispatcher class for receiving manager content change events
and dispatching them to the graphic objects who need to know about
content changes.
IlvManagerContentChangedDispatcher() - Constructor for class ilog.views.event.adapter.IlvManagerContentChangedDispatcher
Creates a new manager content change dispatcher.
IlvManagerDocumentSetupDialog - Class in ilog.views.print
IlvManagerDocumentSetupDialog(Dialog, IlvManagerPrintingController, boolean, boolean) - Constructor for class ilog.views.print.IlvManagerDocumentSetupDialog
Creates an IlvManagerDocumentSetupDialog
IlvManagerDocumentSetupDialog(Frame, IlvManagerPrintingController, boolean, boolean) - Constructor for class ilog.views.print.IlvManagerDocumentSetupDialog
Creates an IlvManagerDocumentSetupDialog
.
IlvManagerExpansionAdapter - Class in ilog.views.event.adapter
An abstract adapter class for receiving manager expand/collapse events.
IlvManagerExpansionAdapter() - Constructor for class ilog.views.event.adapter.IlvManagerExpansionAdapter
Creates a new manager expansion adapter.
IlvManagerFrame - Interface in ilog.views
The frame of an IlvManager
.
IlvManagerLayer - Class in ilog.views
IlvManagerLayer
is a storage class for graphic objects;
an IlvManager
instance is composed of several layers.
IlvManagerLayer() - Constructor for class ilog.views.IlvManagerLayer
Creates a new layer.
IlvManagerLayer(int, int) - Constructor for class ilog.views.IlvManagerLayer
Creates a new layer.
IlvManagerLayer(IlvInputStream) - Constructor for class ilog.views.IlvManagerLayer
Reads the layer from an IlvInputStream
.
IlvManagerLayerAdapter - Class in ilog.views.event.adapter
An abstract adapter class for receiving manager layer events.
IlvManagerLayerAdapter() - Constructor for class ilog.views.event.adapter.IlvManagerLayerAdapter
Creates a new manager layer adapter.
IlvManagerLayerEdit - Class in ilog.views.hypergraph.undo
An undoable edit that allows to undo changes of the layer of the graphic
object as well as removing or inserting graphic objects into a manager.
IlvManagerLayerEdit(String) - Constructor for class ilog.views.hypergraph.undo.IlvManagerLayerEdit
Creates a new edit.
IlvManagerLightViewDecoration - Interface in ilog.views.maps.grids
Interface used to display a light version of the decoration.
IlvManagerMagViewInteractor - Class in ilog.views.interactor
An interactor that controls the visible area of a view by using a movable
rectangle in another view.
IlvManagerMagViewInteractor() - Constructor for class ilog.views.interactor.IlvManagerMagViewInteractor
Creates the interactor.
IlvManagerMagViewInteractor(IlvManagerView, boolean) - Constructor for class ilog.views.interactor.IlvManagerMagViewInteractor
Creates the interactor.
IlvManagerPageBreakPreview - Class in ilog.views.print
A object that display the page breaks of the pages in an
IlvManagerView
.
IlvManagerPageBreakPreview(IlvManagerPrintableDocument) - Constructor for class ilog.views.print.IlvManagerPageBreakPreview
Creates a ManagerPageBreakPreview
for the specified document.
IlvManagerPopupServletSupport - Class in ilog.views.servlet
The IlvPopupMenuServletSupport
class defines a servlet support
dedicated to dynamic pop-up requests.
IlvManagerPopupServletSupport(IlvManagerServletSupport) - Constructor for class ilog.views.servlet.IlvManagerPopupServletSupport
Creates a IlvPopupMenuServletSupport
.
IlvManagerPrintableDocument - Class in ilog.views.print
A Document
subclass for printing the content
of an IlvManager
.
IlvManagerPrintableDocument(String, IlvManagerView, PageFormat) - Constructor for class ilog.views.print.IlvManagerPrintableDocument
Creates a ManagerDocument
for the specified
manager view and page format.
IlvManagerPrintableDocument(String, IlvManagerView, int, Paper) - Constructor for class ilog.views.print.IlvManagerPrintableDocument
Creates a ManagerDocument
for the specified
manager view and page format, given as an orientation and a paper format.
IlvManagerPrintableDocument(String, IlvManagerView, int) - Constructor for class ilog.views.print.IlvManagerPrintableDocument
Creates a ManagerDocument
for the specified
manager view and orientation.
IlvManagerPrintableDocument(String, IlvManagerView) - Constructor for class ilog.views.print.IlvManagerPrintableDocument
IlvManagerPrintingController - Class in ilog.views.print
IlvManagerPrintingController(IlvManagerView) - Constructor for class ilog.views.print.IlvManagerPrintingController
Creates a IlvManagerPrintingController
.
IlvManagerSelectionDispatcher - Class in ilog.views.event.adapter
An abstract dispatcher class for receiving manager selection events
and dispatching them to the graphic objects whose selection changed.
IlvManagerSelectionDispatcher() - Constructor for class ilog.views.event.adapter.IlvManagerSelectionDispatcher
Creates a new manager selection dispatcher.
IlvManagerServlet - Class in ilog.views.servlet
An abstract servlet that can respond to HTTP request to
generate a JPEG image from a JViews manager.
IlvManagerServlet() - Constructor for class ilog.views.servlet.IlvManagerServlet
Creates a IlvManagerServlet
.
IlvManagerServlet(IlvManagerServletSupport) - Constructor for class ilog.views.servlet.IlvManagerServlet
IlvManagerServletParameterHandlerFactory - Class in ilog.views.servlet
The class
IlvManagerServletParameterHandlerFactory
returns the
parameter handlers for requests handled by
IlvManagerServletSupport
classes.
IlvManagerServletParameterHandlerFactory.DynamicActionRequestParametersHandler - Class in ilog.views.servlet
The class defines the parameter handler for dynamic-action requests.
IlvManagerServletParameterValidationListener - Class in ilog.views.servlet
IlvManagerServletParameterValidationListener() - Constructor for class ilog.views.servlet.IlvManagerServletParameterValidationListener
The default constructor.
IlvManagerServletParameterValidationListener(ServletContext) - Constructor for class ilog.views.servlet.IlvManagerServletParameterValidationListener
Constructor with ServletContext
parameter.
IlvManagerServletSupport - Class in ilog.views.servlet
A class that can respond to HTTP request to generate an image from a JViews
manager.
IlvManagerServletSupport(ServletContext) - Constructor for class ilog.views.servlet.IlvManagerServletSupport
Creates a manager servlet support.
IlvManagerStreamFactory - Interface in ilog.views.io
IlvManagerStreamFactory
is an interface that manages the
creation of the input and output streams of a manager.
IlvManagerTiler - Class in ilog.views.maps.servlet
IlvManagerTiler
is used to generate a pyramid of tile images
from a map.
IlvManagerTiler() - Constructor for class ilog.views.maps.servlet.IlvManagerTiler
Creates a new IlvManagerTiler
.
IlvManagerView - Class in ilog.views
A manager view is a Java AWT component used to display the graphic objects
contained in a manager.
IlvManagerView(IlvManager, IlvTransformer, ULocale) - Constructor for class ilog.views.IlvManagerView
Creates a new manager view.
IlvManagerView(IlvManager, IlvTransformer) - Constructor for class ilog.views.IlvManagerView
Creates a new manager view.
IlvManagerView(IlvManager) - Constructor for class ilog.views.IlvManagerView
Creates a new manager view to display the contents of the
specified manager.
IlvManagerView() - Constructor for class ilog.views.IlvManagerView
Creates a new manager view.
IlvManagerView.FitAreaCalculator - Interface in ilog.views
This interface can be used to fit the transformer of the manager view
so that a certain area of the manager is visible in the view.
IlvManagerViewControlBar - Class in ilog.views.awt
This class defines a customizable tool bar that contains
tools to zoom, unzoom, scroll, fit to contents, or select graphic
objects.
IlvManagerViewControlBar() - Constructor for class ilog.views.awt.IlvManagerViewControlBar
Creates a default map Control Bar
IlvManagerViewDecoration - Interface in ilog.views
An IlvManagerViewDecoration
is an interface that must be
implemented by objects that need to draw something on top of an
IlvManagerView
IlvManagerViewInteractor - Class in ilog.views
IlvManagerViewInteractor
is the base class for all interactors
that can be attached to a manager view.
IlvManagerViewInteractor() - Constructor for class ilog.views.IlvManagerViewInteractor
Creates a new interactor.
IlvManagerViewPanel - Class in ilog.views.awt
IlvManagerViewPanel
is an AWT panel that is used to encapsulate
the IlvManagerView
.
IlvManagerViewPanel() - Constructor for class ilog.views.awt.IlvManagerViewPanel
Creates a new IlvManagerViewPanel
This method automatically creates an IlvManagerView
.
IlvManagerViewPanel(IlvManagerView) - Constructor for class ilog.views.awt.IlvManagerViewPanel
Creates a new panel for the manager view.
IlvManagerViewRotateInteractor - Class in ilog.views.maps.interactor
A rotate interactor to edit the rotation of an IlvManagerView
.
IlvManagerViewRotateInteractor() - Constructor for class ilog.views.maps.interactor.IlvManagerViewRotateInteractor
Creates a IlvManagerViewRotateInteractor
IlvMapAffineTransform - Class in ilog.views.maps.srs.coordtrans
This class defines an affine transformation.
IlvMapAffineTransform() - Constructor for class ilog.views.maps.srs.coordtrans.IlvMapAffineTransform
Constructs a new identity affine transformation.
IlvMapAffineTransform(double, double, double) - Constructor for class ilog.views.maps.srs.coordtrans.IlvMapAffineTransform
Constructs a new affine transformation with the specified translations
on the axis.
IlvMapAffineTransform(int, int, double[]) - Constructor for class ilog.views.maps.srs.coordtrans.IlvMapAffineTransform
Constructs a new affine transformation.
IlvMapAffineTransform(IlvInputStream) - Constructor for class ilog.views.maps.srs.coordtrans.IlvMapAffineTransform
Reads an IlvMapAffineTransform
from the specified
input stream.
IlvMapAnnotationModel - Class in ilog.views.maps.beans
An annotation model storing an IlvGraphicLayerDataSource
.
IlvMapAnnotationModel(IlvInputStream) - Constructor for class ilog.views.maps.beans.IlvMapAnnotationModel
Creates a model from an IlvInputStream
.
IlvMapAnnotationProperty - Class in ilog.views.maps.beans
A property used to store and retrieve annotations information.
IlvMapAnnotationProperty(IlvMapAnnotationModel) - Constructor for class ilog.views.maps.beans.IlvMapAnnotationProperty
Creates an IlvMapAnnotationProperty
from an IlvMapAnnotationModel
.
IlvMapAnnotationProperty(IlvMapAnnotationProperty) - Constructor for class ilog.views.maps.beans.IlvMapAnnotationProperty
Creates an IlvMapAnnotationProperty
by copying an existing one.
IlvMapAnnotationProperty(IlvInputStream) - Constructor for class ilog.views.maps.beans.IlvMapAnnotationProperty
Reads an IlvMapAnnotationProperty
from an IlvInputStream
.
IlvMapAnnotationToolBar - Class in ilog.views.maps.beans
A toolbar displaying buttons for creating map annotations.
IlvMapAnnotationToolBar() - Constructor for class ilog.views.maps.beans.IlvMapAnnotationToolBar
Creates a new IlvMapAnnotationToolBar
with the default set of buttons:
A polyline button
A polygon button
A point button
These buttons are associated with interactors that create graphic annotations
on a map.
IlvMapAnnotationToolBar.AnnotationGraphic - Interface in ilog.views.maps.beans
Interface that annotation graphic objects should implement.
IlvMapAnnotationToolBar.MapGraphicPath - Class in ilog.views.maps.beans
An IlvMapGraphicPath
for annotations.
IlvMapAnnotationToolBar.MapLink - Class in ilog.views.maps.beans
An IlvMapCompositeLink
with annotation extensions.
IlvMapAnnotationToolBar.MapMarker - Class in ilog.views.maps.beans
An IlvMapMarker
annotation extension.
IlvMapAnnotationToolBar.MapPolyline - Class in ilog.views.maps.beans
An IlvMapPolyline
with annotation extensions.
IlvMapAnnotationToolBar.ToolBarButton - Class in ilog.views.maps.beans
A JToggleButton
that can be associated with and trigger an
IlvManagerViewInteractor
.
IlvMapApplyObject - Interface in ilog.views.maps
Every function applied to IlvMapFeature
objects must implement
this interface.
IlvMapArcSegment - Class in ilog.views.maps.geometry
This class defines a circular arc segment.
IlvMapArcSegment() - Constructor for class ilog.views.maps.geometry.IlvMapArcSegment
Initializes an instance of the class.
IlvMapArcSegment(IlvCoordinate, IlvCoordinate, IlvCoordinate) - Constructor for class ilog.views.maps.geometry.IlvMapArcSegment
Creates an arc segment that goes through the start, the intermediate,
and end point given as argument.
IlvMapArcString - Class in ilog.views.maps.geometry
This implementation of IlvMapSegmentString
is optimized to handle
strings that contain only IlvMapArcSegment
instances.
IlvMapArcString(IlvCoordinate) - Constructor for class ilog.views.maps.geometry.IlvMapArcString
Initializes an instance of the class.
IlvMapArea - Class in ilog.views.maps.geometry
This abstract class is the base class of the map geometry that
defines an area.
IlvMapAreaLabel - Class in ilog.views.maps.label
Class for displaying labels on areas (that is, closed polylines).
IlvMapAreaLabel(String, Image, IlvMapLabelStyle, IlvPolyline, IlvMapAreaLabel.ParameterRecord) - Constructor for class ilog.views.maps.label.IlvMapAreaLabel
Public constructor.
IlvMapAreaLabel(String, IlvMapLabelStyle, IlvMapPolyline, IlvMapAreaLabel.ParameterRecord) - Constructor for class ilog.views.maps.label.IlvMapAreaLabel
Public constructor.
IlvMapAreaLabel.ParameterRecord - Class in ilog.views.maps.label
Class holding parameters for IlvMapAreaLabel
instances.
IlvMapAreaRenderer - Class in ilog.views.maps.rendering
IlvMapAreaRenderer
is an area renderer that renders stylable
IlvGraphic
objects, that is, objects that implement the
IlvMapGraphic
interface.
.
IlvMapAreaRenderer(IlvInputStream) - Constructor for class ilog.views.maps.rendering.IlvMapAreaRenderer
Reads this renderer from an IlvInputStream
.
IlvMapAreaRenderer(boolean, boolean) - Constructor for class ilog.views.maps.rendering.IlvMapAreaRenderer
Creates an new IlvMapAreaRenderer
instance.
IlvMapAreaRenderingStyle - Class in ilog.views.maps.rendering
This rendering style stores style parameters to render the areas.
IlvMapAreaRenderingStyle() - Constructor for class ilog.views.maps.rendering.IlvMapAreaRenderingStyle
Initializes an instance of the rendering style.
IlvMapAreaRenderingStyle(IlvInputStream) - Constructor for class ilog.views.maps.rendering.IlvMapAreaRenderingStyle
Reads the object from an IlvInputStream
.
IlvMapAttributeFilter - Interface in ilog.views.maps.graphic.style
The IlvMapAttributeFilter
interface represents a filter used
to dynamically change attribute values.
IlvMapBezierSegment - Class in ilog.views.maps.geometry
This class defines a bezier segment.
IlvMapBezierSegment() - Constructor for class ilog.views.maps.geometry.IlvMapBezierSegment
Initializes an instance of the class.
IlvMapBezierSegment(IlvCoordinate, IlvCoordinate, IlvCoordinate, IlvCoordinate) - Constructor for class ilog.views.maps.geometry.IlvMapBezierSegment
Creates an arc segment that goes through the start, the intermediate,
and end point given as argument.
IlvMapBezierString - Class in ilog.views.maps.geometry
This implementation of IlvMapSegmentString
is optimized to handle
strings that contain only IlvMapBezierSegment
instances.
IlvMapBezierString(IlvCoordinate) - Constructor for class ilog.views.maps.geometry.IlvMapBezierString
Initializes an instance of the class.
IlvMapCircle - Class in ilog.views.maps.geometry
This class defines a circle.
IlvMapCircle(IlvCoordinate, double) - Constructor for class ilog.views.maps.geometry.IlvMapCircle
Initializes an instance of circle by specifying its center
and its radius.
IlvMapCircle(IlvCoordinate, IlvCoordinate, IlvCoordinate) - Constructor for class ilog.views.maps.geometry.IlvMapCircle
Initializes an instance of IlvMapCircle
by giving the three different points that are on the circle.
IlvMapCircularRing - Class in ilog.views.maps.geometry
This class defines a ring whose outline is an IlvMapCircle
.
IlvMapCircularRing(IlvMapCircle) - Constructor for class ilog.views.maps.geometry.IlvMapCircularRing
Initializes an instance of the class with its outline.
IlvMapCompositeLink - Class in ilog.views.maps.graphic
IlvMapCompositeLink
is an IlvCompositeLink
implementing the IlvMapGraphic
interface.
IlvMapCompositeLink(IlvMapCompositeLink) - Constructor for class ilog.views.maps.graphic.IlvMapCompositeLink
Creates an IlvMapCompositeLink
instance by copying an existing
one.
IlvMapCompositeLink(IlvGraphic, IlvGraphic, boolean, IlvPoint[]) - Constructor for class ilog.views.maps.graphic.IlvMapCompositeLink
Creates a new IlvMapCompositeLink
instance.
IlvMapCompositeLink(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMapCompositeLink
Reads an IlvMapCompositeLink
object from an
IlvInputStream
.
IlvMapCompositeStyle - Class in ilog.views.maps.graphic.style
An IlvMapStyle
that wraps a collection of
IlvMapStyle
s.
IlvMapCompositeStyle(IlvInputStream) - Constructor for class ilog.views.maps.graphic.style.IlvMapCompositeStyle
Reads a IlvMapCompositeStyle
from an
IlvInputStream
IlvMapCompositeStyle(IlvMapCompositeStyle) - Constructor for class ilog.views.maps.graphic.style.IlvMapCompositeStyle
Constructor by copy
IlvMapCompositeStyle() - Constructor for class ilog.views.maps.graphic.style.IlvMapCompositeStyle
Constructs an IlvMapCompositeStyle
.
IlvMapControllingPolyline - Class in ilog.views.maps.defense.terrain
Creates a polyline that keeps a reference to its associated lat/lon points in order to update some other component.
IlvMapControllingPolyline(IlvPoint[]) - Constructor for class ilog.views.maps.defense.terrain.IlvMapControllingPolyline
Creates a new IlvMapControllingPolyline
.
IlvMapControllingPolyline(IlvMapControllingPolyline) - Constructor for class ilog.views.maps.defense.terrain.IlvMapControllingPolyline
Creates a IlvMapControllingPolyline
by copying an existing one.
IlvMapControllingPolyline(IlvInputStream) - Constructor for class ilog.views.maps.defense.terrain.IlvMapControllingPolyline
reads a IlvMapControllingPolyline
from a IlvInputStream
.
IlvMapControllingPolyline.ComputeListener - Interface in ilog.views.maps.defense.terrain
Listener interface that can be attached to the line of view, to track its
changes.
IlvMapCSSRenderer - Class in ilog.views.maps
The Cascading Style Sheet (CSS) renderer is a renderer able to customize
another renderer, or able to create a renderer using a CSS file.
IlvMapCSSRenderer(IlvFeatureRenderer, String, String[]) - Constructor for class ilog.views.maps.IlvMapCSSRenderer
Constructs an IlvMapCSSRenderer
.
IlvMapCSSRenderer(IlvInputStream) - Constructor for class ilog.views.maps.IlvMapCSSRenderer
Constructs an IlvMapCSSRenderer
from an
IlvInputStream
.
IlvMapCurve - Class in ilog.views.maps.geometry
This abstract class is the base class of the map geometries that
define a 1-dimension curve.
IlvMapCurveRenderer - Class in ilog.views.maps.rendering
IlvMapCurveRenderer
is a curve renderer that renders
stylable IlvGraphic
objects, that is, objects that implement
the IlvMapGraphic
interface.
IlvMapCurveRenderer(IlvInputStream) - Constructor for class ilog.views.maps.rendering.IlvMapCurveRenderer
Reads this renderer from an IlvInputStream
.
IlvMapCurveRenderer(boolean) - Constructor for class ilog.views.maps.rendering.IlvMapCurveRenderer
Creates a new IlvMapCurveRenderer
instance.
IlvMapCurveString - Class in ilog.views.maps.geometry
This implementation of the IlvMapSegmentString
class supports
sequences of IlvMapSegment
.
IlvMapCurveString() - Constructor for class ilog.views.maps.geometry.IlvMapCurveString
Initializes an instance of IlvMapCurveString
.
IlvMapDataPathManager - Class in ilog.views.maps.format
Resolves the absolute path name of a file given its relative filename.
IlvMapDataPathResolver - Interface in ilog.views.maps.format
This class defines a path resolver.
IlvMapDataSource - Class in ilog.views.maps.datasource
An IlvMapDataSource
wraps the map rendering process code into
a single class.
IlvMapDataSource() - Constructor for class ilog.views.maps.datasource.IlvMapDataSource
Constructs an empty data source.
IlvMapDataSource(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvMapDataSource
Reads an IlvMapDataSource
from an
IlvInputStream
.
IlvMapDataSourceModel - Class in ilog.views.maps.datasource
The IlvMapDataSourceModel
is a tree model
used to display data sources in a tree.
IlvMapDataSourceModel(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvMapDataSourceModel
Reads the model from an IlvInputStream
.
IlvMapDataSourceModel() - Constructor for class ilog.views.maps.datasource.IlvMapDataSourceModel
Constructs an empty IlvMapDataSourceModel
.
IlvMapDataSourceModel(TreeNode) - Constructor for class ilog.views.maps.datasource.IlvMapDataSourceModel
Constructs an IlvMapDataSourceModel
with a root.
IlvMapDataSourceNode - Class in ilog.views.maps.datasource
a DefaultMutableTreeNode
to encapsulate an IlvMapDataSource
in order to display it in a tree.
IlvMapDataSourceNode(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvMapDataSourceNode
Reads an IlvMapDataSourceNode
from an IlvInputStream
IlvMapDataSourceNode(Object) - Constructor for class ilog.views.maps.datasource.IlvMapDataSourceNode
Creates a node with the object o.
IlvMapDataSourceProperty - Class in ilog.views.maps.datasource
A named property used to attach an IlvMapDataSourceModel
to an IlvManager
.
IlvMapDataSourceProperty(IlvMapDataSourceModel) - Constructor for class ilog.views.maps.datasource.IlvMapDataSourceProperty
Creates a new IlvMapDataSourceProperty
.
IlvMapDataSourceProperty(IlvMapDataSourceProperty) - Constructor for class ilog.views.maps.datasource.IlvMapDataSourceProperty
Creates a new IlvMapDataSourceProperty
by copying an existing one.
IlvMapDataSourceProperty(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvMapDataSourceProperty
Creates a new IlvNamedProperty
from
an IlvInputStream
.
IlvMapDefaultLabeler - Class in ilog.views.maps.label
IlvMapDefaultLabeler
is the default implementation of
IlvMapLabeler
.
IlvMapDefaultLabeler() - Constructor for class ilog.views.maps.label.IlvMapDefaultLabeler
Construct an IlvMapDefaultLabeler
.
IlvMapDefaultLabeler(IlvInputStream) - Constructor for class ilog.views.maps.label.IlvMapDefaultLabeler
Reads an IlvMapDefaultLabeler
from an IlvInputStream
.
IlvMapDefaultLabeler.LabelLayer - Class in ilog.views.maps.label
This class is public for implementation purposes only.
IlvMapDelegateFeatureIterator - Class in ilog.views.maps.datasource
An IlvMapReusableFeatureIterator
that uses a IlvMapfeatureIterator
as delegate.
IlvMapDelegateFeatureIterator() - Constructor for class ilog.views.maps.datasource.IlvMapDelegateFeatureIterator
Creates a new IlvMapDelegateFeatureIterator
.
IlvMapDocumentSetupDialog - Class in ilog.views.maps.print
IlvMapDocumentSetupDialog(Dialog, IlvManagerPrintingController, boolean, boolean) - Constructor for class ilog.views.maps.print.IlvMapDocumentSetupDialog
Creates an IlvMapDocumentSetupDialog
IlvMapDocumentSetupDialog(Frame, IlvManagerPrintingController, boolean, boolean) - Constructor for class ilog.views.maps.print.IlvMapDocumentSetupDialog
Creates an IlvMapDocumentSetupDialog
.
IlvMapDXFReader - Class in ilog.views.maps.format.dxf
Reader of DXF files.
IlvMapDXFReader(URL) - Constructor for class ilog.views.maps.format.dxf.IlvMapDXFReader
Creates a new DXF reader.
IlvMapDXFReader(String) - Constructor for class ilog.views.maps.format.dxf.IlvMapDXFReader
Creates a new DXF reader.
IlvMapDXFReader(IlvInputStream) - Constructor for class ilog.views.maps.format.dxf.IlvMapDXFReader
Reconstructs a DXF reader from parameters read from an input stream.
IlvMapDynamicStyle - Class in ilog.views.maps.theme
A dynamic style is a record containing an IlvMapStyle
and a scale.
IlvMapDynamicStyle(IlvInputStream) - Constructor for class ilog.views.maps.theme.IlvMapDynamicStyle
Reads this dynamic style from an IlvInputStream
.
IlvMapDynamicStyle(double, IlvMapStyle, String) - Constructor for class ilog.views.maps.theme.IlvMapDynamicStyle
Creates a new IlvMapStyleAtScale
instance for a given scale.
IlvMapDynamicStylePanel - Class in ilog.views.maps.beans
A panel to edit dynamic style.
IlvMapDynamicStylePanel(IlvLayerTreePanel) - Constructor for class ilog.views.maps.beans.IlvMapDynamicStylePanel
Construct a IlvMapDynamicStylePanel
optionally in a IlvLayerTreePanel
.
IlvMapEditable(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMapSelectionFactory.IlvMapEditable
Reads a IlvMapEditable
property from an IlvInputStream
IlvMapEllipse - Class in ilog.views.maps.geometry
This class defines an Arc of ellipse.
IlvMapEllipse(IlvCoordinate, IlvCoordinate, double, double) - Constructor for class ilog.views.maps.geometry.IlvMapEllipse
Initialize an instance of arc of ellipse, by specifying its bounding box,
beginning and ending angles.
IlvMapEllipseRing - Class in ilog.views.maps.geometry
This class defines a ring whose outline is an IlvMapEllipse
.
IlvMapEllipseRing(IlvMapEllipse) - Constructor for class ilog.views.maps.geometry.IlvMapEllipseRing
Initializes an instance of the class with its outline.
IlvMapExportDialog - Class in ilog.views.maps.export
Configuration dialog for map export.
IlvMapExportDialog(IlvManagerView) - Constructor for class ilog.views.maps.export.IlvMapExportDialog
Constructs a IlvMapExportDialog
with the specified IlvManagerView
in parameter
IlvMapExportManager - Class in ilog.views.maps.export
Class to manage the export of a map to different output formats, such as
ESRI shape for vectorial objects or Geotiff for raster objects
IlvMapExportManager() - Constructor for class ilog.views.maps.export.IlvMapExportManager
Creates a new IlvMapExportManager
.
IlvMapExportManager.IlvMapExporter - Interface in ilog.views.maps.export
Interface implemented by any object capable of exporting a collection of IlvMapFeature
objects.
IlvMapFeature - Class in ilog.views.maps
This class represents a simple map feature, that is an object with
a geometry that can be rendered graphically and, optionally, a list
of attributes.
IlvMapFeature() - Constructor for class ilog.views.maps.IlvMapFeature
Initializes an instance of IlvMapFeature
.
IlvMapFeatureIterator - Interface in ilog.views.maps
An interface used to implement feature iterators.
IlvMapFixedGraphic - Class in ilog.views.maps.graphic
A IlvFixedSizeGraphic
implementing the IlvMapGraphic
interface.
IlvMapFixedGraphic(IlvGraphic, int, IlvPoint) - Constructor for class ilog.views.maps.graphic.IlvMapFixedGraphic
Creates a new IlvMapSizeGraphic
.
IlvMapFixedGraphic(IlvFixedSizeGraphic) - Constructor for class ilog.views.maps.graphic.IlvMapFixedGraphic
Creates a new IlvMapSizeGraphic
by copying an existing one.
IlvMapFixedGraphic(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMapFixedGraphic
Reads the object from an IlvInputStream
.
IlvMapFormatException - Exception in ilog.views.maps.format
Is thrown by the readers when they encounter a format error.
IlvMapFormatException() - Constructor for exception ilog.views.maps.format.IlvMapFormatException
Creates an instance of the class IlvMapFormatException
with no message.
IlvMapFormatException(String) - Constructor for exception ilog.views.maps.format.IlvMapFormatException
Creates an instance of the class IlvMapFormatException
with the specified message.
IlvMapFreeTile - Class in ilog.views.maps
IlvMapFreeTile
represents a free tile that applies the style
of a map layer to IlvGraphic
components before adding them to an
IlvTiledLayer
.
IlvMapFreeTile(Point2D, Point2D, IlvTileController) - Constructor for class ilog.views.maps.IlvMapFreeTile
Constructs a free tile whose bounds are specified.
IlvMapFreeTile(Point2D, Point2D, IlvTileController, int, int) - Constructor for class ilog.views.maps.IlvMapFreeTile
Constructs a free tile whose bounds, row, and column indices are
specified.
IlvMapFreeTile(IlvInputStream) - Constructor for class ilog.views.maps.IlvMapFreeTile
Constructs a stylable free tile from an input stream.
IlvMapGeneralPath - Class in ilog.views.maps.graphic
IlvMapGeneralPath
is an IlvGeneralPath
that accepts an IlvGeneralPathStyle
to define its graphical
attributes.
IlvMapGeneralPath() - Constructor for class ilog.views.maps.graphic.IlvMapGeneralPath
Constructs an IlvMapGeneralPath
instance.
IlvMapGeneralPath(IlvMapGeneralPath) - Constructor for class ilog.views.maps.graphic.IlvMapGeneralPath
Creates a new IlvMapGeneralPath
by copying an existing one.
IlvMapGeneralPath(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMapGeneralPath
Reads an IlvMapGeneralPath
instance from an
IlvInputStream
.
IlvMapGeneralPath(Shape) - Constructor for class ilog.views.maps.graphic.IlvMapGeneralPath
Constructs an IlvMapGeneralPath
instance from a
Shape
object.
IlvMapGeometry - Class in ilog.views.maps
The base class of the map geometry objects.
IlvMapGeometry() - Constructor for class ilog.views.maps.IlvMapGeometry
Initializes an instance of the class.
IlvMapGeometryCollection - Class in ilog.views.maps.geometry
The class defines a collection of any geometry elements.
IlvMapGeometryCollection() - Constructor for class ilog.views.maps.geometry.IlvMapGeometryCollection
Constructs an empty IlvMapGeometryCollection
.
IlvMapGraphic - Interface in ilog.views.maps.graphic
Interface implemented by graphic objects that require
their graphic attributes to be read from a IlvMapStyle
.
IlvMapGraphicPath - Class in ilog.views.maps.graphic
IlvMapGraphicPath
is an IlvGraphicPath
that accepts an IlvGraphicPathStyle
to define its graphical
attributes.
IlvMapGraphicPath(IlvMapGraphicPath) - Constructor for class ilog.views.maps.graphic.IlvMapGraphicPath
Creates a new IlvMapGraphicPath
instance by copying
an existing one.
IlvMapGraphicPath(IlvPointArray[], boolean) - Constructor for class ilog.views.maps.graphic.IlvMapGraphicPath
Creates an IlvMapGraphicPath
object containing several
polypoints.
IlvMapGraphicPath(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMapGraphicPath
Reads the object from an IlvInputStream
.
IlvMapGraphicPath(IlvPoint[], boolean) - Constructor for class ilog.views.maps.graphic.IlvMapGraphicPath
Creates an IlvMapGraphicPath
instance containing only one
polypoint.
IlvMapGraphicSet - Class in ilog.views.maps.graphic
IlvMapGraphicSet
represents an IlvGraphicSet
that transmits its IlvMapStyle
to the objects that it contains.
IlvMapGraphicSet() - Constructor for class ilog.views.maps.graphic.IlvMapGraphicSet
The default constructor.
IlvMapGraphicSet(IlvMapGraphicSet) - Constructor for class ilog.views.maps.graphic.IlvMapGraphicSet
Creates a new IlvMapGraphicSet
instance by copying
an existing one.
IlvMapGraphicSet(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMapGraphicSet
Reads the object from an IlvInputStream
.
IlvMapGraphicText - Class in ilog.views.maps.graphic
IlvMapGraphicText
is an extention of the IlvMapLabel
graphic object that reads the properties it will have from an
IlvMapStyle
instance.
IlvMapGraphicText(IlvPoint, String) - Constructor for class ilog.views.maps.graphic.IlvMapGraphicText
Creates an instance of the label specifying the point that is the anchor
of the label and the multiline (newline separated) text to be displayed.
IlvMapGraphicText(IlvRect, String) - Constructor for class ilog.views.maps.graphic.IlvMapGraphicText
Creates an instance of the label specifying a rectangle as the anchor of
the label.
IlvMapGraphicText(IlvMapGraphicText) - Constructor for class ilog.views.maps.graphic.IlvMapGraphicText
Creates a copy of an existing IlvMapGraphicText
object.
IlvMapGraphicText(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMapGraphicText
Reads an IlvMapGraphicText
from an
IlvInputStream
.
IlvMapImage - Class in ilog.views.maps.geometry
This class defines an image.
IlvMapImage() - Constructor for class ilog.views.maps.geometry.IlvMapImage
Initializes an instance of the class.
IlvMapImageRenderingStyle - Class in ilog.views.maps.rendering
This rendering style stores parameters to draw images.
IlvMapImageRenderingStyle() - Constructor for class ilog.views.maps.rendering.IlvMapImageRenderingStyle
Constructs a new IlvMapImageRenderingStyle
.
IlvMapImageRenderingStyle(IlvInputStream) - Constructor for class ilog.views.maps.rendering.IlvMapImageRenderingStyle
Constructs a new IlvMapImageRenderingStyle
from an IlvInputStream
.
IlvMapInput - Class in ilog.views.maps.format
This class defines an input stream with extended reading capabilities.
IlvMapInput(DataInput) - Constructor for class ilog.views.maps.format.IlvMapInput
Initializes an instance of IlvMapInput
.
IlvMapInputStream - Class in ilog.views.maps
IlvMapInputStream
is an extension of
IlvInputStream
that reconnects IlvMapLayer
objects to IlvManagerLayer
objects when they are read
from an IVL
file.
IlvMapInputStream(InputStream, RandomAccessFile) - Constructor for class ilog.views.maps.IlvMapInputStream
IlvMapInputStream(InputStream, String) - Constructor for class ilog.views.maps.IlvMapInputStream
Creates an IlvMapInputStream
from an
InputStream
instance.
IlvMapInputStream(URL) - Constructor for class ilog.views.maps.IlvMapInputStream
Creates an IlvMapInputStream
from a URL
.
IlvMapInputStream(String) - Constructor for class ilog.views.maps.IlvMapInputStream
Creates an IlvMapInputStream
from a file.
IlvMapLabel - Class in ilog.views.maps.graphic
A zoomable multiline label.
IlvMapLabel(IlvPoint, String) - Constructor for class ilog.views.maps.graphic.IlvMapLabel
Creates an instance of the label specifying the anchor of the
label as a point and the multiline (newline separated) text.
IlvMapLabel(IlvRect, String) - Constructor for class ilog.views.maps.graphic.IlvMapLabel
Creates an instance of the label specifying the anchor of the
label as a rectangle, the multiline text .
IlvMapLabel(IlvMapLabel) - Constructor for class ilog.views.maps.graphic.IlvMapLabel
Creates an instance, copy of the source label.
IlvMapLabel(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMapLabel
Reads an IlvMapLabel
from an
IlvInputStream
IlvMapLabeler - Interface in ilog.views.maps.label
Interface defining the method that a IlvMapLabeler
must implement.
IlvMapLabeler - Class in ilog.views.maps.labelling
The main labeling class.
IlvMapLabeler() - Constructor for class ilog.views.maps.labelling.IlvMapLabeler
Constructs the labeler.
IlvMapLabelerController - Class in ilog.views.maps.labelling
This class implements a layout on demand mechanism, that is, performs
a label layout on a view each time the viewing area changes.
IlvMapLabelerController(IlvManager) - Constructor for class ilog.views.maps.labelling.IlvMapLabelerController
Constructs an IlvMapLabelerController
for a given manager.
IlvMapLabelerProperty - Class in ilog.views.maps.label
IlvMapLabelerProperty
represents a named property that holds
a IlvMapLabeler
.
IlvMapLabelerProperty(IlvMapLabeler) - Constructor for class ilog.views.maps.label.IlvMapLabelerProperty
Creates an IlvMapLabelerProperty
instance from an
IlvMapLabeler
object.
IlvMapLabelerProperty(IlvMapLabelerProperty) - Constructor for class ilog.views.maps.label.IlvMapLabelerProperty
Creates an IlvMapLabelerProperty
instance by copying
an existing one.
IlvMapLabelerProperty(IlvInputStream) - Constructor for class ilog.views.maps.label.IlvMapLabelerProperty
Reads an IlvMapLabelerProperty
from an
IlvInputStream
.
IlvMapLabelFactory - Interface in ilog.views.maps.label
IlvMapLabelFactory
is an interface for objects that provide
IlvMapLabelingLabel
instances for IlvGraphic
components.
IlvMapLabelingLabel - Class in ilog.views.maps.label
Abstract class defining the general behavior of a map label.
IlvMapLabelingLabel(String, Image, IlvMapLabelStyle) - Constructor for class ilog.views.maps.label.IlvMapLabelingLabel
Public constructor.
IlvMapLabelingLabel(String, IlvMapLabelStyle) - Constructor for class ilog.views.maps.label.IlvMapLabelingLabel
Public constructor.
IlvMapLabelManager - Class in ilog.views.maps.label
IlvMapLabelManager
manages the display of labels for a specific
IlvManagerView
object.
IlvMapLabelManager(IlvManagerView, IlvMapLabelFactory, int) - Constructor for class ilog.views.maps.label.IlvMapLabelManager
The public constructor.
IlvMapLabelManager() - Constructor for class ilog.views.maps.label.IlvMapLabelManager
Constructs a new IlvMapLabelManager
instance.
IlvMapLabelManager(IlvInputStream) - Constructor for class ilog.views.maps.label.IlvMapLabelManager
Reads an IlvMapLabelManager
from an
IlvInputStream
.
IlvMapLabelStyle - Class in ilog.views.maps.label
Class holding main graphic attributes for a label, that is, font, fill color, outline color,
outline stroke and whether outline should be drawn.
IlvMapLabelStyle() - Constructor for class ilog.views.maps.label.IlvMapLabelStyle
Constructs a IlvMapLabelStyle
IlvMapLabelStyle(IlvInputStream) - Constructor for class ilog.views.maps.label.IlvMapLabelStyle
Reads a IlvMapLabelStyle
from an IlvInputStream
IlvMapLabelStyle(IlvMapLabelStyle) - Constructor for class ilog.views.maps.label.IlvMapLabelStyle
Constructor by copy
IlvMapLayer - Class in ilog.views.maps.beans
IlvMapLayer
represents a map layer, that is, a cartographic
theme.
IlvMapLayer(IlvInputStream) - Constructor for class ilog.views.maps.beans.IlvMapLayer
Reads an IlvMapLayer
object from an
IlvInputStream
.
IlvMapLayer() - Constructor for class ilog.views.maps.beans.IlvMapLayer
Constructs an empty IlvMapLayer
instance.
IlvMapLayer.MapLayerStyleListener - Class in ilog.views.maps.beans
MapLayerStyleListener
is responsible for updating the
layer-wide parameters when the layer style changes.
IlvMapLayerProperty - Class in ilog.views.maps
A IlvNamedProperty
used to retrieve an IlvMapLayer
from an IlvManagerLayer
.
IlvMapLayerProperty(IlvInputStream) - Constructor for class ilog.views.maps.IlvMapLayerProperty
Reads a IlvMapLayerProperty
from an IlvInputStream
IlvMapLayerProperty(IlvMapLayer) - Constructor for class ilog.views.maps.IlvMapLayerProperty
Creates a IlvMapLayerProperty
IlvMapLayerProperty(IlvMapLayerProperty) - Constructor for class ilog.views.maps.IlvMapLayerProperty
Creates a IlvMapLayerProperty
by copying an existing one.
IlvMapLayerStyleChangeListener - Class in ilog.views.maps
This style listener implementation is responsible for reloading the data source when a computation parameter has changed through the style.
IlvMapLayerStyleChangeListener(IlvMapDataSource, IlvMapLayerStyleControl) - Constructor for class ilog.views.maps.IlvMapLayerStyleChangeListener
Creates a listener that will reload the image when some styling parameter or a named property of the data source manager change.
IlvMapLayerStyleControl - Interface in ilog.views.maps
This interface is responsible to detect if a layer content should be refreshed when style or manager properties change
IlvMapLayerTreeModel - Class in ilog.views.maps.beans
IlvMapLayerTreeModel
is a TreeModel
that has been
specialized to handle IlvMapLayerTreeNode
objects.
IlvMapLayerTreeModel(IlvInputStream) - Constructor for class ilog.views.maps.beans.IlvMapLayerTreeModel
Reads an IlvMapLayerTreeModel
object from an
IlvInputStream
.
IlvMapLayerTreeModel() - Constructor for class ilog.views.maps.beans.IlvMapLayerTreeModel
Constructs an empty IlvMapLayerTreeModel
instance.
IlvMapLayerTreeNode - Class in ilog.views.maps.beans
A persistent DefaultMutableTreeNode
attached with an IlvMapLayer
.
IlvMapLayerTreeNode(Object) - Constructor for class ilog.views.maps.beans.IlvMapLayerTreeNode
Creates a IlvMapLayerTreeNode
.
IlvMapLayerTreeNode(IlvInputStream) - Constructor for class ilog.views.maps.beans.IlvMapLayerTreeNode
Reads a IlvMapLayerTreeNode
from an IlvInputStream
IlvMapLayerTreeProperty - Class in ilog.views.maps
IlvMapLayerTreeProperty
is a subclass of
IlvNamedProperty
used to store an
IlvMapLayerTreeModel
.
IlvMapLayerTreeProperty(IlvMapLayerTreeModel) - Constructor for class ilog.views.maps.IlvMapLayerTreeProperty
Creates a new IlvMapLayerProperty
from an
IlvMapLayerTreeModel
.
IlvMapLayerTreeProperty(IlvMapLayerTreeProperty) - Constructor for class ilog.views.maps.IlvMapLayerTreeProperty
Creates a IlvMapLayerTreeProperty
by copying an existing one.
IlvMapLayerTreeProperty(IlvInputStream) - Constructor for class ilog.views.maps.IlvMapLayerTreeProperty
Reads an IlvMapLayerTreeProperty
instance from an
IlvInputStream
.
IlvMapLayoutParameters - Class in ilog.views.maps.labelling
A class to store Rogue Wave JViews Maps label layout parameters.
IlvMapLayoutParameters() - Constructor for class ilog.views.maps.labelling.IlvMapLayoutParameters
Creates an IlvMapLayoutParameters
.
IlvMapLegend - Class in ilog.views.maps.beans
Class for displaying a legend.
IlvMapLegend() - Constructor for class ilog.views.maps.beans.IlvMapLegend
Constructs an IlvMapLegend
.
IlvMapLegendPanel - Class in ilog.views.maps.beans
A simple panel hosting a IlvMapLegend
.
IlvMapLegendPanel() - Constructor for class ilog.views.maps.beans.IlvMapLegendPanel
Construct a IlvMapLegendPanel
.
IlvMapLinearSegment - Class in ilog.views.maps.geometry
This class defines a linear segment.
IlvMapLinearSegment() - Constructor for class ilog.views.maps.geometry.IlvMapLinearSegment
Initializes an instance of the class.
IlvMapLinearSegment(IlvCoordinate, IlvCoordinate) - Constructor for class ilog.views.maps.geometry.IlvMapLinearSegment
Creates a linear segment by specifying the start
and end point.
IlvMapLineLabel - Class in ilog.views.maps.label
Class for displaying labels on polylines.
IlvMapLineLabel(String, Image, IlvMapLabelStyle, IlvPolyline, IlvMapLineLabel.ParameterRecord) - Constructor for class ilog.views.maps.label.IlvMapLineLabel
Public constructor.
IlvMapLineLabel(String, IlvMapLabelStyle, IlvMapPolyline, IlvMapLineLabel.ParameterRecord) - Constructor for class ilog.views.maps.label.IlvMapLineLabel
Public constructor.
IlvMapLineLabel.ParameterRecord - Class in ilog.views.maps.label
Advanced parameters for IlvMapLineLabel
instances.
IlvMapLineRenderingStyle - Class in ilog.views.maps.rendering
This rendering style stores style parameters to draw lines.
IlvMapLineRenderingStyle() - Constructor for class ilog.views.maps.rendering.IlvMapLineRenderingStyle
Initializes an instance of the renderer.
IlvMapLineRenderingStyle(IlvInputStream) - Constructor for class ilog.views.maps.rendering.IlvMapLineRenderingStyle
Reads the object from an IlvInputStream
.
IlvMapLineString - Class in ilog.views.maps.geometry
This class defines a polyline (line string).
IlvMapLineString() - Constructor for class ilog.views.maps.geometry.IlvMapLineString
Initializes an instance of the class.
IlvMapLineString(IlvCoordinate) - Constructor for class ilog.views.maps.geometry.IlvMapLineString
Initializes an instance of the class.
IlvMapLineString(int, int, IlvCoordinate[]) - Constructor for class ilog.views.maps.geometry.IlvMapLineString
Initialize an instance of IlvMapLinestring by copying coordinates from the
specified array.
IlvMapLoader - Class in ilog.views.maps.format
The IlvMapLoader
class can be used to load map
files into an IlvManager
more easily.
IlvMapLoader(IlvManager) - Constructor for class ilog.views.maps.format.IlvMapLoader
Initializes an IlvMapLoader
that will load map files into
the specified manager.
IlvMapMarker - Class in ilog.views.maps.graphic
IlvMapMarker
is an IlvMarker
that reads its
attributes from an IlvPointStyle
object.
IlvMapMarker() - Constructor for class ilog.views.maps.graphic.IlvMapMarker
Constructs an IlvMapMarker
instance.
IlvMapMarker(IlvPoint) - Constructor for class ilog.views.maps.graphic.IlvMapMarker
Constructs a IlvMapMarker
at point p
.
IlvMapMarker(IlvMapMarker) - Constructor for class ilog.views.maps.graphic.IlvMapMarker
Creates an IlvMapMarker
instance by copying an existing one.
IlvMapMarker(IlvPoint, int) - Constructor for class ilog.views.maps.graphic.IlvMapMarker
Constructs an IlvMapMarker
instance from an
IlvPoint
instance and a type.
IlvMapMarker(IlvPoint, int, int) - Constructor for class ilog.views.maps.graphic.IlvMapMarker
Constructs an IlvMapMarker
from an IlvPoint
instance, a type, and a size.
IlvMapMarker(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMapMarker
Reads an IlvMapMarker
object from an
IlvInputStream
.
IlvMapMultiArea - Class in ilog.views.maps.geometry
This class defines an area that is composed of a list of
IlvMapArea
.
IlvMapMultiArea() - Constructor for class ilog.views.maps.geometry.IlvMapMultiArea
Initializes an instance of the class.
IlvMapMultiCurve - Class in ilog.views.maps.geometry
This class defines a curve that is composed of a list of
IlvMapCurve
.
IlvMapMultiCurve() - Constructor for class ilog.views.maps.geometry.IlvMapMultiCurve
Constructs a new, empty instance of IlvMapMultiCurve
.
IlvMapMultiPoint - Class in ilog.views.maps.geometry
This class defines a multipoint,
which is a collection of points
IlvMapMultiPoint() - Constructor for class ilog.views.maps.geometry.IlvMapMultiPoint
Initializes an instance of the class.
IlvMapMultiPointInterface - Interface in ilog.views.maps.geometry
This class defines a common interface for all the geometries
or geometry-related classes that own an ordered list of points.
IlvMapOrthodromyPath - Class in ilog.views.maps.measures
This class displays an orthodromy path between each pair or polygon points.
IlvMapOrthodromyPath(IlvInputStream) - Constructor for class ilog.views.maps.measures.IlvMapOrthodromyPath
Creates a path from stored data.
IlvMapOrthodromyPath(IlvMapOrthodromyPath) - Constructor for class ilog.views.maps.measures.IlvMapOrthodromyPath
Creates a copy of the source path.
IlvMapOrthodromyPath(Shape, IlvAttributeProperty) - Constructor for class ilog.views.maps.measures.IlvMapOrthodromyPath
Creates a path with the specified shape and properties.
IlvMapOutputStream - Class in ilog.views.maps
IlvMapOutputStream
is a specialized IlvOutputStream
that is used to save only the named properties attached to a manager.
IlvMapOutputStream(OutputStream, String, boolean) - Constructor for class ilog.views.maps.IlvMapOutputStream
Creates an IlvMapOutputStream
that will write to an
OutputStream
in ASCII mode.
IlvMapOutputStream(String, boolean) - Constructor for class ilog.views.maps.IlvMapOutputStream
Creates an IlvMapOutputStream
from a file.
IlvMapPageEditor - Class in ilog.views.maps.print
A Panel to setup parameters of an IlvMapPrintableDocument
.
IlvMapPageEditor(IlvPrintableDocument) - Constructor for class ilog.views.maps.print.IlvMapPageEditor
Creates the IlvMapPageEditor
IlvMapPanInteractor - Class in ilog.views.maps.interactor
A permanent pan interactor that can be installed
on an IlvManagerView and used at any time by pressing the space bar.
IlvMapPanInteractor() - Constructor for class ilog.views.maps.interactor.IlvMapPanInteractor
Constructs a IlvMapPanInteractor.
IlvMapPoint - Class in ilog.views.maps.geometry
This class defines a point.
IlvMapPoint() - Constructor for class ilog.views.maps.geometry.IlvMapPoint
Initializes an instance of IlvMapPoint
IlvMapPoint(IlvCoordinate) - Constructor for class ilog.views.maps.geometry.IlvMapPoint
Initializes an IlvMapPoint with the specified coordinate.
IlvMapPointLabel - Class in ilog.views.maps.label
Class for displaying labels on IlvMapPoints
.
IlvMapPointLabel(String, Image, IlvMapLabelStyle, IlvPoint[], IlvMapPointLabel.ParameterRecord) - Constructor for class ilog.views.maps.label.IlvMapPointLabel
Public constructor.
IlvMapPointLabel(String, IlvMapLabelStyle, IlvPoint[], IlvMapPointLabel.ParameterRecord) - Constructor for class ilog.views.maps.label.IlvMapPointLabel
Public constructor.
IlvMapPointLabel.ParameterRecord - Class in ilog.views.maps.label
Class holding parameters for IlvMapPointLabel instances
IlvMapPointRenderer - Class in ilog.views.maps.rendering
IlvMapPointRenderer
represents a point renderer that renders
stylable IlvGraphic
objects, that is, objects that implement
the IlvMapGraphic
interface.
IlvMapPointRenderer() - Constructor for class ilog.views.maps.rendering.IlvMapPointRenderer
Creates a point renderer.
IlvMapPointRenderer(IlvInputStream) - Constructor for class ilog.views.maps.rendering.IlvMapPointRenderer
Reads this renderer from an IlvInputStream
.
IlvMapPointRenderingStyle - Class in ilog.views.maps.rendering
This rendering style stores style parameters to render the points.
IlvMapPointRenderingStyle() - Constructor for class ilog.views.maps.rendering.IlvMapPointRenderingStyle
Constructs a new IlvMapPointRenderingStyle
with the defaults parameters values.
IlvMapPointRenderingStyle(IlvInputStream) - Constructor for class ilog.views.maps.rendering.IlvMapPointRenderingStyle
Reads a IlvMapPointRenderingStyle
from
an IlvInputStream
.
IlvMapPolygon - Class in ilog.views.maps.geometry
This class defines a Polygon.
IlvMapPolygon(IlvMapRingInterface) - Constructor for class ilog.views.maps.geometry.IlvMapPolygon
Constructs a polygon with its exterior ring.
IlvMapPolyline - Class in ilog.views.maps.graphic
IlvMapPolyline
is an IlvPolyline
that reads its
attribute from an IlvPolylineStyle
instance.
IlvMapPolyline(IlvMapPolyline) - Constructor for class ilog.views.maps.graphic.IlvMapPolyline
Creates an IlvMapPolyline
instance by copying an existing
one.
IlvMapPolyline(IlvPoint[]) - Constructor for class ilog.views.maps.graphic.IlvMapPolyline
Creates a new IlvMapPolyline
instance.
IlvMapPolyline(IlvPoint[], boolean) - Constructor for class ilog.views.maps.graphic.IlvMapPolyline
Creates a new IlvMapPolyline
insance.
IlvMapPolyline(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMapPolyline
Reads an IlvMapPolyline
object from an
IlvInputStream
.
IlvMapPolyPointEdition - Class in ilog.views.maps.graphic
A IlvPolyPointsEdition that takes care of the MINIMUM_POINTS and
MAXIMUM_POINTS properties if such properties are attached to the
edited IlvGraphic.
IlvMapPolyPointEdition() - Constructor for class ilog.views.maps.graphic.IlvMapPolyPointEdition
Creates a new IlvMapPolyPointEdition
.
IlvMapPrintableDocument - Class in ilog.views.maps.print
A IlvManagerPrintableDocument
subclass for printing the content
of an IlvManager
.
IlvMapPrintableDocument(String, IlvManagerView) - Constructor for class ilog.views.maps.print.IlvMapPrintableDocument
IlvMapPrintableDocument(String, IlvManagerView, int, Paper) - Constructor for class ilog.views.maps.print.IlvMapPrintableDocument
Creates a ManagerDocument
for the specified
manager view.
IlvMapPrintingController - Class in ilog.views.maps.print
IlvMapPrintingController(IlvManagerView) - Constructor for class ilog.views.maps.print.IlvMapPrintingController
Creates a IlvMapPrintingController
.
IlvMapRaster - Class in ilog.views.maps.geometry
This class defines a raster.
IlvMapRaster(IlvCoordinate, IlvCoordinate, int, int, short[], short) - Constructor for class ilog.views.maps.geometry.IlvMapRaster
Initializes an instance of IlvMapRaster
that contains
unknown values.
IlvMapRaster(IlvCoordinate, IlvCoordinate, int, int, short[]) - Constructor for class ilog.views.maps.geometry.IlvMapRaster
Initializes an instance of IlvMapRaster
.
IlvMapRasterGeometry - Class in ilog.views.maps.raster
This class defines a reprojectable image geometry.
IlvMapRasterGeometry() - Constructor for class ilog.views.maps.raster.IlvMapRasterGeometry
Creates a new IlvMapRasterGeometry
.
IlvMapRegionOfInterestIterator - Interface in ilog.views.maps.tiling
IlvMapRenderer - Class in ilog.views.sdm.renderer.maps
The class IlvMapRenderer
is a filtering renderer that displays a
background map behind the nodes and the links of the grapher.
IlvMapRenderer(IlvSDMRenderer) - Constructor for class ilog.views.sdm.renderer.maps.IlvMapRenderer
Creates a new symbol renderer for a specified filtered renderer.
IlvMapRenderer() - Constructor for class ilog.views.sdm.renderer.maps.IlvMapRenderer
Creates a new symbol renderer with a null
filtered renderer.
IlvMapRenderException - Exception in ilog.views.maps
This exception is returned if an error occurred in an
IlvFeatureRenderer
while rendering a graphic object.
IlvMapRenderException() - Constructor for exception ilog.views.maps.IlvMapRenderException
Creates an instance of the class IlvRenderException
with no message.
IlvMapRenderException(String) - Constructor for exception ilog.views.maps.IlvMapRenderException
Creates an instance of the class IlvRenderException
with the specified message.
IlvMapRenderingStyle - Class in ilog.views.maps.rendering
This is the base class of all classes that are used as rendering style.
IlvMapRenderingStyle() - Constructor for class ilog.views.maps.rendering.IlvMapRenderingStyle
Constructor.
IlvMapReusableFeatureIterator - Interface in ilog.views.maps
A reusable feature iterator.
IlvMapRingInterface - Interface in ilog.views.maps.geometry
This interface defines services that must be implemented by
all ring objects.
IlvMapScaleComputation - Class in ilog.views.maps.beans
This class computes the map scale in two different ways, depending on the useLocalScale
parameter.
IlvMapScaleComputation() - Constructor for class ilog.views.maps.beans.IlvMapScaleComputation
Creates a new IlvMapScaleComputation
.
IlvMapScaleComputation(int, boolean) - Constructor for class ilog.views.maps.beans.IlvMapScaleComputation
Creates a new IlvMapScaleComputation
.
IlvMapScaleLimiter - Class in ilog.views.maps
Class that limits the scale range of a IlvManagerView
.
IlvMapScaleLimiter() - Constructor for class ilog.views.maps.IlvMapScaleLimiter
Creates a scale limiter that constraints scale between
Double.MAX_VALUE / 10
and Double.MIN_VALUE * 10
IlvMapScaleLimiter(double, double) - Constructor for class ilog.views.maps.IlvMapScaleLimiter
Creates a scale limiter that constraints scale between a max scale
and a min scale.
IlvMapsDefenseProduct - Class in ilog.views.maps.defense
This class contains several utility methods dealing with product packaging
of the Rogue Wave JViews Maps for Defense product.
IlvMapSegment - Interface in ilog.views.maps.geometry
This class defines a common interface for the geometry elements that
describe a connected curve that has a start point and an end point.
IlvMapSegmentRing - Class in ilog.views.maps.geometry
This class defines a ring whose outline is an
IlvMapSegmentString
.
IlvMapSegmentRing() - Constructor for class ilog.views.maps.geometry.IlvMapSegmentRing
Initializes an instance of the class without its outline.
IlvMapSegmentRing(IlvMapSegmentString) - Constructor for class ilog.views.maps.geometry.IlvMapSegmentRing
Initializes an instance of the class with its outline.
IlvMapSegmentString - Class in ilog.views.maps.geometry
This abstract class is the base class
for segments that can be divided into other smaller segments.
IlvMapSegmentStringInterface - Interface in ilog.views.maps.geometry
This interface defines the methods that must be implemented
by any segment string object.
IlvMapSelection - Class in ilog.views.maps.graphic
A IlvMapSelection
that selects an object
by selecting its points.
IlvMapSelection(IlvGraphic) - Constructor for class ilog.views.maps.graphic.IlvMapSelection
Constructs an IlvMapSelection
IlvMapSelectionFactory - Class in ilog.views.maps.graphic
A map selection factory.
IlvMapSelectionFactory() - Constructor for class ilog.views.maps.graphic.IlvMapSelectionFactory
Creates a new IlvMapSelectionFactory
.
IlvMapSelectionFactory.IlvMapEditable - Class in ilog.views.maps.graphic
A named property telling that an IlvGraphic
is editable.
IlvMapServlet - Class in ilog.views.maps.servlet
IlvMapServlet
is an extension of the
basic
IlvDiagrammerServlet
class used to load Rogue Wave JViews Diagrammer
project files embedding maps.
IlvMapServlet() - Constructor for class ilog.views.maps.servlet.IlvMapServlet
Creates a new IlvMapServlet
.
IlvMapServletSupport - Class in ilog.views.maps.servlet
IlvMapServletSupport(ServletContext) - Constructor for class ilog.views.maps.servlet.IlvMapServletSupport
Creates a new IlvMapServletSupport
instance.
IlvMapsNotAvailableException - Exception in ilog.views.sdm.renderer.maps
This exception is thrown when the SDM engine loads a style sheet
that uses the Map renderer, and the renderer cannot be created because
the Maps product is not installed, or no valid license is available.
IlvMapsNotAvailableException() - Constructor for exception ilog.views.sdm.renderer.maps.IlvMapsNotAvailableException
Creates a new IlvMapsNotAvailableException
.
IlvMapsProduct - Class in ilog.views.maps
This class contains several utility methods dealing with product packaging
of the Rogue Wave JViews Maps product.
IlvMapStyle - Class in ilog.views.maps.graphic.style
A base class for the style intended to be used with
IlvMapGraphic
graphic objects.
IlvMapStyle() - Constructor for class ilog.views.maps.graphic.style.IlvMapStyle
Constructs a IlvMapStyle
.
IlvMapStyle(IlvInputStream) - Constructor for class ilog.views.maps.graphic.style.IlvMapStyle
Reads an IlvMapStyle
from an IlvInputStream
.
IlvMapStyle(IlvMapStyle) - Constructor for class ilog.views.maps.graphic.style.IlvMapStyle
Creates a IlvMapStyle
by copying an existing one.
IlvMapStyleController - Class in ilog.views.maps.theme
IlvMapStyleController
is used to manage the association of a
set of IlvMapStyle
and IlvMapLayer
objects.
IlvMapStyleController() - Constructor for class ilog.views.maps.theme.IlvMapStyleController
Creates an empty style controller.
IlvMapStyleController(IlvInputStream) - Constructor for class ilog.views.maps.theme.IlvMapStyleController
Reads an IlvMapStyleController
object from an
IlvInputStream
.
IlvMapStyleControllerProperty - Class in ilog.views.maps.theme
IlvMapStyleControllerProperty(IlvMapStyleController) - Constructor for class ilog.views.maps.theme.IlvMapStyleControllerProperty
Creates an IlvMapStyleProperty
instance from an
IlvMapStyleController
object.
IlvMapStyleControllerProperty(IlvMapStyleControllerProperty) - Constructor for class ilog.views.maps.theme.IlvMapStyleControllerProperty
Creates a IlvMapStyleProperty
by copying an existing one.
IlvMapStyleControllerProperty(IlvInputStream) - Constructor for class ilog.views.maps.theme.IlvMapStyleControllerProperty
Reads an IlvMapStyleProperty
object from an
IlvInputStream
.
IlvMapStylePropertySheet - Class in ilog.views.maps.propertysheet
This subclass of
IlvPropertySheet
adds the following functionalities:
Additional properties: special properties that are not handled by introspection
can be added to the property sheet using the
IlvMapStylePropertySheet.PropertyProvider
interface.
IlvMapStylePropertySheet(Object) - Constructor for class ilog.views.maps.propertysheet.IlvMapStylePropertySheet
Creates a new property sheet.
IlvMapStylePropertySheet.IlvRetargetedPropertyDescriptor - Class in ilog.views.maps.propertysheet
A wrapper of an IlvPropertyDescriptor that can be used when
the the property sheet shows properties from more than one
target bean.
IlvMapStylePropertySheet.PropertyCellRenderer - Class in ilog.views.maps.propertysheet
This class is used to draw a property value in the Property table.
IlvMapStylePropertySheet.PropertyProvider - Interface in ilog.views.maps.propertysheet
This interface is used to add custom properties to the property sheet,
in addition to the properties that are obtained automatically
through introspection.
IlvMapStyleSet - Class in ilog.views.maps.theme
IlvMapStyleSet
represents a collection of styles.
IlvMapStyleSet(IlvInputStream) - Constructor for class ilog.views.maps.theme.IlvMapStyleSet
Reads an IlvMapStyleSet
from an IlvInputStream
.
IlvMapStyleSheetRenderer - Class in ilog.views.maps
IlvMapStyleSheetRenderer() - Constructor for class ilog.views.maps.IlvMapStyleSheetRenderer
Deprecated.
Create a style sheet renderer for maps.
IlvMapStyleSheetRenderer - Class in ilog.views.sdm.renderer.maps
IlvMapStyleSheetRenderer
lazily creates a map layer when a node
or a link is first added.
IlvMapStyleSheetRenderer() - Constructor for class ilog.views.sdm.renderer.maps.IlvMapStyleSheetRenderer
Creates a style sheet renderer for maps.
IlvMapStyleSheetRenderer.IlvMapSymbolManagerLayer - Class in ilog.views.sdm.renderer.maps
This layer class prevents saving symbols graphic representation through ivl
persistence (ie in the map file).
IlvMapSVGReader - Class in ilog.views.maps.format.svg
IlvMapSVGReader
is a reader for SVG files.
IlvMapSVGReader(URL) - Constructor for class ilog.views.maps.format.svg.IlvMapSVGReader
Creates a new SVG reader.
IlvMapSVGReader(String) - Constructor for class ilog.views.maps.format.svg.IlvMapSVGReader
Creates a new SVG reader.
IlvMapSVGReader(IlvInputStream) - Constructor for class ilog.views.maps.format.svg.IlvMapSVGReader
Reconstructs an SVG reader from the parameters read from an input stream.
IlvMapSymbolManagerLayer() - Constructor for class ilog.views.sdm.renderer.maps.IlvMapStyleSheetRenderer.IlvMapSymbolManagerLayer
Creates a new IlvMapSymbolManagerLayer
.
IlvMapSymbolManagerLayer(int, int) - Constructor for class ilog.views.sdm.renderer.maps.IlvMapStyleSheetRenderer.IlvMapSymbolManagerLayer
Creates a new IlvMapSymbolManagerLayer
.
IlvMapSymbolManagerLayer(IlvInputStream) - Constructor for class ilog.views.sdm.renderer.maps.IlvMapStyleSheetRenderer.IlvMapSymbolManagerLayer
Creates a new IlvMapSymbolManagerLayer
by reading it from a stream.
IlvMapTerrainFlyThrough - Class in ilog.views.maps.defense.terrain3d.view
This class is a polyline that represents a fly-through trajectory on the 2D view of the map.
IlvMapTerrainFlyThrough(IlvPoint[]) - Constructor for class ilog.views.maps.defense.terrain3d.view.IlvMapTerrainFlyThrough
Constructs an IlvMapTerrainFlyThrough
from the specified parameters.
IlvMapTerrainFlyThrough(IlvMapTerrainFlyThrough) - Constructor for class ilog.views.maps.defense.terrain3d.view.IlvMapTerrainFlyThrough
Copy constructor.
IlvMapTerrainFlyThrough(IlvInputStream) - Constructor for class ilog.views.maps.defense.terrain3d.view.IlvMapTerrainFlyThrough
Constructs an IlvMapTerrainFlyThrough
from the specified IlvInputStream
.
IlvMapText - Class in ilog.views.maps.geometry
This class defines a georeferenced text.
IlvMapText() - Constructor for class ilog.views.maps.geometry.IlvMapText
Initializes an instance of text, with no label.
IlvMapText(IlvCoordinate, String) - Constructor for class ilog.views.maps.geometry.IlvMapText
Initializes an instance of text.
IlvMapText(IlvRect, String) - Constructor for class ilog.views.maps.geometry.IlvMapText
Initializes an instance of text using a rectangular anchor.
IlvMapTextRenderer - Class in ilog.views.maps.rendering
IlvMapTextRenderer
is a text renderer that renders stylable
IlvGraphic
objects, that is, objects that implement the
IlvMapGraphic
interface.
IlvMapTextRenderer() - Constructor for class ilog.views.maps.rendering.IlvMapTextRenderer
Creates a new text renderer.
IlvMapTextRenderer(IlvInputStream) - Constructor for class ilog.views.maps.rendering.IlvMapTextRenderer
Reads this renderer from an IlvInputStream
.
IlvMapTextRenderingStyle - Class in ilog.views.maps.rendering
This rendering style stores style parameters to render the texts.
IlvMapTextRenderingStyle() - Constructor for class ilog.views.maps.rendering.IlvMapTextRenderingStyle
Constructs an IlvMapRenderingStyle
with default
values.
IlvMapTextRenderingStyle(IlvInputStream) - Constructor for class ilog.views.maps.rendering.IlvMapTextRenderingStyle
Constructs an IlvMapRenderingStyle
for an
IlvInputStream
.
IlvMapTextStyle - Class in ilog.views.maps.graphic.style
Class holding main graphic attributes for a text.
IlvMapTextStyle() - Constructor for class ilog.views.maps.graphic.style.IlvMapTextStyle
Constructs a IlvMapTextStyle
.
IlvMapTextStyle(IlvInputStream) - Constructor for class ilog.views.maps.graphic.style.IlvMapTextStyle
Reads an IlvMapTextStyle
from an IlvInputStream
.
IlvMapTextStyle(IlvMapTextStyle) - Constructor for class ilog.views.maps.graphic.style.IlvMapTextStyle
Constructs an IlvMapTextStyle
by copying an
existing one.
IlvMapTileGeneratorConstants - Class in ilog.views.maps
This class defines the property names used with
IlvManagerTiler
objects.
IlvMapTileLoader - Class in ilog.views.maps.format
The base abstract class for tile loaders specialized in loading
map formats.
IlvMapTileLoader() - Constructor for class ilog.views.maps.format.IlvMapTileLoader
This class can only be instantiated by subclasses.
IlvMapTileLoader(IlvInputStream) - Constructor for class ilog.views.maps.format.IlvMapTileLoader
This class can only be instantiated by subclasses.
IlvMapUnknownValueException - Exception in ilog.views.maps.geometry
This exception is thrown when a value retrieved from an IlvMapRaster
object
is unknown.
IlvMapUnknownValueException() - Constructor for exception ilog.views.maps.geometry.IlvMapUnknownValueException
Creates an instance of the class IlvMapUnknownValueException
with no message.
IlvMapUnknownValueException(String) - Constructor for exception ilog.views.maps.geometry.IlvMapUnknownValueException
Creates an instance of the class IlvMapUnknownValueException
with the specified message.
IlvMapUtil - Class in ilog.views.maps
This class contains a set of static utility methods:
Geometric methods, such as intersection computation.
IlvMapZoomInteractor - Class in ilog.views.maps.interactor
A zoom interactor that behaves correctly when attached to a view whose
transformer contains a rotation.
IlvMapZoomInteractor() - Constructor for class ilog.views.maps.interactor.IlvMapZoomInteractor
Constructs a IlvMapZoomInteractor.
IlvMarker - Interface in ilog.views.chart.graphic
Defines the interface of a simple graphic symbol.
IlvMarker - Class in ilog.views.graphic
IlvMarker
displays a specific graphic symbol at a given
location.
IlvMarker() - Constructor for class ilog.views.graphic.IlvMarker
IlvMarker(IlvPoint, int, int) - Constructor for class ilog.views.graphic.IlvMarker
Creates a new marker.
IlvMarker(IlvPoint, int) - Constructor for class ilog.views.graphic.IlvMarker
Creates a new marker.
IlvMarker(IlvMarker) - Constructor for class ilog.views.graphic.IlvMarker
Creates a marker by copying an existing one.
IlvMarker(IlvInputStream) - Constructor for class ilog.views.graphic.IlvMarker
Reads the object from an IlvInputStream
.
IlvMarkerCharacter - Static variable in class ilog.views.maps.graphic.IlvMapMarker
The Character marker type.
IlvMarkerCircle - Static variable in class ilog.views.graphic.IlvMarker
The Circle marker type.
IlvMarkerCross - Static variable in class ilog.views.graphic.IlvMarker
The Cross marker type.
IlvMarkerDiamond - Static variable in class ilog.views.graphic.IlvMarker
The Diamond marker type.
IlvMarkerEditor - Class in ilog.views.maps.beans.editor
Editor to choose an IlvMarker
symbol.
IlvMarkerEditor() - Constructor for class ilog.views.maps.beans.editor.IlvMarkerEditor
Creates an IlvMarkerEditor
.
IlvMarkerFactory - Class in ilog.views.chart.graphic
A class to create predefined IlvMarker
objects.
IlvMarkerFilledCircle - Static variable in class ilog.views.graphic.IlvMarker
The Filled Circle marker type.
IlvMarkerFilledDiamond - Static variable in class ilog.views.graphic.IlvMarker
The Filled Diamond marker type.
IlvMarkerFilledSquare - Static variable in class ilog.views.graphic.IlvMarker
The Filled Square marker type.
IlvMarkerFilledTriangle - Static variable in class ilog.views.graphic.IlvMarker
The Filled Triangle marker type.
IlvMarkerHint - Interface in ilog.views.chart.graphic
This interface lets you specify the marker symbol that must be used
to display a given data point.
IlvMarkerIcon - Class in ilog.views.chart.graphic
An Icon
class that draws an IlvMarker
object of
a specific type.
IlvMarkerIcon() - Constructor for class ilog.views.chart.graphic.IlvMarkerIcon
Creates a new IlvMarkerIcon
of a square type
with a size of 3.
IlvMarkerIcon(int, int, IlvStyle) - Constructor for class ilog.views.chart.graphic.IlvMarkerIcon
Creates a new IlvMarkerIcon
of the specified type with the
given size.
IlvMarkerIcon(IlvMarker, int, IlvStyle) - Constructor for class ilog.views.chart.graphic.IlvMarkerIcon
Creates a new IlvMarkerIcon
using the given
marker with the specified size.
IlvMarkerImage - Static variable in class ilog.views.maps.graphic.IlvMapMarker
The Image marker type.
IlvMarkerPlus - Static variable in class ilog.views.graphic.IlvMarker
The Plus marker type.
IlvMarkerSquare - Static variable in class ilog.views.graphic.IlvMarker
The Square marker type.
IlvMarkerTriangle - Static variable in class ilog.views.graphic.IlvMarker
The Triangle marker type.
IlvMathTransform - Interface in ilog.views.maps.srs.coordtrans
Describes a math transformation.
IlvMaxOperator - Class in ilog.views.chart.datax.operator
This class implements the maximum operator.
IlvMaxOperator() - Constructor for class ilog.views.chart.datax.operator.IlvMaxOperator
Creates a new instance of this maximizing operator.
IlvMContainer - Class in ilog.views.sdm.metadata
An implementation of metadata with RDF (Resource Description
Framework).
IlvMContainer() - Constructor for class ilog.views.sdm.metadata.IlvMContainer
Creates an anonymous bag RDF container, with an empty ArrayList as list.
IlvMContainer(String, int, Map<IlvMResource, IlvMList>) - Constructor for class ilog.views.sdm.metadata.IlvMContainer
Creates a RDF container.
IlvMDIApplet - Class in ilog.views.appframe.swing.mdi
Defines applets as main windows of Java Application Framework applications.
IlvMDIApplet() - Constructor for class ilog.views.appframe.swing.mdi.IlvMDIApplet
Creates a new IlvMDIApplet
.
IlvMDIApplet(boolean, boolean) - Constructor for class ilog.views.appframe.swing.mdi.IlvMDIApplet
Creates a new IlvMDIApplet
.
IlvMDIClient - Interface in ilog.views.appframe.swing.mdi
The
IlvMDIClient
interface for containers that manage a variable
number of
IlvMDIViewContainer
components.
IlvMDIContainerTemplate - Interface in ilog.views.appframe.docview
Container template that creates one new view container for each
open document.
IlvMDIDockingArea - Class in ilog.views.appframe.swing.mdi
Defines objects that create document view containers as new dockable tabs in a
docking area.
IlvMDIDockingArea(IlvDockingArea, String, String) - Constructor for class ilog.views.appframe.swing.mdi.IlvMDIDockingArea
Creates a new IlvMDIDockingArea
associated with the
specified dockingArea
.
IlvMDIDockingArea(IlvDockingArea, String, String, boolean) - Constructor for class ilog.views.appframe.swing.mdi.IlvMDIDockingArea
Creates a new IlvMDIDockingArea
associated with the
specified dockingArea
.
IlvMDIMainFrame - Class in ilog.views.appframe.swing.mdi
Standard main frame window for MDI applications.
IlvMDIMainFrame() - Constructor for class ilog.views.appframe.swing.mdi.IlvMDIMainFrame
Creates a new IlvMDIMainFrame
.
IlvMDIMainFrame(boolean, boolean) - Constructor for class ilog.views.appframe.swing.mdi.IlvMDIMainFrame
Creates a new IlvMDIMainFrame
.
IlvMDIMainFrame(Container) - Constructor for class ilog.views.appframe.swing.mdi.IlvMDIMainFrame
Creates a new IlvMDIMainFrame
with the specified container
as the content pane.
IlvMDITab - Class in ilog.views.appframe.swing.mdi
IlvMDITab() - Constructor for class ilog.views.appframe.swing.mdi.IlvMDITab
Constructs a new IlvMDITab
.
IlvMDITabbedPane - Class in ilog.views.appframe.swing.mdi
IlvMDITabbedPane() - Constructor for class ilog.views.appframe.swing.mdi.IlvMDITabbedPane
Creates a new MDI tabbed pane.
IlvMDIViewContainer - Interface in ilog.views.appframe.docview
Defines view containers attached to one IlvDocument
instance, like internal frames or a pane in a tabbed pane.
IlvMeasurePathStyle - Class in ilog.views.maps.measures
Style of measure path .
IlvMeasurePathStyle() - Constructor for class ilog.views.maps.measures.IlvMeasurePathStyle
creates a new style.
IlvMeasurePathStyle(IlvInputStream) - Constructor for class ilog.views.maps.measures.IlvMeasurePathStyle
Reads a style from stored data.
IlvMeasurePathStyle(IlvMeasurePathStyle) - Constructor for class ilog.views.maps.measures.IlvMeasurePathStyle
Constructor by copy
IlvMenu - Class in ilog.views.util.servlet.model
An implementation of a menu that contains menu items.
IlvMenu(String, String, boolean) - Constructor for class ilog.views.util.servlet.model.IlvMenu
Creates a menu.
IlvMenu(String, String) - Constructor for class ilog.views.util.servlet.model.IlvMenu
Creates a menu.
IlvMenu(String) - Constructor for class ilog.views.util.servlet.model.IlvMenu
Creates a menu.
IlvMenuBar - Class in ilog.views.appframe.swing
Defines menu bars that read their content from the settings.
IlvMenuBar() - Constructor for class ilog.views.appframe.swing.IlvMenuBar
Constructs a new IlvMenuBar
.
IlvMenuCompletion - Class in ilog.views.appframe.swing
Defines objects that modify menu bars and toolbars by adding or removing menu items
and buttons.
IlvMenuCompletion() - Constructor for class ilog.views.appframe.swing.IlvMenuCompletion
Constructs a new IlvMenuCompletion
.
IlvMenuFactory - Interface in ilog.views.util.servlet
This interface defines a factory that generates
IlvMenu
s depending on:
The graphic component that renders the image.
IlvMenuItem - Class in ilog.views.util.servlet.model
This class defines a menu item that should be contained by an
IlvMenu
.
IlvMenuItem(String, ActionListener, String, boolean) - Constructor for class ilog.views.util.servlet.model.IlvMenuItem
Creates a menu item.
IlvMenuItem(String, ActionListener, String) - Constructor for class ilog.views.util.servlet.model.IlvMenuItem
Creates a menu item.
IlvMenuItem(String, ActionListener) - Constructor for class ilog.views.util.servlet.model.IlvMenuItem
Creates a menu item.
IlvMenuItem(String, String) - Constructor for class ilog.views.util.servlet.model.IlvMenuItem
Creates a menu item.
IlvMenuItem(String) - Constructor for class ilog.views.util.servlet.model.IlvMenuItem
Creates a menu item.
IlvMenuItem() - Constructor for class ilog.views.util.servlet.model.IlvMenuItem
Creates a menu item.
IlvMenuSeparator - Class in ilog.views.util.servlet.model
This class represents a divider
between menu items in a menu.
IlvMenuSeparator() - Constructor for class ilog.views.util.servlet.model.IlvMenuSeparator
Creates a new IlvMenuSeparator
instance.
IlvMenuTag - Class in ilog.views.faces.taglib
This abstract class is the base custom tag handler class of styled menu components.
IlvMenuTag() - Constructor for class ilog.views.faces.taglib.IlvMenuTag
Creates a new IlvMenuTag
instance.
IlvMercatorProjection - Class in ilog.views.maps.projection
The Mercator projection, also known as the Wright projection, is the
projection of a sphere on a cylinder which is tangent to the equator.
IlvMercatorProjection() - Constructor for class ilog.views.maps.projection.IlvMercatorProjection
Creates an instance of the class IlvMercatorProjection
.
IlvMercatorProjection(double) - Constructor for class ilog.views.maps.projection.IlvMercatorProjection
Creates an instance of the class IlvMercatorProjection
and specifies the latitude of the true scale.
IlvMercatorProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvMercatorProjection
Reads the object from an IlvInputStream
.
IlvMercatorProjection(IlvMercatorProjection) - Constructor for class ilog.views.maps.projection.IlvMercatorProjection
Creates a new IlvMercatorProjection
by copying an existing one.
IlvMeridian - Class in ilog.views.maps.srs.coordsys
The definition of a meridian.
IlvMeridian(String, double, IlvAngularUnit) - Constructor for class ilog.views.maps.srs.coordsys.IlvMeridian
Constructs a new meridian.
IlvMeridian(IlvInputStream) - Constructor for class ilog.views.maps.srs.coordsys.IlvMeridian
Reads the object from an IlvInputStream
object.
IlvMessageBox - Class in ilog.views.faces.component
This class defines a Message Box component.
IlvMessageBox() - Constructor for class ilog.views.faces.component.IlvMessageBox
Creates a new IlvMessageBox
instance.
IlvMessageBoxRenderer - Class in ilog.views.faces.dhtml.renderkit
The IlvMessageBoxRenderer
is the renderer designed to render an
IlvBasicView
as a message box.
IlvMessageBoxRenderer() - Constructor for class ilog.views.faces.dhtml.renderkit.IlvMessageBoxRenderer
Creates a new IlvMessageBoxRenderer
instance.
IlvMessageBoxTag - Class in ilog.views.faces.dhtml.taglib
This class defines the custom tag handler for the DHTML message box
component.
IlvMessageBoxTag() - Constructor for class ilog.views.faces.dhtml.taglib.IlvMessageBoxTag
Creates a new IlvMessageBoxTag
instance.
IlvMessageMapper - Class in ilog.views.appframe.event
Defines action handlers that map action events or message events with
the call to a specified method.
IlvMessageMapper(Object) - Constructor for class ilog.views.appframe.event.IlvMessageMapper
Constructs a IlvMessageMapper
that maps actions and message
events with methods of the specified object.
IlvMGRSGrid - Class in ilog.views.maps.grids
The MGRS grid displays a set of autoadaptive MGRS standard grids and labels on top of a geographic view.
IlvMGRSGrid() - Constructor for class ilog.views.maps.grids.IlvMGRSGrid
Default constructor.
IlvMGRSGrid(IlvInputStream) - Constructor for class ilog.views.maps.grids.IlvMGRSGrid
Creates a grid by reading parameters from the stream.
IlvMGRSGrid.GridInfo - Class in ilog.views.maps.grids
Data class used to store both a coordinate and the
direction (N or E) for later formatting.
IlvMGRSGrid.ShowThousandsPolicy - Enum in ilog.views.maps.grids
Enumeration of the possible ways to display grid labels
IlvMGRSGridZone - Class in ilog.views.maps.grids
A UTM or stereographic MGRS grid zone.
IlvMGRSGridZone(int, char) - Constructor for class ilog.views.maps.grids.IlvMGRSGridZone
Creates a UTM or stereographic MGRS grid zone.
IlvMGRSGridZone(IlvInputStream) - Constructor for class ilog.views.maps.grids.IlvMGRSGridZone
Creates a grid zone by reading parameters from the stream.
IlvMGRSGridZone.InvalidGridZone - Exception in ilog.views.maps.grids
Exception thrown when creating an invalid grid zone (wrong band or zone number).
IlvMIDMIFDataSource - Class in ilog.views.maps.datasource
A data source to read MapInfo MID/MIF files.
IlvMIDMIFDataSource(String) - Constructor for class ilog.views.maps.datasource.IlvMIDMIFDataSource
Constructs an IlvMIDMIFDataSource
from the specified file name.
IlvMIDMIFDataSource(URL) - Constructor for class ilog.views.maps.datasource.IlvMIDMIFDataSource
Constructs an IlvMIDMIFDataSource
from the specified URL.
IlvMIDMIFDataSource(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvMIDMIFDataSource
Constructs an IlvMIDMIFDataSource
from the specified input stream.
IlvMIDMIFDataSource.MIDMIFFilter - Class in ilog.views.maps.datasource
A specialized criterion filter that returns a key identifying the geometry type of the specified map feature
as well as its style.
IlvMIDMIFReader - Class in ilog.views.maps.format.midmif
This class reads features and attributes from MapInfo® interchange
files.
IlvMIDMIFReader(String, String) - Constructor for class ilog.views.maps.format.midmif.IlvMIDMIFReader
Constructs a MapInfo® Interchange Format reader to read from specified
MIF file and specified MID file.
IlvMIDMIFReader(URL, URL) - Constructor for class ilog.views.maps.format.midmif.IlvMIDMIFReader
Constructs a MapInfo® Interchange Format reader to read from specified
MIF file and specified MID URL.
IlvMIDMIFReader(IlvMIFReader, IlvMIDReader) - Constructor for class ilog.views.maps.format.midmif.IlvMIDMIFReader
Constructs a MapInfo® Interchange Format reader to read from specified
MIF reader and specified MID reader.
IlvMIDReader - Class in ilog.views.maps.format.midmif
This class reads the MapInfo® Interchange Data Files (.mid
extension).
IlvMIDReader(String, IlvAttributeInfoProperty) - Constructor for class ilog.views.maps.format.midmif.IlvMIDReader
Constructs a new MIDReader
to read from the file whose name is specified,
with the specified attribute info
.
IlvMIDReader(String, IlvAttributeInfoProperty, char, String) - Constructor for class ilog.views.maps.format.midmif.IlvMIDReader
Constructs a new MIDReader
to read from the file whose name is specified,
with the specified attribute info, the specified delimiter, and the
specified character encoding.
IlvMIDReader(URL, IlvAttributeInfoProperty, char, String) - Constructor for class ilog.views.maps.format.midmif.IlvMIDReader
Constructs a new MIDReader
to read from the file whose name is specified,
with the specified attribute info, the specified delimiter, and the
specified character encoding.
IlvMIFCoordinateSystemFactory - Class in ilog.views.maps.format.midmif
This class manages the conversions between JViews and MapInfo®
coordinate systems.
IlvMIFCoordinateSystemFactory() - Constructor for class ilog.views.maps.format.midmif.IlvMIFCoordinateSystemFactory
Constructs a new projection manager.
IlvMIFFeatureRenderer - Class in ilog.views.maps.format.midmif
This renderer is specialized in rendering MIF
features.
IlvMIFFeatureRenderer() - Constructor for class ilog.views.maps.format.midmif.IlvMIFFeatureRenderer
Constructs a new renderer to render MIF
features.
IlvMIFPenFactory - Class in ilog.views.maps.format.midmif
This class is used by the IlvMIFReader
to create
rendering styles suitable for the renderer of map features read from
a MIF file.
IlvMIFPenFactory(double) - Constructor for class ilog.views.maps.format.midmif.IlvMIFPenFactory
Creates a MIF pen factory with the specified flatness as flattening
for clipped path decorations.
IlvMIFReader - Class in ilog.views.maps.format.midmif
The class IlvMIFReader
reads geometries from a
MapInfo® Interchange file.
IlvMIFReader(String) - Constructor for class ilog.views.maps.format.midmif.IlvMIFReader
Constructs a new IlvMIFReader
to read from the file
which name is specified.
IlvMIFReader(URL) - Constructor for class ilog.views.maps.format.midmif.IlvMIFReader
Constructs a new IlvMIFReader
to read from the file
which URL is specified.
IlvMIFReader(Reader) - Constructor for class ilog.views.maps.format.midmif.IlvMIFReader
Constructs a new IlvMIFReader
to read from the
specified reader.
IlvMilestoneCalendarRenderer - Interface in ilog.views.gantt.swing.calendarview
IlvMilestoneCalendarRenderer
defines the graphic presentation of a
milestone symbol within one of the calendar views.
IlvMillerCylindricalProjection - Class in ilog.views.maps.projection
This class defines the Miller Cylindrical projection.
IlvMillerCylindricalProjection() - Constructor for class ilog.views.maps.projection.IlvMillerCylindricalProjection
Creates an instance of the class
IlvMillerCylindricalProjection
.
IlvMillerCylindricalProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvMillerCylindricalProjection
Reads the object from an IlvInputStream
.
IlvMillerCylindricalProjection(IlvMillerCylindricalProjection) - Constructor for class ilog.views.maps.projection.IlvMillerCylindricalProjection
Creates a new IlvMillerCylindricalProjection
by copying an existing one.
IlvMinMaxAvgNormalizedValueColorScheme - Class in ilog.views.chart.renderer
This class denotes a color scheme which requires the minimum, maximum
and average of the value in order to compute the color distribution.
IlvMinMaxAvgNormalizedValueColorScheme() - Constructor for class ilog.views.chart.renderer.IlvMinMaxAvgNormalizedValueColorScheme
Creates a value-based color scheme that uses the minimum, maximum and
average of the value distribution.
IlvMinMaxAvgVarNormalizedValueColorScheme - Class in ilog.views.chart.renderer
This class denotes a color scheme which requires the minimum, maximum,
average and variance of the value in order to compute the color
distribution.
IlvMinMaxAvgVarNormalizedValueColorScheme() - Constructor for class ilog.views.chart.renderer.IlvMinMaxAvgVarNormalizedValueColorScheme
Creates a value-based color scheme that uses the minimum, maximum,
average and variance of the value distribution.
IlvMinMaxBehavior - Class in ilog.views.prototypes
The class IlvMinMaxBehavior
is used to test whether a value is
contained between a minimum and a maximum value.
IlvMinMaxBehavior(String, String, String, String, String, String, String, String) - Constructor for class ilog.views.prototypes.IlvMinMaxBehavior
Creates a new min/max behavior object.
IlvMinMaxBehavior(IlvMinMaxBehavior) - Constructor for class ilog.views.prototypes.IlvMinMaxBehavior
Creates a new behavior object by copying an existing one.
IlvMinMaxBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvMinMaxBehavior
Reads the behavior from an IlvInputStream
stream.
IlvMinMaxNormalizedValueColorScheme - Class in ilog.views.chart.renderer
This class denotes a color scheme which requires the minimum and the
maximum of the value in order to compute the color distribution.
IlvMinMaxNormalizedValueColorScheme() - Constructor for class ilog.views.chart.renderer.IlvMinMaxNormalizedValueColorScheme
Creates a value-based color scheme that uses the minimum and maximum of
the value distribution.
IlvMinOperator - Class in ilog.views.chart.datax.operator
This class implements the minimum operator.
IlvMinOperator() - Constructor for class ilog.views.chart.datax.operator.IlvMinOperator
Creates a new instance of this minimizing operator.
IlvMinuteTimeScaleRow - Class in ilog.views.gantt.scale
This class implements methods from the parent class
IlvBasicTimeScaleRow
to provide a complete scale displaying
minute intervals.
IlvMinuteTimeScaleRow() - Constructor for class ilog.views.gantt.scale.IlvMinuteTimeScaleRow
This constructor creates and initializes an
IlvMinuteTimeScaleRow
object.
IlvMissingApplyToObjectException - Exception in ilog.views
IlvMissingApplyToObjectException(IlvGraphic) - Constructor for exception ilog.views.IlvMissingApplyToObjectException
Constructs an IlvMissingApplyToObjectException
for
specified graphic object.
IlvMissingApplyToObjectException(IlvGraphic, String) - Constructor for exception ilog.views.IlvMissingApplyToObjectException
Constructs an IlvMissingApplyToObjectException
for
specified graphic object with the given detail message
IlvMissingApplyToObjectException(IlvGraphic, Throwable) - Constructor for exception ilog.views.IlvMissingApplyToObjectException
Constructs an IlvMissingApplyToObjectException
for
specified graphic object.
IlvMissingApplyToObjectException(IlvGraphic, String, Throwable) - Constructor for exception ilog.views.IlvMissingApplyToObjectException
Constructs an IlvMissingApplyToObjectException
for
specified graphic object with the given detail message
IlvMList - Class in ilog.views.sdm.metadata
A rdf implementation of IlvMModel backed up by a List instead of a Map, for better performance.
IlvMList(List<IlvMStatement>) - Constructor for class ilog.views.sdm.metadata.IlvMList
Creates a model with a list
IlvMList(IlvMStatement) - Constructor for class ilog.views.sdm.metadata.IlvMList
Creates a model with a statement.
IlvMModel - Class in ilog.views.sdm.metadata
An implementation of metadata with RDF (Resource Description
Framework).
IlvMModel() - Constructor for class ilog.views.sdm.metadata.IlvMModel
Creates an RDF model.
IlvMModel(Map<IlvMResource, IlvMList>) - Constructor for class ilog.views.sdm.metadata.IlvMModel
Constructor which spares a list creation.
IlvModelWithColumns - Interface in ilog.views.chart.datax
This is a superinterface of all models that have a list of columns,
denoting table columns or object attributes.
IlvMollweideProjection - Class in ilog.views.maps.projection
This class defines the Mollweide projection.
IlvMollweideProjection() - Constructor for class ilog.views.maps.projection.IlvMollweideProjection
Creates an instance of the class IlvMollweideProjection
.
IlvMollweideProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvMollweideProjection
Reads the object from an IlvInputStream
.
IlvMollweideProjection(IlvMollweideProjection) - Constructor for class ilog.views.maps.projection.IlvMollweideProjection
Creates a new IlvMollweideProjection
.
IlvMolodenskyConverter - Class in ilog.views.maps.projection
IlvMolodenskyConverter() - Constructor for class ilog.views.maps.projection.IlvMolodenskyConverter
Deprecated.
Creates an instance of the IlvMolodenskyConverter
class.
IlvMonthPanel - Class in ilog.views.gantt.swing.calendarview
IlvMonthPanel
is a Swing component that displays activities from
a
Gantt data model overlaid on a monthly calendar grid.
IlvMonthPanel() - Constructor for class ilog.views.gantt.swing.calendarview.IlvMonthPanel
Creates a new month panel.
IlvMonthPanel(IlvGanttModel) - Constructor for class ilog.views.gantt.swing.calendarview.IlvMonthPanel
Creates a new month panel that displays the activities in the specified Gantt
data model.
IlvMonthTimeScaleRow - Class in ilog.views.gantt.scale
This class implements methods from the parent class
IlvBasicTimeScaleRow
to provide a complete scale displaying
monthly intervals.
IlvMonthTimeScaleRow() - Constructor for class ilog.views.gantt.scale.IlvMonthTimeScaleRow
This constructor creates and initializes an
IlvMonthTimeScaleRow
object.
IlvMonthView - Class in ilog.views.gantt.swing.calendarview
IlvMonthView
is a Swing component that displays activities from
a
Gantt data model overlaid on a monthly calendar grid.
IlvMonthView() - Constructor for class ilog.views.gantt.swing.calendarview.IlvMonthView
Creates a new month view.
IlvMonthView(IlvGanttModel) - Constructor for class ilog.views.gantt.swing.calendarview.IlvMonthView
Creates a new month view that displays the activities in the specified Gantt
data model.
IlvMouseGesture - Class in ilog.views.graphic.composite
This class enumerates the possible basic gestures for interactions.
IlvMouseGesture() - Constructor for class ilog.views.graphic.composite.IlvMouseGesture
Creates a new instance of IlvMouseGesture
.
IlvMoveObjectInteractor - Class in ilog.views.objectinteractor
IlvMoveObjectInteractor
is a local object interactor class that
is used to let the user move a graphic object in a manager view.
IlvMoveObjectInteractor() - Constructor for class ilog.views.objectinteractor.IlvMoveObjectInteractor
Creates the interactor.
IlvMoveRectangleInteractor - Class in ilog.views.interactor
The IlvMoveRectangleInteractor
interactor is an abstract
interactor class that lets you move a rectangle, triggering a
method when it is done.
IlvMoveRectangleInteractor(IlvRect) - Constructor for class ilog.views.interactor.IlvMoveRectangleInteractor
Constructs and initializes a new instance of a move rectangle
interactor.
IlvMoveSelectionAccelerator - Class in ilog.views.accelerator
IlvMoveSelectionAccelerator
is an accelerator that allows
the user to move the currently selected objects.
IlvMoveSelectionAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvMoveSelectionAccelerator
Creates an IlvMoveSelectionAccelerator
.
IlvMoveSelectionAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvMoveSelectionAccelerator
Creates an IlvMoveSelectionAccelerator
.
IlvMoveSelectionAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvMoveSelectionAccelerator
Creates an IlvMoveSelectionAccelerator
.
IlvMovingAvgDataSet - Class in ilog.views.chart.data
Implements a data set that computes the moving average of another data set.
IlvMovingAvgDataSet() - Constructor for class ilog.views.chart.data.IlvMovingAvgDataSet
Creates a moving average with a default period.
IlvMovingAvgDataSet(int) - Constructor for class ilog.views.chart.data.IlvMovingAvgDataSet
Creates a moving average with the specified period.
IlvMovingAvgDataSet(IlvDataSet, int) - Constructor for class ilog.views.chart.data.IlvMovingAvgDataSet
Creates a moving average of the specified data set, with the specified period.
IlvMResource - Class in ilog.views.sdm.metadata
An implementation of metadata with RDF (Resource Description
Framework).
IlvMResource() - Constructor for class ilog.views.sdm.metadata.IlvMResource
Anonymous resource
IlvMResource(String) - Constructor for class ilog.views.sdm.metadata.IlvMResource
Creates the resource with a String
.
IlvMResource(String, Namespace) - Constructor for class ilog.views.sdm.metadata.IlvMResource
Creates the resource with a String
and a namespace.
IlvMStatement - Class in ilog.views.sdm.metadata
An implementation of metadata with RDF (Resource Description
Framework).
IlvMStatement(String, IlvMResource, IlvMResource, Object) - Constructor for class ilog.views.sdm.metadata.IlvMStatement
Creates an RDF statement.
IlvMStatement(IlvMResource, IlvMResource, Object) - Constructor for class ilog.views.sdm.metadata.IlvMStatement
Creates an anonymous RDF statement.
IlvMStatement() - Constructor for class ilog.views.sdm.metadata.IlvMStatement
Creates an empty, anonymous RDF statement.
IlvMultiColumnTableModelPropertyDescriptor - Class in ilog.views.util.data
IlvMultiColumnTableModelPropertyDescriptor(int[], String) - Constructor for class ilog.views.util.data.IlvMultiColumnTableModelPropertyDescriptor
Creates an IlvMultiColumnPropertyDescriptor
that will lookup at the given
set of column indexes to return the property value and will set it back to these indexes when
asked.
IlvMultiColumnTableModelPropertyDescriptor(String[], String) - Constructor for class ilog.views.util.data.IlvMultiColumnTableModelPropertyDescriptor
Creates an IlvMultiColumnPropertyDescriptor
that will lookup at the given
set of column names to return the property value and will set it back to these columns when
asked.
IlvMultiColumnTableModelPropertyDescriptor(IlvBasicTableModelPropertyDescriptor[], String) - Constructor for class ilog.views.util.data.IlvMultiColumnTableModelPropertyDescriptor
IlvMultiPathDecoration - Class in ilog.views.maps.graphic
This class implements a path decoration composed of multiple path
decorations.
IlvMultiPathDecoration(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvMultiPathDecoration
Creates a new IlvMultiPathDecoration
by reading it from a
stream.
IlvMultiPathDecoration(IlvPathDecoration[]) - Constructor for class ilog.views.maps.graphic.IlvMultiPathDecoration
Constructs a new IlvMultiPathDecoration
that draws the decoration
using the specified decorations.
IlvMultipleGradientPaint - Class in ilog.views.util.java2d
This is the superclass for Paint implementations that use a multiple-color
gradient to fill in their raster.
IlvMultipleGradientPaint(IlvMultipleGradientPaint) - Constructor for class ilog.views.util.java2d.IlvMultipleGradientPaint
Creates a multiple gradient paint by copying an existing one.
IlvMultipleGradientPaintConstants - Interface in ilog.views.util.java2d
Constants for gradient paints.
IlvMultipleIcon - Class in ilog.views.graphic
IlvMultipleIcon
is an icon that can display one image out
of multiple predefined images.
IlvMultipleIcon() - Constructor for class ilog.views.graphic.IlvMultipleIcon
Creates a multiple icon.
IlvMultipleIcon(IlvURLKeyTable) - Constructor for class ilog.views.graphic.IlvMultipleIcon
Creates a multiple icon.
IlvMultipleIcon(IlvMultipleIcon) - Constructor for class ilog.views.graphic.IlvMultipleIcon
Creates a new IlvMultipleIcon
by copying an existing one.
IlvMultipleIcon(IlvInputStream) - Constructor for class ilog.views.graphic.IlvMultipleIcon
Reads the object from an IlvInputStream
.
IlvMultipleLayout - Class in ilog.views.graphlayout.multiple
The main class for the Multiple Layout algorithm.
IlvMultipleLayout() - Constructor for class ilog.views.graphlayout.multiple.IlvMultipleLayout
Creates a new instance of the Multiple Layout algorithm.
IlvMultipleLayout(IlvGraphLayout, IlvGraphLayout) - Constructor for class ilog.views.graphlayout.multiple.IlvMultipleLayout
Creates a new instance of the Multiple Layout algorithm that composes
the input layouts.
IlvMultipleLayout(IlvGraphLayout, IlvGraphLayout, IlvLabelLayout) - Constructor for class ilog.views.graphlayout.multiple.IlvMultipleLayout
Creates a new instance of the Multiple Layout algorithm that composes
the input layouts.
IlvMultipleLayout(IlvMultipleLayout) - Constructor for class ilog.views.graphlayout.multiple.IlvMultipleLayout
Creates a new layout instance by copying an existing one.
IlvMultipleLayoutGrapherProperty - Class in ilog.views.graphlayout.multiple
The class IlvMultipleLayoutGrapherProperty
allows you to
store the global settings of an instance of
IlvMultipleLayout
as a named property in the grapher.
IlvMultipleLayoutGrapherProperty(String, IlvMultipleLayout, boolean) - Constructor for class ilog.views.graphlayout.multiple.IlvMultipleLayoutGrapherProperty
Creates a new IlvMultipleLayoutGrapherProperty
that
stores layout parameter settings of the layout
.
IlvMultipleLayoutGrapherProperty(IlvMultipleLayoutGrapherProperty) - Constructor for class ilog.views.graphlayout.multiple.IlvMultipleLayoutGrapherProperty
Creates a new IlvMultipleLayoutGrapherProperty
by copying
an existing one.
IlvMultipleLayoutGrapherProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.multiple.IlvMultipleLayoutGrapherProperty
Creates a new IlvMultipleLayoutGrapherProperty
from an
IlvInputStream
.
IlvMultipleLayoutGrapherProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.multiple.IlvMultipleLayoutGrapherProperty
Creates a new IlvMultipleLayoutGrapherProperty
from an
IlvInputStream
.
IlvMultipleLayoutReport - Class in ilog.views.graphlayout.multiple
The class used to store information about the behavior of the Multiple
Layout algorithm.
IlvMultipleLayoutReport() - Constructor for class ilog.views.graphlayout.multiple.IlvMultipleLayoutReport
Creates a new instance of the report object.
IlvMultipleSDMModel - Class in ilog.views.sdm.model
The class IlvMultipleSDMModel
lets you combine several SDM models
(called the "submodels")
into a single one.
IlvMultipleSDMModel(IlvSDMModel[]) - Constructor for class ilog.views.sdm.model.IlvMultipleSDMModel
Creates a new multiple model that combines the specified submodels.
IlvMultipleSDMModel() - Constructor for class ilog.views.sdm.model.IlvMultipleSDMModel
Creates a new multiple model with no submodels.
IlvMultipleSDMModel.OwnedObject - Interface in ilog.views.sdm.model
This interface can be implemented by nodes and links contained in
models that are combined using an
IlvMultipleSDMModel
.
IlvMultipleTimeUnit - Class in ilog.views.chart
Represents a multiple of predefined time units.
IlvMultipleTimeUnit(IlvTimeUnit, int) - Constructor for class ilog.views.chart.IlvMultipleTimeUnit
Creates a multiple of the specified time unit.
IlvMultipleTimeUnit(IlvTimeUnit, int, Date) - Constructor for class ilog.views.chart.IlvMultipleTimeUnit
Creates a multiple of the specified time unit.
IlvMultiRepBehavior - Class in ilog.views.prototypes
The class IlvMultiRepBehavior
is used to set the graphic
representation of a group depending on an integer value.
IlvMultiRepBehavior(String, Object[]) - Constructor for class ilog.views.prototypes.IlvMultiRepBehavior
Creates a new multi-representation behavior object.
IlvMultiRepBehavior(IlvMultiRepBehavior) - Constructor for class ilog.views.prototypes.IlvMultiRepBehavior
Creates a new behavior object by copying an existing one.
IlvMultiRepBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvMultiRepBehavior
Reads the behavior from an IlvInputStream
stream.
IlvMultiTileLoader - Class in ilog.views.maps.raster
Loader to manage many different generic tiles.
IlvMultiTileLoader() - Constructor for class ilog.views.maps.raster.IlvMultiTileLoader
Default constructor
IlvMultiTileLoader(IlvInputStream) - Constructor for class ilog.views.maps.raster.IlvMultiTileLoader
Constructor from stream
IlvMutableSDMLink - Interface in ilog.views.sdm.model
An IlvMutableSDMLink
is an SDM link
whose extremities can be changed.
IlvMutableSDMNode - Interface in ilog.views.sdm.model
An IlvMutableSDMNode
is a
data object whose properties can be set.
IlvMutableSettingsModel - Interface in ilog.views.appframe.settings
Defines the requirements for a settings model that can change by
adding or removing objects or by changing the attribute values of an element.
IlvMutableStyleSheet - Class in ilog.views.util.styling
This is a mutable style sheet.
IlvMutableStyleSheet(IlvStylable) - Constructor for class ilog.views.util.styling.IlvMutableStyleSheet
Creates a new mutable style sheet.
IlvNamedProperty - Class in ilog.views
The class IlvNamedProperty
is used to associate potentially
persistent properties with a graphic object, a manager, or a manager layer.
IlvNamedProperty(String) - Constructor for class ilog.views.IlvNamedProperty
Creates a new IlvNamedProperty
.
IlvNamedProperty(IlvNamedProperty) - Constructor for class ilog.views.IlvNamedProperty
Creates a new IlvNamedProperty
by copying an existing one.
IlvNamedProperty(IlvInputStream) - Constructor for class ilog.views.IlvNamedProperty
Creates a new IlvNamedProperty
from
an IlvInputStream
.
IlvNavigationInfo - Class in ilog.views.util.hitmap
This class encodes how the keyboard navigation within a component will
react when a certain region (such as a graphic object) has the focus and
the user presses one of the four arrow keys (up, down, left, right arrows).
IlvNavigationInfo(int, int) - Constructor for class ilog.views.util.hitmap.IlvNavigationInfo
Creates a keyboard navigation info that encodes the targets for the
up-arrow key (acting as "previous item") and the down-arrow key
(acting as "next item").
IlvNavigationInfo(int, int, int, int) - Constructor for class ilog.views.util.hitmap.IlvNavigationInfo
Creates a keyboard navigation info that encodes the targets for all
four arrow keys.
IlvNavigationInfoGenerator - Class in ilog.views.servlet
The generator for keyboard navigation info in a view.
IlvNavigationInfoGenerator(IlvHitmapDefinition) - Constructor for class ilog.views.servlet.IlvNavigationInfoGenerator
Constructor
IlvNodeBoxInterface - Interface in ilog.views.graphlayout
An interface used to define a rectangle associated with a node of a
graph.
IlvNodeGroup - Class in ilog.views.graphlayout.hierarchical
The class IlvNodeGroup
allows to create a group of nodes
that is subject to a constraint.
IlvNodeGroup() - Constructor for class ilog.views.graphlayout.hierarchical.IlvNodeGroup
Creates a new IlvNodeGroup
.
IlvNodeGroup(Vector) - Constructor for class ilog.views.graphlayout.hierarchical.IlvNodeGroup
Creates a new IlvNodeGroup
.
IlvNodeGroup(IlvNodeGroup) - Constructor for class ilog.views.graphlayout.hierarchical.IlvNodeGroup
Creates a new IlvNodeGroup
by copying an existing one.
IlvNodeGroup(IlvInputStream) - Constructor for class ilog.views.graphlayout.hierarchical.IlvNodeGroup
Creates a new IlvNodeGroup
from an
IlvInputStream
.
IlvNodePropertyChangeEdit - Class in ilog.views.appframe.docview.project
A concrete subclass of IlvAbstractDataContainerUndoableEdit
for
changing the property of a node of a data container.
IlvNodePropertyChangeEdit(IlvDataContainer, Object, Object, int, String, Object, Object) - Constructor for class ilog.views.appframe.docview.project.IlvNodePropertyChangeEdit
Creates an edit that changes a property of a node of a data container.
IlvNodeSideFilter - Interface in ilog.views.graphlayout
An interface used to define complex requirements concerning the
connection of the links to the different sides of the nodes.
IlvNonNullStringEditor - Class in ilog.views.maps.beans.editor
A String editor that avoids having null
garbage
in the property sheet.
IlvNonNullStringEditor() - Constructor for class ilog.views.maps.beans.editor.IlvNonNullStringEditor
Construct a IlvNonNullStringEditor
.
IlvNonPolarARCProjection - Class in ilog.views.maps.defense.format.asrp.projection
IlvNonPolarARCProjection(IlvInputStream) - Constructor for class ilog.views.maps.defense.format.asrp.projection.IlvNonPolarARCProjection
Stream constructor.
IlvNonPolarARCProjection(double, double, double, double) - Constructor for class ilog.views.maps.defense.format.asrp.projection.IlvNonPolarARCProjection
Creates a non polar arc projection passing the specified parameters.
IlvNormalizedValueColorScheme - Class in ilog.views.chart.renderer
This class denotes a color scheme which requires to look up values at
the tree nodes in order to compute the color distribution.
IlvNormalizedValueColorScheme() - Constructor for class ilog.views.chart.renderer.IlvNormalizedValueColorScheme
Creates a value-based color scheme.
IlvNormalizedValueColorScheme.Evaluator - Interface in ilog.views.chart.renderer
An evaluator is a function of a node in the tree model.
IlvNorthPolarARCProjection - Class in ilog.views.maps.defense.format.asrp.projection
IlvNorthPolarARCProjection(IlvInputStream) - Constructor for class ilog.views.maps.defense.format.asrp.projection.IlvNorthPolarARCProjection
Stream constructor.
IlvNorthPolarARCProjection(double, double, double, double) - Constructor for class ilog.views.maps.defense.format.asrp.projection.IlvNorthPolarARCProjection
Creates a north polar arc projection passing the specified parameters.
IlvNotAnSDMDocumentException - Exception in ilog.views.sdm.util
This exception is thrown by the
IlvXMLConnector
when an attempt
is made to read an XML stream that does not contain an SDM document.
IlvNotAnSDMDocumentException() - Constructor for exception ilog.views.sdm.util.IlvNotAnSDMDocumentException
Default constructor.
IlvNotAProjectException - Exception in ilog.views.diagrammer.project
This exception is thrown when an attempt to read a Diagrammer project
from an XML file was made, but the XML file did not contain a project
definition.
IlvNotAProjectException(String, URL) - Constructor for exception ilog.views.diagrammer.project.IlvNotAProjectException
Creates a new "not a project" exception.
IlvNotInJSFLifecycleException - Exception in ilog.views.faces
This exception is thrown when some unauthorized code is executed on a JSF component out of the JSF lifecycle.
IlvNotInJSFLifecycleException() - Constructor for exception ilog.views.faces.IlvNotInJSFLifecycleException
Creates a new IlvNotInJSFLifecycleException
instance.
IlvNullActivity - Class in ilog.views.gantt.model
IlvNullActivity() - Constructor for class ilog.views.gantt.model.IlvNullActivity
IlvNullResource - Class in ilog.views.gantt.model
IlvNullResource() - Constructor for class ilog.views.gantt.model.IlvNullResource
IlvNumberConverter - Class in ilog.views.chart.data
A class that handles conversions between a java.lang.Number
object
and a double value.
IlvNumberConverter(Class<?>) - Constructor for class ilog.views.chart.data.IlvNumberConverter
Creates a new IlvNumberConverter
object for the specified
Number
subclass.
IlvNumberFormatFactory - Class in ilog.views.util.text
This class provides
NumberFormat
objects for specified locales.
IlvNumberProperty - Interface in ilog.views.gantt.property
IlvNumberProperty
defines a common interface for accessing
a numeric property of target
objects.
IlvObjectAnimator - Interface in ilog.views.animation
The interface IlvObjectAnimator
must be implemented by
a class whose purpose is to animate one object of an
IlvManager
with an IlvManagerAnimator
.
IlvObjectFactory - Interface in ilog.views.chart.datax.adapter
This interface is used to create new objects.
IlvObjectInteractor - Class in ilog.views
Object interactors are used to handle local events for graphic
objects.
IlvObjectInteractor() - Constructor for class ilog.views.IlvObjectInteractor
Creates a new IlvObjectInteractor
.
IlvObjectInteractorContext - Interface in ilog.views
The interface IlvObjectInteractorContext
is
the context passed to an object interactor.
IlvObjectModelWithColumns - Interface in ilog.views.chart.datax
This is a superinterface of all object-based models that have a list of
columns, denoting object attributes.
IlvObjectProperty - Class in ilog.views
This property is stored in an IlvGraphic
object, when
this object is added to an IlvManager
.
IlvObjectProperty() - Constructor for class ilog.views.IlvObjectProperty
Constructs an object property.
IlvObjectSDODimElement - Class in ilog.views.maps.format.oracle.objectmodel
This object allows you to define dimensions for layers.
IlvObjectSDODimElement(String, double, double, double) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDODimElement
Constructs a new dim element.
IlvObjectSDODimElement(IlvInputStream) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDODimElement
Reads an IlvObjectSDODimElement
from the specified stream.
IlvObjectSDOFeatureIterator - Class in ilog.views.maps.format.oracle.objectmodel
This class converts Oracle Spatial geometries retrieved from an Oracle
database, into IlvMapFeature
objects.
IlvObjectSDOFeatureIterator(Connection, String, String, String, String, String) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOFeatureIterator
Initializes a new instance of IlvObjectSDOFeatureIterator
.
IlvObjectSDOFeatureIterator(ResultSet, String, String) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOFeatureIterator
Initializes a new IlvObjectSDOFeatureIterator
to read
geometries from specified ResultSet
.
IlvObjectSDOFeatureIterator(ResultSet, String, String, String, String) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOFeatureIterator
Initializes a new feature iterator to read geometries from specified
ResultSet
.
IlvObjectSDOFeatureIterator(ResultSet, String, IlvObjectSDOKeyExtractor, String, String) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOFeatureIterator
Initializes a new feature iterator to read geometries from specified
ResultSet
.
IlvObjectSDOFeatureIterator.IlvMapSDOImageBlock - Class in ilog.views.maps.format.oracle.objectmodel
Class defining an SDO image block geometry
IlvObjectSDOFeatureIterator.SDORasterMetaData - Class in ilog.views.maps.format.oracle.objectmodel
Class that holds information about Oracle SDO_RASTER objects
IlvObjectSDOKeyExtractor - Interface in ilog.views.maps.format.oracle.objectmodel
An IlvObjectSDOKeyExtractor
extracts feature ID or
key of geometries stored in a database.
IlvObjectSDOLayer - Class in ilog.views.maps.format.oracle.objectmodel
Implements load-on-demand layer for an Oracle Spatial data source.
IlvObjectSDOLayer(IlvSDOConnection, String, double, double, String) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOLayer
Initializes an instance of IlvObjectSDOLayer
to load data
from an SDO layer.
IlvObjectSDOLayer(IlvSDOTileLoader, IlvTileCache) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOLayer
Initializes an instance of IlvObjectSDOLayer
to load data
from an Object SDO layer.
IlvObjectSDOLayer(IlvSDOConnection, IlvObjectSDOLayerMetaData, double, double, String, String, IlvObjectSDOKeyExtractor, IlvRect) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOLayer
The main constructor of IlvObjectSDOLayer
to load data
from an Object SDO layer.
IlvObjectSDOLayer(IlvInputStream) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOLayer
Reads an IlvObjectSDOLayer
from specified input stream.
IlvObjectSDOLayerMetaData - Class in ilog.views.maps.format.oracle.objectmodel
This class represents the metadata information for an Oracle Spatial layer.
IlvObjectSDOLayerMetaData(String, String, String, Long, IlvObjectSDODimElement[]) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOLayerMetaData
Constructs a new metadata.
IlvObjectSDOLayerMetaData(IlvInputStream) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOLayerMetaData
Reads an IlvObjectSDOLayerMetaData
from the specified input stream.
IlvObjectSDOUtil - Class in ilog.views.maps.format.oracle.objectmodel
Utility class for basic tasks on Oracle SDO Object Model (Oracle Spatial).
IlvObjectSDOWriter - Class in ilog.views.maps.format.oracle.objectmodel
This class can write features to an Oracle Spatial layer, using the
object model.
IlvObjectSDOWriter(Connection, String, String, String, String, boolean) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOWriter
Constructs a writer to write data to an Oracle Spatial layer.
IlvObjectSDOWriter(Connection, String, String, String, String, boolean, IlvAttributeInfoProperty, IlvCoordinate, IlvCoordinate) - Constructor for class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOWriter
Constructs a writer to write data to an Oracle Spatial layer.
IlvObjectSelectedFinder - Interface in ilog.views.faces.dhtml.interactor
This interface defines a finder that searches the model object from the view
where the object was selected and a list of parameters.
IlvObjectSelectInteractor - Class in ilog.views.faces.dhtml.interactor
This class defines an interactor that allows you to select a model object from a view.
IlvObjectSelectInteractor() - Constructor for class ilog.views.faces.dhtml.interactor.IlvObjectSelectInteractor
Creates a new IlvObjectSelectInteractor
instance.
IlvObjectSelectInteractorRenderer - Class in ilog.views.faces.dhtml.renderkit
The IlvObjectSelectInteractorRenderer
is the base class for the
object select interactor renderers.
IlvObjectSelectInteractorRenderer() - Constructor for class ilog.views.faces.dhtml.renderkit.IlvObjectSelectInteractorRenderer
Creates a new IlvObjectSelectInteractorRenderer
instance.
IlvObjectSelectInteractorTag - Class in ilog.views.faces.dhtml.taglib
IlvObjectSelectInteractorTag() - Constructor for class ilog.views.faces.dhtml.taglib.IlvObjectSelectInteractorTag
Creates a new IlvObjectSelectInteractorTag
instance.
IlvObjectSelectRectInteractor - Class in ilog.views.faces.dhtml.interactor
This class defines an interactor that allows you to select a set model objects from a view.
IlvObjectSelectRectInteractor() - Constructor for class ilog.views.faces.dhtml.interactor.IlvObjectSelectRectInteractor
Creates a new IlvObjectSelectRectInteractor
instance.
IlvObjectSelectRectInteractorRenderer - Class in ilog.views.faces.dhtml.renderkit
The IlvObjectSelectRectInteractorRenderer
is the base class for the object select interactor renderers.
IlvObjectSelectRectInteractorRenderer() - Constructor for class ilog.views.faces.dhtml.renderkit.IlvObjectSelectRectInteractorRenderer
Creates a new IlvObjectSelectRectInteractorRenderer
instance.
IlvObjectSelectRectInteractorTag - Class in ilog.views.faces.dhtml.taglib
IlvObjectSelectRectInteractorTag() - Constructor for class ilog.views.faces.dhtml.taglib.IlvObjectSelectRectInteractorTag
Creates a new IlvObjectSelectRectInteractorTag
instance.
IlvObjectSettingsHandler - Class in ilog.views.appframe.settings
Defines objects that ease the initialization of objects from the
settings of an application.
IlvObjectSettingsHandler(Object, String) - Constructor for class ilog.views.appframe.settings.IlvObjectSettingsHandler
Constructs a new IlvObjectSettingsHandler
for the specified object.
IlvObjectWithSelection - Interface in ilog.views
The IlvObjectWithSelection
defines an interface for
graphic objects that can contain inner graphic subobjects that can
be selected.
IlvObliqueMercatorProjection - Class in ilog.views.maps.projection
The Oblique Mercator Projection.
IlvObliqueMercatorProjection(IlvCoordinate, IlvCoordinate) - Constructor for class ilog.views.maps.projection.IlvObliqueMercatorProjection
Creates an instance of IlvObliqueMercatorProjection
.
IlvObliqueMercatorProjection(IlvCoordinate, double) - Constructor for class ilog.views.maps.projection.IlvObliqueMercatorProjection
Creates an instance of IlvObliqueMercatorProjection
.
IlvObliqueMercatorProjection() - Constructor for class ilog.views.maps.projection.IlvObliqueMercatorProjection
Creates an instance of IlvObliqueMercatorProjection
.
IlvObliqueMercatorProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvObliqueMercatorProjection
Reads the object from an IlvInputStream
.
IlvObliqueMercatorProjection(IlvObliqueMercatorProjection) - Constructor for class ilog.views.maps.projection.IlvObliqueMercatorProjection
Creates a new IlvObliqueMercatorProjection
by copying an existing one.
IlvObstacleOffsetInterface - Interface in ilog.views.graphlayout.labellayout.annealing
An interface used to select specific minimal offsets between certain
label/obstacle pairs.
IlvOneLinkImage - Class in ilog.views.graphic
IlvOneLinkImage
represents the connection between two
nodes in a
grapher
; the link is displayed as
two lines following a right angle.
IlvOneLinkImage(IlvGraphic, IlvGraphic, boolean) - Constructor for class ilog.views.graphic.IlvOneLinkImage
Creates a new link image.
IlvOneLinkImage(IlvGraphic, IlvGraphic, int, boolean) - Constructor for class ilog.views.graphic.IlvOneLinkImage
Creates a new link image.
IlvOneLinkImage(IlvOneLinkImage) - Constructor for class ilog.views.graphic.IlvOneLinkImage
Create a new IlvOneLinkImage
by copying the specified one.
IlvOneLinkImage(IlvInputStream) - Constructor for class ilog.views.graphic.IlvOneLinkImage
Reads the object from an IlvInputStream
.
IlvOneSplineLinkImage - Class in ilog.views.graphic
IlvOneSplineLinkImage
represents the connection between two
nodes in a
grapher
; the link is displayed as a
spline curve.
IlvOneSplineLinkImage(IlvGraphic, IlvGraphic, boolean) - Constructor for class ilog.views.graphic.IlvOneSplineLinkImage
Creates a new link image.
IlvOneSplineLinkImage(IlvGraphic, IlvGraphic, int, boolean) - Constructor for class ilog.views.graphic.IlvOneSplineLinkImage
Creates a new link image.
IlvOneSplineLinkImage(IlvOneSplineLinkImage) - Constructor for class ilog.views.graphic.IlvOneSplineLinkImage
Create a new IlvOneSplineLinkImage
by copying the specified
one.
IlvOneSplineLinkImage(IlvInputStream) - Constructor for class ilog.views.graphic.IlvOneSplineLinkImage
Reads the object from an IlvInputStream
.
IlvOperator - Interface in ilog.views.chart.datax.operator
This interface describes a function of the values in a model column or, in
a tree model, of a branch of a column.
IlvOptimizedAnimatedGraphic - Interface in ilog.views.animation
The interface IlvOptimizedAnimatedGraphic
must be
implemented by subclasses of IlvGraphic
that want to
provide two ways to draw an object: one for regular drawing,
the other for drawing during animation.
IlvOrderedCompoundEdit - Class in ilog.views.hypergraph.undo
An compound undo edit.
IlvOrderedCompoundEdit(String) - Constructor for class ilog.views.hypergraph.undo.IlvOrderedCompoundEdit
Creates a new edit.
IlvOrientationPropertyEditor - Class in ilog.views.maps.raster
IlvOrientationPropertyEditor
represents a map style for raster
data.
IlvOrientationPropertyEditor() - Constructor for class ilog.views.maps.raster.IlvOrientationPropertyEditor
Creates an editor to edit an integer property representing an orientation.
IlvOrthogonalLinkShapePolicy - Class in ilog.views.graphic.linkpolicy
An IlvOrthogonalLinkShapePolicy
always keeps the links
orthogonal.
IlvOrthogonalLinkShapePolicy() - Constructor for class ilog.views.graphic.linkpolicy.IlvOrthogonalLinkShapePolicy
Creates an orthogonal link shape policy.
IlvOrthographicProjection - Class in ilog.views.maps.projection
This class defines the Orthographic projection.
IlvOrthographicProjection() - Constructor for class ilog.views.maps.projection.IlvOrthographicProjection
Initializes a new instance of the class IlvOrthographicProjection
.
IlvOrthographicProjection(IlvOrthographicProjection) - Constructor for class ilog.views.maps.projection.IlvOrthographicProjection
Creates a new IlvGnomonicProjection
by copying an existing one.
IlvOrthographicProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvOrthographicProjection
Reads a new IlvOrthographicProjection
from the specified
stream.
IlvOutlinedPathDecoration - Class in ilog.views.maps.graphic
A path decoration that uses a BasicStroke
as base stroke.
IlvOutlinedPathDecoration(double, double, boolean) - Constructor for class ilog.views.maps.graphic.IlvOutlinedPathDecoration
Constructs a new IlvStrokedPathDecoration
with the
specified flattening factor, the default BasicStroke.CAP_SQUARE
cap style,
the default BasicStroke.JOIN_MITER
join style, the default
miter limit of 10.0, no dash, and a basic stroke of size 1.
IlvOutlinedPathDecoration(double, int, int, double, double[], double, double, double, boolean) - Constructor for class ilog.views.maps.graphic.IlvOutlinedPathDecoration
Constructs a new IlvOutlinedPathDecoration
with the
specified flattening factor.
IlvOutlinedPathDecoration(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvOutlinedPathDecoration
Reads an IlvOutlinedPathDecoration
from the specified input stream.
IlvOutputBehavior - Class in ilog.views.prototypes
The class IlvOutputBehavior
is used to explicitly generate a
value.
IlvOutputBehavior(String) - Constructor for class ilog.views.prototypes.IlvOutputBehavior
Creates a new output behavior object.
IlvOutputBehavior(IlvOutputBehavior) - Constructor for class ilog.views.prototypes.IlvOutputBehavior
Creates a new behavior object by copying an existing one.
IlvOutputBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvOutputBehavior
Reads the behavior from an IlvInputStream
stream.
IlvOutputStream - Class in ilog.views.io
This class writes an IlvManager
to a stream that
can be read by the class IlvInputStream
.
IlvOutputStream(OutputStream) - Constructor for class ilog.views.io.IlvOutputStream
Creates an IlvOutputStream
from an OutputStream.
IlvOutputStream(OutputStream, boolean) - Constructor for class ilog.views.io.IlvOutputStream
Creates an IlvOutputStream
from an OutputStream.
IlvOverlappingLabelMovementPolicy - Class in ilog.views.graphlayout.labellayout.annealing
A label movement policy that allows a label to be moved by the label
layout algorithm only if the label initially overlaps other labels or
obstacles.
IlvOverlappingLabelMovementPolicy() - Constructor for class ilog.views.graphlayout.labellayout.annealing.IlvOverlappingLabelMovementPolicy
Creates a new label movement policy that prohibits the movement of
labels that are overlap-free.
IlvOverlappingLabelMovementPolicy(double, boolean, boolean) - Constructor for class ilog.views.graphlayout.labellayout.annealing.IlvOverlappingLabelMovementPolicy
Creates a new label movement policy that prohibits the movement of
labels that are nearly overlap-free.
IlvOverviewAction - Class in ilog.views.chart.servlet
An IlvChartServerAction
that handles overview interactions.
IlvOverviewAction() - Constructor for class ilog.views.chart.servlet.IlvOverviewAction
Creates a new IlvOverviewAction
object.
IlvPage - Class in ilog.views.util.print
A IlvPage
defines a page that can be printed.
IlvPage() - Constructor for class ilog.views.util.print.IlvPage
Creates an empty page.
IlvPaint - Class in ilog.views.sdm.graphic
A java.awt.Paint
implementation that is bean
compliant.
IlvPaint() - Constructor for class ilog.views.sdm.graphic.IlvPaint
Bean constructor.
IlvPaint(IlvInputStream) - Constructor for class ilog.views.sdm.graphic.IlvPaint
Reads the object from an IlvInputStream
.
IlvPair<E1,E2> - Class in ilog.views.util.collections
This is a helper class for creating immutable compound objects.
IlvPair(E1, E2) - Constructor for class ilog.views.util.collections.IlvPair
Creates a new pair consisting of the two given objects.
IlvPalette - Class in ilog.views.symbology.palettes
A palette is a collection of symbols that could be grouped into a hierarchy
of categories.
IlvPalette() - Constructor for class ilog.views.symbology.palettes.IlvPalette
Creates a new palette.
IlvPalette(ClassLoader) - Constructor for class ilog.views.symbology.palettes.IlvPalette
Creates a new palette.
IlvPaletteAction - Class in ilog.views.symbology.palettes.swing.action
Base class for actions.
IlvPaletteAction(Component, String, ImageIcon, String, IlvPaletteManager) - Constructor for class ilog.views.symbology.palettes.swing.action.IlvPaletteAction
Creates the action.
IlvPaletteBaseObject - Class in ilog.views.symbology.palettes
This class is the base class of palette symbols, palette categories and
palette parameters.
IlvPaletteCategory - Class in ilog.views.symbology.palettes
IlvPaletteCategory
allows to organize the content of a palette in a hierarchy
of logical groups.
IlvPaletteCategory(String) - Constructor for class ilog.views.symbology.palettes.IlvPaletteCategory
Creates a new category and sets its ID.
IlvPaletteCategoryChild - Class in ilog.views.symbology.palettes
This class is the base class for objects that can be contained in a
palette category.
IlvPaletteCategoryChild() - Constructor for class ilog.views.symbology.palettes.IlvPaletteCategoryChild
Default constructor.
IlvPaletteCreateAction - Class in ilog.views.symbology.palettes.swing.action
A Swing action to create a IlvPalette
by filling a dialog to provide
data.
IlvPaletteCreateAction(Component, IlvPaletteManager) - Constructor for class ilog.views.symbology.palettes.swing.action.IlvPaletteCreateAction
Creates the action.
IlvPaletteDockTreeViewer - Class in ilog.views.symbology.palettes.swing
This viewer is based on the IlvPaletteTreeViewer
but it's look and feel
has been changed in order to look like a set of collapsible/expandable panels docked
into a container.Each "panel" corresponds to a category and displays symbols of this category.
IlvPaletteDockTreeViewer() - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteDockTreeViewer
Creates a palette viewer containing a JTree
.
IlvPaletteDocumentation - Class in ilog.views.symbology.palettes
Creates the documentation for a palette or for a set of symbols.
IlvPaletteDocumentation(File) - Constructor for class ilog.views.symbology.palettes.IlvPaletteDocumentation
Creates this documentation generator.
IlvPaletteDocumentationAction - Class in ilog.views.symbology.palettes.swing.action
this action pops up a dialog in order to document the palette, or the symbols,
relative to a specified palette viewer.
IlvPaletteDocumentationAction(Component, IlvPaletteManager) - Constructor for class ilog.views.symbology.palettes.swing.action.IlvPaletteDocumentationAction
Creates the action
IlvPaletteDocumentationDialog - Class in ilog.views.symbology.palettes.swing
This dialog provides a user interface to generate the documentation of
a palette or of a set of symbols.
IlvPaletteDocumentationDialog(IlvPaletteManager) - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteDocumentationDialog
Creates the dialog
IlvPaletteDragAndDropData - Class in ilog.views.symbology.palettes.swing
This class is used to transfer data during a drag and drop operation
between palette viewers, or object allowed to receive dropped objects.
IlvPaletteDragAndDropData(IlvPaletteObject, IlvPaletteViewer) - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteDragAndDropData
Creates a instance of that object.
IlvPaletteDragAndDropData(Collection, IlvPaletteViewer) - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteDragAndDropData
Creates a transfer data that contains several dropped objects
IlvPaletteLoadAction - Class in ilog.views.symbology.palettes.swing.action
This action allows user to choose a palette jar file and to load it
in the associated palette manager
IlvPaletteLoadAction(Component, IlvPaletteManager) - Constructor for class ilog.views.symbology.palettes.swing.action.IlvPaletteLoadAction
Creates the action and sets the palette manager
IlvPaletteManager - Class in ilog.views.symbology.palettes
This object manage a set of palettes.
IlvPaletteManager() - Constructor for class ilog.views.symbology.palettes.IlvPaletteManager
Creates an empty palette manager.
IlvPaletteManager(IlvCSSCompatible) - Constructor for class ilog.views.symbology.palettes.IlvPaletteManager
Creates an empty palette manager for the input target.
IlvPaletteManagerCollapsibleTreeViewer - Class in ilog.views.symbology.palettes.swing
This class provides a GUI used to display and manage the palettes contained in
a palette manager.
IlvPaletteManagerCollapsibleTreeViewer() - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteManagerCollapsibleTreeViewer
Creates an instance of this palette manager viewer.
IlvPaletteManagerCollapsibleTreeViewer(PaletteListener, MouseListener, PaletteDropListener) - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteManagerCollapsibleTreeViewer
Use this constructor if you need to set your own listeners to manage
events on palettes or on trees displayed in this viewer.
IlvPaletteManagerComboboxViewer - Class in ilog.views.symbology.palettes.swing
This class provides a GUI to display and manage the palettes contained into
a palette manager.
IlvPaletteManagerComboboxViewer(IlvPaletteManager) - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteManagerComboboxViewer
Creates the viewer for the specified palette manager.
IlvPaletteManagerTabbedViewer - Class in ilog.views.symbology.palettes.swing
This class provides a GUI to display and manage the palettes contained into
a palette manager.
IlvPaletteManagerTabbedViewer(IlvPaletteManager) - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteManagerTabbedViewer
Creates the viewer for the specified palette manager.
IlvPaletteManagerViewer - Interface in ilog.views.symbology.palettes.swing
Interface implemented by classes which provide GUI to display and manage
the content of a palette manager.
IlvPaletteObject - Interface in ilog.views.symbology.palettes
A common interface for objects that could be added into a palette.
IlvPaletteObjectTransferable - Class in ilog.views.symbology.palettes.swing
A class to handle palette objects that can be dragged and dropped from a palette viewer
to an other, or to a another kind of of component allowed to received dropped object
IlvPaletteObjectTransferable(IlvPaletteObject, IlvPaletteViewer) - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteObjectTransferable
Creates a transferable object for this data
IlvPaletteObjectTransferable(Collection, IlvPaletteViewer) - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteObjectTransferable
Creates a transferable for several objects
IlvPaletteSaveAsAction - Class in ilog.views.symbology.palettes.swing.action
This action allows user to save a palette in a specified location.
IlvPaletteSaveAsAction(Component, IlvPaletteManager) - Constructor for class ilog.views.symbology.palettes.swing.action.IlvPaletteSaveAsAction
Creates the action to save the palette.
IlvPaletteSymbol - Class in ilog.views.symbology.palettes
Palette symbols are objects containing description data of symbols that can
be added in a dashboard or a map, for example.
IlvPaletteSymbol(String) - Constructor for class ilog.views.symbology.palettes.IlvPaletteSymbol
Creates a symbol and sets its ID.
IlvPaletteSymbolParameter - Class in ilog.views.symbology.palettes
This class allows user to create an additional parameter that will be added
to a symbol.
IlvPaletteSymbolParameter() - Constructor for class ilog.views.symbology.palettes.IlvPaletteSymbolParameter
Default constructor.
IlvPaletteSymbolParameter(String, Object, String, String) - Constructor for class ilog.views.symbology.palettes.IlvPaletteSymbolParameter
Creates a symbol parameter and initialize it with specified values.
IlvPaletteSymbolParameterValueSet - Class in ilog.views.symbology.palettes
This class represents a set of distinct values allowed for a
symbol parameter.
IlvPaletteSymbolParameterValueSet(String) - Constructor for class ilog.views.symbology.palettes.IlvPaletteSymbolParameterValueSet
Default constructor.
IlvPaletteToolbarViewer - Class in ilog.views.symbology.palettes.swing
This viewer displays the content of the first level of a palette: symbols directly children of root.
IlvPaletteToolbarViewer() - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteToolbarViewer
Creates the viewer
IlvPaletteTreeViewer - Class in ilog.views.symbology.palettes.swing
This viewer creates a JTree
that displays the associated palette
as a nested hierarchy of nodes (categories, class
IlvPaletteCategory
) and leaves (symbols, class
IlvPaletteSymbol
).
IlvPaletteTreeViewer() - Constructor for class ilog.views.symbology.palettes.swing.IlvPaletteTreeViewer
Creates a palette viewer containing a JTree
.
IlvPaletteViewer - Interface in ilog.views.symbology.palettes.swing
Interface implemented by classes which are palette viewer; classes creating JComponent to
display palette's content.
IlvPanAction - Class in ilog.views.chart.servlet
A class to pan the chart area on the server side.
IlvPanAction() - Constructor for class ilog.views.chart.servlet.IlvPanAction
Creates a new IlvPanAction
object.
IlvPanelView - Class in ilog.views.appframe.swing
IlvPanelView(String, String) - Constructor for class ilog.views.appframe.swing.IlvPanelView
Constructs a panel view that reads its settings from a settings element
with the specified settingsType
.
IlvPanelView() - Constructor for class ilog.views.appframe.swing.IlvPanelView
Constructs a new IlvPanelView
.
IlvPanInteractor - Class in ilog.views.interactor
An interactor designed to translate a view without using scroll bars.
IlvPanInteractor() - Constructor for class ilog.views.interactor.IlvPanInteractor
Constructs and initializes a new instance of this interactor.
IlvParameterException - Exception in ilog.views.chart.servlet
This class is used to report exceptions encountered when parsing parameters.
IlvParameterException() - Constructor for exception ilog.views.chart.servlet.IlvParameterException
Constructs a new IlvParameterException
with no detail message.
IlvParameterException(String) - Constructor for exception ilog.views.chart.servlet.IlvParameterException
Constructs a new IlvParameterException
with the specified
detail message.
IlvParameterException - Exception in ilog.views.gantt.servlet
This class is used to report exceptions encountered when parsing parameters.
IlvParameterException() - Constructor for exception ilog.views.gantt.servlet.IlvParameterException
Constructs a new IlvParameterException
with no detail message.
IlvParameterException(String) - Constructor for exception ilog.views.gantt.servlet.IlvParameterException
Constructs a new IlvParameterException
with the specified
detail message.
IlvParameterizedCrossingAwareObject - Interface in ilog.views.hypergraph.crossing
A subclass of
IlvGraphic
that is able to display crossing
graphics (tunnels, jogs, bridges) at the place where lines cross
can implement this extension of the
IlvCrossingAwareObject
interface if it understands the standard crossing parameters:
enable/disable the crossing shape
set/get the crossing graphic
set/get the layer of the crossing graphic
set/get the size of the gap at crossings
set/get whether the gap at crossings is zoomable
IlvParameterUtil - Class in ilog.views.chart.servlet
The IlvParameterUtil
class consists of static methods that
are of general use when parsing parameter values.
IlvParameterUtil - Class in ilog.views.gantt.servlet
The IlvParameterUtil
class consists of static methods that
are of general use when parsing parameter values.
IlvParameterValidationContextListener - Class in ilog.views.util.servlet
A ServletContextListener
that attempts to get the values of
"ilog.views.servlet.CHECK_PARAM" and "ilog.views.servlet.CHECK_SERVLET_CLASSES"
from the Web configuration file when the context is initialized.
IlvParameterValidationContextListener() - Constructor for class ilog.views.util.servlet.IlvParameterValidationContextListener
The default constructor.
IlvParameterValidationListener - Class in ilog.views.util.servlet
An abstract superclass is designed to work as the parent class for handling
request parameter validation.
IlvParameterValidationListener() - Constructor for class ilog.views.util.servlet.IlvParameterValidationListener
The default construtor.
IlvParameterValidationListener(ServletContext) - Constructor for class ilog.views.util.servlet.IlvParameterValidationListener
The constructor with the ServletContext
parameter.
IlvPartitioner<CIT extends IlvClusterId> - Interface in ilog.views.chart.datax.adapter.partition
This interface describes how to partition a set of objects.
IlvPartitionerFactory<CIT extends IlvClusterId> - Interface in ilog.views.chart.datax.adapter.partition
This interface allows you to create an IlvPartitioner
for
a given object model.
IlvPathClusterId - Class in ilog.views.chart.datax.adapter.partition
This class contains information about a group of objects
that were grouped together based on a common prefix of a path-like
string that is the value in a model column.
IlvPathClusterId(IlvObjectModelWithColumns, IlvDataColumnInfo, String, String) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvPathClusterId
Creates an instance of this class.
IlvPathDecoration - Interface in ilog.views.maps.graphic
This interface defines the generic path decoration behavior.
IlvPathPartitioner - Class in ilog.views.chart.datax.adapter.partition
This class partitions a set of objects according to the value of a model
column, interpreted as a string with separators called "path".
IlvPathPartitioner(IlvObjectModelWithColumns, IlvDataColumnInfo, String, boolean, boolean, int, boolean) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvPathPartitioner
Creates an instance of this class.
IlvPathPartitionerFactory - Class in ilog.views.chart.datax.adapter.partition
This class provides a partitioner that partitions a set of objects according
to the value of a model column, interpreted as a string with separators
called "path".
IlvPathPartitionerFactory(IlvDataColumnInfo, String, boolean, boolean, int, boolean) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvPathPartitionerFactory
Creates an instance of this class.
IlvPathPartitionerFactory(IlvDataColumnInfo, String) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvPathPartitionerFactory
Creates an instance of this class, with some default values.
IlvPathPartitionerFactory(IlvDataColumnInfo) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvPathPartitionerFactory
Creates an instance of this class, with white spaces as separators and
some default values.
IlvPattern - Class in ilog.views.util.java2d
A pattern is a predefined texture used to
fill a shape.
IlvPattern(int, Color, Color) - Constructor for class ilog.views.util.java2d.IlvPattern
Creates a new IlvPattern
of the specified type.
IlvPattern(BufferedImage) - Constructor for class ilog.views.util.java2d.IlvPattern
This constructor is for internal use only.
IlvPatternBasedListFormat - Class in ilog.views.util.text
This class formats a list of items, producing a single string.
IlvPatternBasedListFormat() - Constructor for class ilog.views.util.text.IlvPatternBasedListFormat
IlvPatternBasedListFormat(Locale) - Constructor for class ilog.views.util.text.IlvPatternBasedListFormat
Creates a list formatter, based on a separator string suitable for the
given locale.
IlvPatternBasedListFormat(String, String, String, String, String, String) - Constructor for class ilog.views.util.text.IlvPatternBasedListFormat
Creates a list formatter, based on the given format strings (patterns).
IlvPercentPropertyEditor - Class in ilog.views.maps.beans.editor
An editor for a double value containing a percentage (by default between 0 and 200%).
IlvPercentPropertyEditor() - Constructor for class ilog.views.maps.beans.editor.IlvPercentPropertyEditor
Creates a new IlvPercentPropertyEditor
with a 0-200 range.
IlvPercentPropertyEditor(int, int) - Constructor for class ilog.views.maps.beans.editor.IlvPercentPropertyEditor
Creates a new IlvPercentPropertyEditor
with a specified range.
IlvPermanentInteractorInterface - Interface in ilog.views.interactor
An interface to be implemented by subclasses of IlvManagerViewInteractor
that can operate in two different modes: transient and permanent.
IlvPersistentObject - Interface in ilog.views.io
This interface must be implemented by objects
that will be saved to JViews i/o streams.
IlvPersistentSDMModelProperty - Class in ilog.views.maps.symbology.swing
This class is a named property, attached to an IlvSDMEngine
instance, which will store symbol model data when the map is saved.
IlvPersistentSDMModelProperty(IlvInputStream) - Constructor for class ilog.views.maps.symbology.swing.IlvPersistentSDMModelProperty
Creates a new SymbolModelProperty
.
IlvPersistentSDMModelXMLConnector - Class in ilog.views.maps.symbology.swing
This XML connector uses an IlvPersistentSDMNodeFactory
to re-create nodes.
IlvPersistentSDMModelXMLConnector(IlvPersistentSDMNodeFactory) - Constructor for class ilog.views.maps.symbology.swing.IlvPersistentSDMModelXMLConnector
Creates a new IlvPersistentSDMModelXMLConnector
instance.
IlvPersistentSDMNodeFactory - Interface in ilog.views.maps.symbology.swing
IlvPickCoordinateEvent - Class in ilog.views.maps.beans.editor
This event will be generated by picking coordinates on the map.
IlvPickCoordinateEvent.CoordType - Class in ilog.views.maps.beans.editor
Class used to store a type of coordinate and its specific conversion method.
IlvPickCoordinateEvent.PickType - Class in ilog.views.maps.beans.editor
Type of picking required.
IlvPickCoordinateListener - Interface in ilog.views.maps.beans.editor
Interface that specifies classes that manage Coordinate picking listening.
IlvPickPointAction - Class in ilog.views.chart.servlet
A class to perform data point picking on the server side.
IlvPickPointAction() - Constructor for class ilog.views.chart.servlet.IlvPickPointAction
Creates a new PickPointAction
object.
IlvPieChartRenderer - Class in ilog.views.chart.renderer
A renderer displaying pie and doughnut charts.
IlvPieChartRenderer() - Constructor for class ilog.views.chart.renderer.IlvPieChartRenderer
Creates a new pie chart renderer.
IlvPieRendererLegendItem - Class in ilog.views.chart
Represents a legend item associated with a point displayed by a pie chart.
IlvPieRendererLegendItem(int, IlvSinglePieRenderer) - Constructor for class ilog.views.chart.IlvPieRendererLegendItem
Creates a new legend item for the specified point in a pie
chart.
IlvPinCircle - Static variable in class ilog.views.linkconnector.IlvPinLinkConnector
The Circle pin type.
IlvPinCross - Static variable in class ilog.views.linkconnector.IlvPinLinkConnector
The Cross pin type.
IlvPinDiamond - Static variable in class ilog.views.linkconnector.IlvPinLinkConnector
The Diamond pin type.
IlvPinFilledCircle - Static variable in class ilog.views.linkconnector.IlvPinLinkConnector
The Filled Circle pin type.
IlvPinFilledDiamond - Static variable in class ilog.views.linkconnector.IlvPinLinkConnector
The Filled Diamond pin type.
IlvPinFilledSquare - Static variable in class ilog.views.linkconnector.IlvPinLinkConnector
The Filled Square pin type.
IlvPinFilledTriangle - Static variable in class ilog.views.linkconnector.IlvPinLinkConnector
The Filled Triangle pin type.
IlvPinLinkConnector - Class in ilog.views.linkconnector
IlvPinLinkConnector() - Constructor for class ilog.views.linkconnector.IlvPinLinkConnector
Creates an empty IlvPinLinkConnector
, with no pins.
IlvPinLinkConnector(IlvGraphic) - Constructor for class ilog.views.linkconnector.IlvPinLinkConnector
Creates an IlvPinLinkConnector
attached to the node
node
, with no pins.
IlvPinLinkConnector(IlvLinkImage, boolean) - Constructor for class ilog.views.linkconnector.IlvPinLinkConnector
Creates an IlvPinLinkConnector
attached to the
origin or destination of the link link
, with no pins.
IlvPinLinkConnector(IlvInputStream) - Constructor for class ilog.views.linkconnector.IlvPinLinkConnector
Reads the link connector from an IlvInputStream
.
IlvPinPlus - Static variable in class ilog.views.linkconnector.IlvPinLinkConnector
The Plus pin type.
IlvPinSquare - Static variable in class ilog.views.linkconnector.IlvPinLinkConnector
The Square pin type.
IlvPinTriangle - Static variable in class ilog.views.linkconnector.IlvPinLinkConnector
The Triangle pin type.
IlvPlugin - Class in ilog.views.appframe.plugin
A plug-in is a set of libraries and resource files that are
dynamically loaded and added to an application to extend its features.
IlvPluginAdapter - Class in ilog.views.appframe.plugin
Abstract adapter class for receiving plug-in events.
IlvPluginAdapter() - Constructor for class ilog.views.appframe.plugin.IlvPluginAdapter
Constructs a default IlvPluginAdapter
.
IlvPluginException - Exception in ilog.views.appframe.plugin
This exception is thrown by the plugin manager to indicate that an error
occurred when installing or uninstalling a plug-in.
IlvPluginInstaller - Interface in ilog.views.appframe.plugin
Plug-in installers are associated with plug-ins for performing additional
initialization work that cannot be done when parameterizing
"plugin.xml" files.
IlvPluginManager - Class in ilog.views.appframe.plugin
A plug-in manager is responsible for creating, initializing, and installing
a set of
IlvPlugin
.
IlvPluginManager() - Constructor for class ilog.views.appframe.plugin.IlvPluginManager
Constructs an IlvPluginManager
.
IlvPluginVersion - Class in ilog.views.appframe.plugin
Defines versions for plugins.
IlvPluginVersion(String) - Constructor for class ilog.views.appframe.plugin.IlvPluginVersion
Constructs a plug-in version from the specified string.
IlvPNGEncoder - Class in ilog.views.chart.servlet
An IlvPNGEncoder
encodes an Image
in PNG format
onto an HttpServletResponse
.
IlvPNGEncoder() - Constructor for class ilog.views.chart.servlet.IlvPNGEncoder
Creates a new IlvPNGEncoder
instance.
IlvPNGEncoder - Class in ilog.views.gantt.servlet
An IlvPNGEncoder
encodes an Image
in PNG format
onto an HttpServletResponse
.
IlvPNGEncoder() - Constructor for class ilog.views.gantt.servlet.IlvPNGEncoder
Creates a new IlvPNGEncoder
instance.
IlvPoint - Class in ilog.views
The IlvPoint
class defines a point specified in double
precision representing a location
in (x, y) coordinate space.
IlvPoint() - Constructor for class ilog.views.IlvPoint
Creates a new IlvPoint
with coordinates (0, 0).
IlvPoint(double, double) - Constructor for class ilog.views.IlvPoint
Creates a new IlvPoint
with the specified
coordinates.
IlvPoint(IlvPoint) - Constructor for class ilog.views.IlvPoint
Creates a new IlvPoint
by copying the specified point.
IlvPointArray - Class in ilog.views.graphic
An IlvPointArray
is a class that encapsulates an array of
IlvPoint
so that you can more easily manipulate the array.
IlvPointArray() - Constructor for class ilog.views.graphic.IlvPointArray
Creates an empty IlvPointArray
.
IlvPointArray(IlvPoint[], boolean) - Constructor for class ilog.views.graphic.IlvPointArray
Creates an IlvPointArray
.
IlvPointArray(IlvInputStream) - Constructor for class ilog.views.graphic.IlvPointArray
Reads an IlvPointArray
from
an IlvInputStream
.
IlvPointArray(IlvPointArray) - Constructor for class ilog.views.graphic.IlvPointArray
Creates a new IlvPointArray
by copying another one.
IlvPointStyle - Class in ilog.views.maps.graphic.style
A IlvMapStyle
intended to be used with a
IlvMapMarker
.
IlvPointStyle(IlvInputStream) - Constructor for class ilog.views.maps.graphic.style.IlvPointStyle
Reads a IlvPointStyle
from a IlvInputStream
IlvPointStyle() - Constructor for class ilog.views.maps.graphic.style.IlvPointStyle
Constructs an IlvPointStyle
IlvPointStyle(IlvPointStyle) - Constructor for class ilog.views.maps.graphic.style.IlvPointStyle
Constructs a IlvPointStyle
by copying an existing one.
IlvPolicyAwareLinkImage - Class in ilog.views.graphic.linkpolicy
IlvPolicyAwareLinkImage
is a subclass of
IlvPolylineLinkImage
used to set the format of the line linking
two nodes.
IlvPolicyAwareLinkImage(IlvGraphic, IlvGraphic, boolean, IlvPoint[]) - Constructor for class ilog.views.graphic.linkpolicy.IlvPolicyAwareLinkImage
Creates and initializes a new IlvPolicyAwareLinkImage
.
IlvPolicyAwareLinkImage(IlvPolicyAwareLinkImage) - Constructor for class ilog.views.graphic.linkpolicy.IlvPolicyAwareLinkImage
Creates and initializes a new IlvPolicyAwareLinkImage
by
copying an existing one.
IlvPolicyAwareLinkImage(IlvInputStream) - Constructor for class ilog.views.graphic.linkpolicy.IlvPolicyAwareLinkImage
Reads the object from an IlvInputStream
.
IlvPolyconicProjection - Class in ilog.views.maps.projection
The polyconic projection offers a good compromise between shape distortion
and area distortion.
IlvPolyconicProjection() - Constructor for class ilog.views.maps.projection.IlvPolyconicProjection
Creates an instance of the class
IlvPolyconicProjection
.
IlvPolyconicProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvPolyconicProjection
Reads the object from an IlvInputStream
.
IlvPolyconicProjection(IlvPolyconicProjection) - Constructor for class ilog.views.maps.projection.IlvPolyconicProjection
Creates a new IlvPolyconicProjection
by copying an existing one.
IlvPolygon - Class in ilog.views.graphic
IlvPolygon
represents a polygon.
IlvPolygon(IlvPoint[]) - Constructor for class ilog.views.graphic.IlvPolygon
Creates a new polygon.
IlvPolygon(IlvPoint[], boolean) - Constructor for class ilog.views.graphic.IlvPolygon
Creates a new IlvPolygon
.
IlvPolygon(IlvPoint[], boolean, boolean, boolean) - Constructor for class ilog.views.graphic.IlvPolygon
Creates a new IlvPolygon
.
IlvPolygon(IlvPolygon) - Constructor for class ilog.views.graphic.IlvPolygon
Creates a new polygon by copying an existing one.
IlvPolygon(IlvInputStream) - Constructor for class ilog.views.graphic.IlvPolygon
Reads the object from an IlvInputStream
.
IlvPolygon2D - Class in ilog.views.util.java2d
An IlvPolygon2D
instance describes a closed (circular)
polyline with no specific starting or end points, in other words,
a polygon.
IlvPolygon2D() - Constructor for class ilog.views.util.java2d.IlvPolygon2D
This class is abstract.
IlvPolygon2D.Double - Class in ilog.views.util.java2d
The Double
class defines a polygon with
double
coordinates.
IlvPolygon2D.Float - Class in ilog.views.util.java2d
The Float
class defines a polygon with
float
coordinates.
IlvPolygonSimplifyingEngine - Class in ilog.views.maps.datasource
This class simplifies a set of polylines by reducing the number of points
they contain.
IlvPolygonSimplifyingEngine(double, IlvCoordinateSystem) - Constructor for class ilog.views.maps.datasource.IlvPolygonSimplifyingEngine
Creates a new IlvPolygonSimplifyingEngine
object.
IlvPolyline - Class in ilog.views.graphic
IlvPolyline
represents a line that follows several points.
IlvPolyline() - Constructor for class ilog.views.graphic.IlvPolyline
Creates a new IlvPolyline
with some default shape.
IlvPolyline(IlvPoint[]) - Constructor for class ilog.views.graphic.IlvPolyline
Creates a new IlvPolyline
.
IlvPolyline(IlvPoint[], boolean) - Constructor for class ilog.views.graphic.IlvPolyline
Creates a new IlvPolyline
.
IlvPolyline(IlvPolyline) - Constructor for class ilog.views.graphic.IlvPolyline
Creates a new IlvPolyline
by copying an existing one.
IlvPolyline(IlvInputStream) - Constructor for class ilog.views.graphic.IlvPolyline
Reads the object from an IlvInputStream
.
IlvPolylineChartRenderer - Class in ilog.views.chart.renderer
A renderer displaying polylines.
IlvPolylineChartRenderer() - Constructor for class ilog.views.chart.renderer.IlvPolylineChartRenderer
IlvPolylineChartRenderer(int) - Constructor for class ilog.views.chart.renderer.IlvPolylineChartRenderer
Creates a new polyline chart renderer with the specified
mode.
IlvPolylineLinkImage - Class in ilog.views.graphic
IlvPolylineLinkImage
represents the connection between two
nodes in a
grapher
; the link is displayed as
a line that traces several points.
IlvPolylineLinkImage(IlvGraphic, IlvGraphic, boolean, IlvPoint[]) - Constructor for class ilog.views.graphic.IlvPolylineLinkImage
Creates and initializes a new IlvPolylineLinkImage
.
IlvPolylineLinkImage(IlvPolylineLinkImage) - Constructor for class ilog.views.graphic.IlvPolylineLinkImage
Creates and initializes a new IlvPolylineLinkImage
by copying
an existing one.
IlvPolylineLinkImage(IlvInputStream) - Constructor for class ilog.views.graphic.IlvPolylineLinkImage
Reads the object from an IlvInputStream
.
IlvPolylineMergerDataSource - Class in ilog.views.maps.datasource
This class features a utility that merges several polylines into a single
polyline.
IlvPolylineMergerDataSource(IlvMapDataSource) - Constructor for class ilog.views.maps.datasource.IlvPolylineMergerDataSource
Creates a IlvPolylineMergerDataSource on a IlvMapDataSource passed as
parameter.
IlvPolylineMergerDataSource(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvPolylineMergerDataSource
Creates a data source by reading its parameters on the stream.
IlvPolylineMergerDataSource(IlvMapDataSource, IlvPolylineMergerDataSource.IlvGraphicIdentifier) - Constructor for class ilog.views.maps.datasource.IlvPolylineMergerDataSource
Creates an IlvPolylineMergerDataSource
on an IlvMapDataSource
passed as
parameter, with the specified IlvGraphicIdentifier
IlvPolylineMergerDataSource.IlvGraphicIdentifier - Interface in ilog.views.maps.datasource
This interface compares collections of features that are to be
merged as a single polyline.
IlvPolylineSimplifierDataSource - Class in ilog.views.maps.datasource
IlvPolylineSimplifierDataSource
features a utility that
simplifies polygons and polylines through the use of an
IlvPolygonSimplifyingEngine
.
IlvPolylineSimplifierDataSource(IlvMapDataSource) - Constructor for class ilog.views.maps.datasource.IlvPolylineSimplifierDataSource
Creates an IlvPolylineSimplifierDataSource
instance from an
IlvMapDataSource
object passed as a parameter.
IlvPolylineSimplifierDataSource(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvPolylineSimplifierDataSource
Creates a data source by reading its parameters from an input stream.
IlvPolylineStyle - Class in ilog.views.maps.graphic.style
An IlvMapStyle
intended to be used by a
IlvMapPolyline
graphic object.
IlvPolylineStyle(IlvInputStream) - Constructor for class ilog.views.maps.graphic.style.IlvPolylineStyle
Reads an IlvPolylineStyle
from an IlvInputStream
IlvPolylineStyle() - Constructor for class ilog.views.maps.graphic.style.IlvPolylineStyle
Create a IlvPolylineStyle
IlvPolylineStyle(IlvPolylineStyle) - Constructor for class ilog.views.maps.graphic.style.IlvPolylineStyle
Creates s IlvPolyLine
by copying an existing one.
IlvPolyPoints - Class in ilog.views.graphic
IlvPolyPoints
is an abstract class for all graphic objects that
describe an object bound by several points.
IlvPolyPoints(IlvPoint[]) - Constructor for class ilog.views.graphic.IlvPolyPoints
Creates a new IlvPolyPoints
.
IlvPolyPoints(IlvPoint[], boolean) - Constructor for class ilog.views.graphic.IlvPolyPoints
Creates a new IlvPolyPoints
.
IlvPolyPoints(IlvPolyPoints) - Constructor for class ilog.views.graphic.IlvPolyPoints
Creates a new IlvPolyPoints
by copying an existing one.
IlvPolyPoints(IlvInputStream) - Constructor for class ilog.views.graphic.IlvPolyPoints
Reads the object from an IlvInputStream
.
IlvPolyPointsEdition - Class in ilog.views
IlvPolyPointsEdition() - Constructor for class ilog.views.IlvPolyPointsEdition
Creates and initializes the interactor.
IlvPolyPointsInterface - Interface in ilog.views
An interface used to implement graphic objects with several points.
IlvPolyPointsObjectFactory - Interface in ilog.views.interactor
This interface defines a factory for graphic objects defined by an
array of points.
IlvPolyPointsSelection - Class in ilog.views
This class is a selection object used to select graphic objects
that implements the IlvPolyPointsInterface
.
IlvPolyPointsSelection(IlvPolyPointsInterface) - Constructor for class ilog.views.IlvPolyPointsSelection
Creates a new selection object.
IlvPopupChartServerAction - Class in ilog.views.chart.servlet
This action must be registered on the chart servlet support in order to support the pop-up menus.
IlvPopupChartServerAction() - Constructor for class ilog.views.chart.servlet.IlvPopupChartServerAction
Creates a new IlvPopupChartServerAction
instance.
IlvPopupMenu - Class in ilog.views.appframe.swing
Pop-up menu that is initialized from the settings.
IlvPopupMenu() - Constructor for class ilog.views.appframe.swing.IlvPopupMenu
Constructs a new IlvPopupMenu
.
IlvPopupMenuAccelerator - Class in ilog.views.accelerator
IlvPopupMenuAccelerator
is an accelerator that allows the
user to trigger a pop-up menu for the currently selected object using the
keyboard.
IlvPopupMenuAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvPopupMenuAccelerator
Creates an IlvPopupMenuAccelerator
.
IlvPopupMenuAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvPopupMenuAccelerator
Creates an IlvPopupMenuAccelerator
.
IlvPopupMenuAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvPopupMenuAccelerator
Creates an IlvPopupMenuAccelerator
.
IlvPopupMenuAction - Class in ilog.views.gantt.servlet
This action must be registered on the gantt servlet support pop-up menus.
IlvPopupMenuAction() - Constructor for class ilog.views.gantt.servlet.IlvPopupMenuAction
Creates a new IlvPopupMenuAction
instance.
IlvPopupMenuActivityContext - Class in ilog.views.gantt.swing
The context of a pop-up menu for a IlvActivity
graphic
representation that is managed by a IlvPopupMenuManager
.
IlvPopupMenuActivityContext(IlvPoint, JComponent, IlvGraphic, IlvActivity, IlvTransformer, IlvManagerView) - Constructor for class ilog.views.gantt.swing.IlvPopupMenuActivityContext
Creates a new pop-up menu context for graphics representing
IlvActivity
.
IlvPopupMenuConstraintContext - Class in ilog.views.gantt.swing
The context of a pop-up menu for a IlvActivity
graphic
representation that is managed by a IlvPopupMenuManager
.
IlvPopupMenuConstraintContext(IlvPoint, JComponent, IlvGraphic, IlvConstraint, IlvTransformer, IlvManagerView) - Constructor for class ilog.views.gantt.swing.IlvPopupMenuConstraintContext
Creates a new pop-up menu context for graphics representing
IlvConstraint
.
IlvPopupMenuContext - Class in ilog.views.swing
The context of a pop-up menu that is managed by a
IlvPopupMenuManager
.
IlvPopupMenuContext(IlvPoint, JComponent, IlvGraphic, IlvTransformer, IlvManagerView) - Constructor for class ilog.views.swing.IlvPopupMenuContext
Creates a new pop-up menu context.
IlvPopupMenuEncoder - Class in ilog.views.util.servlet
This class defines an encoder of an
IlvMenu
.
IlvPopupMenuEncoder() - Constructor for class ilog.views.util.servlet.IlvPopupMenuEncoder
Creates a new IlvPopupMenuEncoder
instance.
IlvPopupMenuManager - Class in ilog.views.swing
This class enables Swing pop-up menus on graphic objects in a manager view.
IlvPopupMenuServerActionListener - Class in ilog.views.servlet
This server action listener is the default menu item action listener.
IlvPopupMenuServerActionListener() - Constructor for class ilog.views.servlet.IlvPopupMenuServerActionListener
Creates a new IlvPopupMenuServerActionListener
instance.
IlvPopupMenuServletSupport - Class in ilog.views.util.servlet
This abstract class defines a servlet support used to handle dynamic
pop-up menu requests.
IlvPopupMenuServletSupport() - Constructor for class ilog.views.util.servlet.IlvPopupMenuServletSupport
Creates a new IlvPopupMenuServletSupport
instance.
IlvPositionableDecoration - Class in ilog.views.chart.graphic
A chart decoration that can be freely positioned at any place in the chart
area.
IlvPositionableDecoration(int) - Constructor for class ilog.views.chart.graphic.IlvPositionableDecoration
Creates a new IlvPositionableDecoration
object.
IlvPostorderIterator<E> - Class in ilog.views.util.collections
This is an abstract class that provides traversal
over a generic tree structure of objects in postorder.
IlvPostorderIterator(E) - Constructor for class ilog.views.util.collections.IlvPostorderIterator
Construct a new IlvPostorderIterator
that starts traversing the
subtree of objects that descends from the specified root
.
IlvPostorderIterator() - Constructor for class ilog.views.util.collections.IlvPostorderIterator
Constructs a new IlvPostorderIterator
without initializing it.
IlvPreorderEnumeration - Class in ilog.views.sdm.model
This class enumerates recursively all the objects
of a model in preorder, that is, a parent object
is returned before its children (if any).
IlvPreorderEnumeration(IlvSDMModel) - Constructor for class ilog.views.sdm.model.IlvPreorderEnumeration
Creates a new enumeration that returns all the objects
of a model in preorder.
IlvPreorderIterator<E> - Class in ilog.views.util.collections
IlvPreorderIterator
is an abstract class that provides traversal
over a generic tree structure of objects in preorder.
IlvPreorderIterator(E) - Constructor for class ilog.views.util.collections.IlvPreorderIterator
Constructs a new IlvPreorderIterator
that starts traversing the
subtree of objects that descends from the specified root
.
IlvPreorderIterator() - Constructor for class ilog.views.util.collections.IlvPreorderIterator
Constructs a new IlvPreorderIterator
without initializing it.
IlvPrintableChart - Class in ilog.views.chart.print
A class to print an IlvChart
in an IlvPage
.
IlvPrintableChart(IlvChart, IlvUnit.Rectangle, IlvChartPrintContext) - Constructor for class ilog.views.chart.print.IlvPrintableChart
Creates a new IlvPrintableChart
object.
IlvPrintableComponent - Class in ilog.views.util.print
The IlvPrintableComponent
is designed to print
a specified portion of a Component
object.
IlvPrintableComponent(Component, IlvUnit.Rectangle) - Constructor for class ilog.views.util.print.IlvPrintableComponent
Creates a IlvPrintableComponent
that defines a component being
printed to the specified print area.
IlvPrintableDocument - Class in ilog.views.util.print
An IlvPrintableDocument
defines a set of pages to be printed.
IlvPrintableDocument(String, PageFormat) - Constructor for class ilog.views.util.print.IlvPrintableDocument
Creates an initially empty IlvPrintableDocument
with the
given page format.
IlvPrintableDocument(String, int, Paper) - Constructor for class ilog.views.util.print.IlvPrintableDocument
Creates an initially empty IlvPrintableDocument
with the
given page format, given as an orientation and a paper format.
IlvPrintableDocument(String, int) - Constructor for class ilog.views.util.print.IlvPrintableDocument
Creates an initially empty IlvPrintableDocument
with the
given orientation.
IlvPrintableDocument(String) - Constructor for class ilog.views.util.print.IlvPrintableDocument
IlvPrintableGanttSheet - Class in ilog.views.gantt.print
A utility class designed to print a portion of an
IlvGanttSheet
.
IlvPrintableGanttSheet(IlvGanttSheet, IlvUnit.Rectangle, Date, IlvDuration, int, int) - Constructor for class ilog.views.gantt.print.IlvPrintableGanttSheet
Creates a PrintableGanttSheet
that is used to print
a portion of the Gantt sheet.
IlvPrintableGanttSheet(IlvGanttSheet, IlvUnit.Rectangle, Date, IlvDuration, int, double) - Constructor for class ilog.views.gantt.print.IlvPrintableGanttSheet
Creates a PrintableGanttSheet
that is used to print
a portion of the Gantt sheet.
IlvPrintableGanttSheet(IlvGanttSheet, IlvUnit.Rectangle, Date, IlvDuration, double, double) - Constructor for class ilog.views.gantt.print.IlvPrintableGanttSheet
Creates a PrintableGanttSheet
that is used to print
a portion of the Gantt sheet.
IlvPrintableLabel - Class in ilog.views.util.print
This class is designed to print a label on a printable page.
IlvPrintableLabel(String, Font, Color, IlvUnit.Rectangle) - Constructor for class ilog.views.util.print.IlvPrintableLabel
Creates a IlvPrintableLabel
with the specified label, font,
color, and position.
IlvPrintableLabel(String, IlvUnit.Rectangle) - Constructor for class ilog.views.util.print.IlvPrintableLabel
Creates a IlvPrintableLabel
with the specified label and position.
IlvPrintableLine - Class in ilog.views.util.print
IlvPrintableLine
defines a line that can be printed.
IlvPrintableLine(IlvUnit.Point, IlvUnit.Point) - Constructor for class ilog.views.util.print.IlvPrintableLine
Creates a IlvPrintableLine
.
IlvPrintableManagerArea - Class in ilog.views.print
IlvPrintableManagerArea
defines as printable object an area
of a manager that can be printed.
IlvPrintableManagerArea(IlvManagerView, IlvUnit.Rectangle, IlvRect, IlvTransformer) - Constructor for class ilog.views.print.IlvPrintableManagerArea
Creates the IlvPrintableManagerArea
.
IlvPrintableManagerArea(IlvManagerView, IlvUnit.Rectangle, IlvRect, double) - Constructor for class ilog.views.print.IlvPrintableManagerArea
Creates the IlvPrintableManagerArea
.
IlvPrintableObject - Class in ilog.views.util.print
An IlvPrintableObject
defines an object that can be printed.
IlvPrintableObject() - Constructor for class ilog.views.util.print.IlvPrintableObject
Creates a IlvPrintableObject
.
IlvPrintableRectangle - Class in ilog.views.util.print
This class defines a rectangle that can be printed.
IlvPrintableRectangle(IlvUnit.Rectangle) - Constructor for class ilog.views.util.print.IlvPrintableRectangle
Creates a IlvPrintableRectangle
.
IlvPrintableResourceDataChart - Class in ilog.views.schedule.print
A class to print a IlvResourceDataChart
in an
IlvPage
.
IlvPrintableResourceDataChart(IlvResourceDataChart, IlvUnit.Rectangle, IlvChartPrintContext) - Constructor for class ilog.views.schedule.print.IlvPrintableResourceDataChart
Creates a new IlvPrintableResourceDataChart
object.
IlvPrintableResourceDataChart(IlvResourceDataChart, IlvUnit.Rectangle, Date, IlvDuration, boolean, IlvChartPrintContext) - Constructor for class ilog.views.schedule.print.IlvPrintableResourceDataChart
Creates a new IlvPrintableResourceDataChart
object, to
print a specific portion of an IlvResourceDataChart
.
IlvPrintableShape - Class in ilog.views.util.print
IlvPrintableShape
is the base class for printable shapes such
as lines and rectangles.
IlvPrintableShape(Color, BasicStroke) - Constructor for class ilog.views.util.print.IlvPrintableShape
Creates a IlvPrintableShape
object that prints with the
specified color
and stroke
.
IlvPrintableShape() - Constructor for class ilog.views.util.print.IlvPrintableShape
Creates a IlvPrintableShape
object that prints in
black with a BasicStroke
width of 0
.
IlvPrintableTable - Class in ilog.views.util.print
A utility class designed to print a portion of the
JTable
.
IlvPrintableTable(JTable, IlvUnit.Rectangle, int, int, double) - Constructor for class ilog.views.util.print.IlvPrintableTable
Creates a PrintableTable
to print a specified portion
of a given JTable
.
IlvPrintableTable(JTable, IlvUnit.Rectangle, int, int, int, int) - Constructor for class ilog.views.util.print.IlvPrintableTable
Creates a PrintableTable
to print a specified portion
of a given JTable
.
IlvPrintableTableHeader - Class in ilog.views.util.print
IlvPrintableTableHeader
is a utility class designed to print a
portion of a JTableHeader
.
IlvPrintableTableHeader(JTableHeader, IlvUnit.Rectangle, int, double) - Constructor for class ilog.views.util.print.IlvPrintableTableHeader
Creates a PrintableTableHeader
to print a specified portion
of a given JTableHeader
.
IlvPrintableTableHeader(JTableHeader, IlvUnit.Rectangle, int, int) - Constructor for class ilog.views.util.print.IlvPrintableTableHeader
Creates a PrintableTableHeader
to print a specified portion
of a given JTableHeader
.
IlvPrintableTimeScale - Class in ilog.views.gantt.print
A utility class designed to print a portion of the
IlvTimeScale
.
IlvPrintableTimeScale(IlvTimeScale, IlvUnit.Rectangle, Date, IlvDuration) - Constructor for class ilog.views.gantt.print.IlvPrintableTimeScale
Creates a PrintableTimeScale
to print a specified portion
of a given IlvTimeScale
.
IlvPrintAreaInteractor - Class in ilog.views.print
A interactor that let the user drag a rectangle to specify
the area of the manager to be printed.
IlvPrintAreaInteractor() - Constructor for class ilog.views.print.IlvPrintAreaInteractor
Creates the interactor.
IlvPrintAreaInteractor(IlvManagerPrintingController) - Constructor for class ilog.views.print.IlvPrintAreaInteractor
Creates the interactor.
IlvPrintingController - Class in ilog.views.util.print
The IlvPrintingController
is the root object of the print framework.
IlvPrintingController(IlvPrintableDocument) - Constructor for class ilog.views.util.print.IlvPrintingController
Creates a IlvPrintingController
for the specified
IlvPrintableDocument
.
IlvPrintPreviewDialog - Class in ilog.views.util.print
A IlvPrintPreviewDialog
is the main frame designed to preview
the contents managed by a IlvPrintingController
.
IlvPrintPreviewDialog(Frame, IlvPrintingController, int) - Constructor for class ilog.views.util.print.IlvPrintPreviewDialog
Creates a IlvPrintPreviewDialog
for the specified
IlvPrintingController
.
IlvPrintPreviewDialog(Dialog, IlvPrintingController, int) - Constructor for class ilog.views.util.print.IlvPrintPreviewDialog
Creates a IlvPrintPreviewDialog
for the specified
IlvPrintingController
.
IlvPrintPreviewDialog(Frame, IlvPrintingController, String, int) - Constructor for class ilog.views.util.print.IlvPrintPreviewDialog
Creates a IlvPrintPreviewDialog
for the specified
IlvPrintingController
.
IlvPrintPreviewDialog(Dialog, IlvPrintingController, String, int) - Constructor for class ilog.views.util.print.IlvPrintPreviewDialog
Creates a IlvPrintPreviewDialog
for the specified
IlvPrintingController
.
IlvPrintPreviewPanel - Class in ilog.views.util.print
A IlvPrintPreviewPanel
is a component designed to preview
the contents managed by a IlvPrintingController
.
IlvPrintPreviewPanel(IlvPrintingController, int) - Constructor for class ilog.views.util.print.IlvPrintPreviewPanel
Creates a IlvPrintPreviewDialog
for the specified
IlvPrintingController
.
IlvPrintUtil - Class in ilog.views.util.print
This class provides some utilities that may be used with the Printing
Framework.
IlvProductUtil - Class in ilog.views.util
This class contains a utility method dealing with product packaging
and license management.
IlvProgressMonitor - Class in ilog.views.appframe.util
Defines objects responsible for monitoring the progression of a task within
an application.
IlvProgressMonitor(IlvApplication, Object, String, int, int) - Constructor for class ilog.views.appframe.util.IlvProgressMonitor
Constructs a new progress monitor.
IlvProgressMonitor(Action, IlvApplication, Object, String, int, int) - Constructor for class ilog.views.appframe.util.IlvProgressMonitor
Constructs a new progress monitor associated with the processing of the
specified action
in a separate thread.
IlvProjectDataContainer - Class in ilog.views.appframe.docview.project
Defines a data container that manages file references and folders.
IlvProjectDataContainer() - Constructor for class ilog.views.appframe.docview.project.IlvProjectDataContainer
Constructs an empty IlvProjectDataContainer
.
IlvProjectDocument - Class in ilog.views.appframe.docview.project
IlvProjectDocument() - Constructor for class ilog.views.appframe.docview.project.IlvProjectDocument
Constructs an empty IlvProjectDocument
.
IlvProjectedCoordinateSystem - Class in ilog.views.maps.srs.coordsys
IlvProjectedCoordinateSystem
is the class for coordinate
systems based on a map projection.
IlvProjectedCoordinateSystem(String, IlvProjection) - Constructor for class ilog.views.maps.srs.coordsys.IlvProjectedCoordinateSystem
Creates a new IlvProjectedCoordinateSystem
using the information found in
the specified projection.
IlvProjectedCoordinateSystem(String, IlvGeographicCoordinateSystem, IlvProjection, IlvLinearUnit, String, String) - Constructor for class ilog.views.maps.srs.coordsys.IlvProjectedCoordinateSystem
Creates a new IlvProjectedCoordinateSystem
.
IlvProjectedCoordinateSystem(IlvProjectedCoordinateSystem) - Constructor for class ilog.views.maps.srs.coordsys.IlvProjectedCoordinateSystem
Copy constructor.
IlvProjectedCoordinateSystem(IlvInputStream) - Constructor for class ilog.views.maps.srs.coordsys.IlvProjectedCoordinateSystem
Reads the object from an IlvInputStream
object.
IlvProjection - Class in ilog.views.maps.projection
All projections in the package inherit from this abstract class.
IlvProjection(boolean, boolean, int) - Constructor for class ilog.views.maps.projection.IlvProjection
Creates a new instance of the class IlvProjection
.
IlvProjection(IlvProjection) - Constructor for class ilog.views.maps.projection.IlvProjection
Creates a new IlvProjection
by copying an existing one.
IlvProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvProjection
Reads the object from an IlvInputStream
.
IlvProjectionDictionary - Class in ilog.views.maps.projection
This class implements a dictionary providing facilities
to retrieve the name of the available projections as well
as instances of these projections.
IlvProjectionDictionary() - Constructor for class ilog.views.maps.projection.IlvProjectionDictionary
Creates an instance of the projection dictionary and initializes it with the
projections in the package.
IlvProjectionException - Exception in ilog.views.maps.projection
This class is the base class for exceptions related to projections.
IlvProjectionException() - Constructor for exception ilog.views.maps.projection.IlvProjectionException
Creates an instance of the class IlvProjectionException
with no message.
IlvProjectionException(String) - Constructor for exception ilog.views.maps.projection.IlvProjectionException
Creates an instance of the class IlvProjectionException
with the specified message.
IlvProjectionProperty - Class in ilog.views.maps
IlvProjectionProperty(String) - Constructor for class ilog.views.maps.IlvProjectionProperty
Deprecated.
Creates a new IlvProjectionProperty
with a projection
descriptor.
IlvProjectionProperty(IlvProjection) - Constructor for class ilog.views.maps.IlvProjectionProperty
Deprecated.
Creates a new IlvNamedProperty
object with a projection.
IlvProjectionProperty(IlvProjectionProperty) - Constructor for class ilog.views.maps.IlvProjectionProperty
Deprecated.
Creates a new IlvNamedProperty
by copying an existing one.
IlvProjectionProperty(IlvInputStream) - Constructor for class ilog.views.maps.IlvProjectionProperty
Deprecated.
Creates a new IlvProjectionProperty
from
an IlvInputStream
.
IlvProjectionTransform - Class in ilog.views.maps.srs.coordtrans
The transformation to transform ellipsoidal coordinates to and from
projected cartographic coordinate systems.
IlvProjectionTransform(IlvProjectedCoordinateSystem) - Constructor for class ilog.views.maps.srs.coordtrans.IlvProjectionTransform
Constructs a new transformation to transform from ellipsoidal
coordinate system to the specified projected coordinate system.
IlvProjectionTransform(IlvInputStream) - Constructor for class ilog.views.maps.srs.coordtrans.IlvProjectionTransform
Reads a GeocentricEllipsoidal
from the specified
input stream.
IlvProjectionUtil - Class in ilog.views.maps.projection
This class implements utilities that can be used with the projection package.
IlvPropertiesEdit - Class in ilog.views.hypergraph.undo
An generic undoable edit that allows to undo simple properties
(integer, boolean, float, Color, Paint, etc).
IlvPropertiesEdit(String, Class, String[], String[]) - Constructor for class ilog.views.hypergraph.undo.IlvPropertiesEdit
Creates a new edit.
IlvProperty - Interface in ilog.views.gantt.property
IlvProperty
defines a common interface for accessing a property of
target
objects.
IlvPropertyBasedFlatListModel - Class in ilog.views.chart.datax.flat.list
This class is an implementation of the IlvFlatListModel
interface which stores the objects and the column info objects locally
in this instance.
IlvPropertyBasedFlatListModel(IlvPropertyConnector) - Constructor for class ilog.views.chart.datax.flat.list.IlvPropertyBasedFlatListModel
Creates an empty model, with zero columns.
IlvPropertyBasedFlatListModel(IlvPropertyConnector, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.flat.list.IlvPropertyBasedFlatListModel
Creates an empty model, with the given columns.
IlvPropertyBasedFlatListModel(Collection, IlvPropertyConnector, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.flat.list.IlvPropertyBasedFlatListModel
Creates a model with the given objects and the given columns.
IlvPropertyBasedFlatSetModel - Class in ilog.views.chart.datax.flat.set
This class is an implementation of the IlvFlatSetModel
interface which stores the objects and the column info objects locally
in this instance.
IlvPropertyBasedFlatSetModel(IlvPropertyConnector) - Constructor for class ilog.views.chart.datax.flat.set.IlvPropertyBasedFlatSetModel
Creates an empty model, with zero columns.
IlvPropertyBasedFlatSetModel(IlvPropertyConnector, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.flat.set.IlvPropertyBasedFlatSetModel
Creates an empty model, with the given columns.
IlvPropertyBasedFlatSetModel(Collection, IlvPropertyConnector, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.flat.set.IlvPropertyBasedFlatSetModel
Creates a model with the given objects and the given columns.
IlvPropertyBasedTreeListModel - Class in ilog.views.chart.datax.tree.list
This class is an implementation of the IlvTreeListModel
interface which stores the objects and the column info objects locally
in this instance.
IlvPropertyBasedTreeListModel(IlvPropertyConnector) - Constructor for class ilog.views.chart.datax.tree.list.IlvPropertyBasedTreeListModel
Creates an empty model, with zero columns.
IlvPropertyBasedTreeListModel(IlvPropertyConnector, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.tree.list.IlvPropertyBasedTreeListModel
Creates an empty model, with the given columns.
IlvPropertyBasedTreeSetModel - Class in ilog.views.chart.datax.tree.set
This class is an implementation of the IlvTreeSetModel
interface which stores the objects and the column info objects locally
in this instance.
IlvPropertyBasedTreeSetModel(IlvPropertyConnector) - Constructor for class ilog.views.chart.datax.tree.set.IlvPropertyBasedTreeSetModel
Creates an empty model, with zero columns.
IlvPropertyBasedTreeSetModel(IlvPropertyConnector, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.tree.set.IlvPropertyBasedTreeSetModel
Creates an empty model, with the given columns.
IlvPropertyComparator - Class in ilog.views.gantt.property
IlvPropertyComparator
compares the value of a bean or
user-defined property on two data model objects.
IlvPropertyComparator(String) - Constructor for class ilog.views.gantt.property.IlvPropertyComparator
Creates a new IlvPropertyComparator
that will compare the
value of the specified property on two data model objects.
IlvPropertyConnector - Interface in ilog.views.chart.datax.adapter
This interface allows you to view an application-defined object as an
object with properties or attributes or fields.
IlvPropertyDescriptor - Class in ilog.views.gantt.property
IlvPropertyDescriptor
extends the capabilities of the
standard
java.lang.reflect.PropertyDescriptor
to describe a
user-defined property of an
IlvUserPropertyHolder
or a standard
JavaBean property.
IlvPropertyDescriptor(Class, String) - Constructor for class ilog.views.gantt.property.IlvPropertyDescriptor
Creates a descriptor that describes the specified user-defined property of
an
IlvUserPropertyHolder
or the specified standard Java Bean
property.
IlvPropertyDescriptorManager - Class in ilog.views.maps.graphic.style
IlvPropertyDescriptorManager
is a class to manage property
descriptor dependencies.
IlvPropertyDescriptorManager.Dependency - Class in ilog.views.maps.graphic.style
Dependency
describes the dependency between two
PropertyDescriptor
objects.
IlvPropertyDescriptorManager.ShowHideDependency - Class in ilog.views.maps.graphic.style
ShowHideDependency
represents a dependency that shows or
hides a property descriptor.
IlvPropertyEvent - Class in ilog.views.gantt.util.event
IlvPropertyEvent
is an abstract class that can be used to represent
both aboutToChange and changed events for arbitrary object
properties.
IlvPropertyEvent(Object, Object, Object, boolean) - Constructor for class ilog.views.gantt.util.event.IlvPropertyEvent
Creates a new IlvPropertyEvent
generated by the
specified source object.
IlvPropertyHolderActivity - Interface in ilog.views.gantt.model
The interface IlvPropertyHolderActivity
denotes an activity which
has a number of specific time points.
IlvPropertyManager - Interface in ilog.views.appframe.util
Interface for managing properties of an object.
IlvProportionalChildSize - Class in ilog.views.gantt.graphic.renderer.composite
The IlvProportionalChildSize
is a constraint applied
to a graphic object based on the size of the anchor object.
IlvProportionalChildSize() - Constructor for class ilog.views.gantt.graphic.renderer.composite.IlvProportionalChildSize
Creates a new IlvProportionalChildSize
constraint.
IlvProportionalChildSize(IlvInputStream) - Constructor for class ilog.views.gantt.graphic.renderer.composite.IlvProportionalChildSize
Reads the object from an IlvInputStream.
IlvPrototype - Class in ilog.views.prototypes
The class IlvPrototype
implements groups that can be duplicated
and reused in applications.
IlvPrototype(String) - Constructor for class ilog.views.prototypes.IlvPrototype
Creates a new prototype.
IlvPrototype(IlvPrototype) - Constructor for class ilog.views.prototypes.IlvPrototype
Creates a copy of the given prototype.
IlvPrototype(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvPrototype
Reads a prototype.
IlvPrototypeBeanGenerator - Class in ilog.views.prototypes.beans
A Java Bean generator for prototypes.
IlvPrototypeBeanGenerator() - Constructor for class ilog.views.prototypes.beans.IlvPrototypeBeanGenerator
Creates a new prototype bean generator.
IlvPrototypeBeanSupport - Class in ilog.views.prototypes
Support for beans generated from prototypes.
IlvPrototypeBeanSupport(Component, String) - Constructor for class ilog.views.prototypes.IlvPrototypeBeanSupport
Creates a new bean support object which provides the implementation of a
Java Bean for a given prototype.
IlvPrototypeBeanSupport(Component) - Constructor for class ilog.views.prototypes.IlvPrototypeBeanSupport
Creates a new bean support object which provides the implementation of a
Java Bean for a prototype.
IlvPrototypeInstance - Class in ilog.views.prototypes
The IlvPrototypeInstance
class represents the instances
(or clones) of a prototype.
IlvPrototypeInstance(IlvPrototype, String) - Constructor for class ilog.views.prototypes.IlvPrototypeInstance
Creates a new instance of the specified prototype.
IlvPrototypeInstance(IlvPrototypeInstance) - Constructor for class ilog.views.prototypes.IlvPrototypeInstance
Creates a new prototype instance by copying an existing one.
IlvPrototypeInstance(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvPrototypeInstance
Reads the prototype instance from an IlvInputStream
stream.
IlvPrototypeLibrary - Class in ilog.views.prototypes
The class IlvPrototypeLibrary
is used to organize, load, and
save prototypes.
IlvPrototypeLibrary(String) - Constructor for class ilog.views.prototypes.IlvPrototypeLibrary
Creates a new prototype library with the specified name.
IlvPrototypeLibrary(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvPrototypeLibrary
Reads a prototype library from a stream.
IlvPrototypeLibraryEditor - Interface in ilog.views.prototypes
The interface IlvPrototypeLibraryEditor
is used by applications
that edit prototype libraries and that need to be notified when these
libraries are loaded.
IlvPublicCompass - Class in ilog.views.maps.interactor
An IlvJCompass that declares some methods as public.
IlvPublicCompass() - Constructor for class ilog.views.maps.interactor.IlvPublicCompass
Creates an IlvPublicCompass
object.
IlvPushSymbolInteractor - Class in ilog.views.symbology.interactor
This interactor reacts to BUTTON1_MOUSE_PRESSED and BUTTON1_MOUSE_RELEASED and MOUSE_DRAGGED mouse gestures.
IlvPushSymbolInteractor() - Constructor for class ilog.views.symbology.interactor.IlvPushSymbolInteractor
Creates the interactor
IlvQuadtree - Class in ilog.views
The quadtree is used by the manager to store the objects.
IlvQuarterTimeScaleRow - Class in ilog.views.gantt.scale
This class implements methods from the parent class
IlvBasicTimeScaleRow
to provide a complete scale displaying
quarter intervals.
IlvQuarterTimeScaleRow() - Constructor for class ilog.views.gantt.scale.IlvQuarterTimeScaleRow
This constructor creates and initializes an
IlvQuarterTimeScaleRow
object.
IlvRadialGradientPaint - Class in ilog.views.java2d
This class defines a multiple radial color gradient paint that will be
used to fill Java 2 Shape
objects.
IlvRadialGradientPaint(Point2D, double, float[], Color[], boolean) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(Point2D, double, float[], Color[], short, boolean) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(double, double, double, float[], Color[], boolean) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(double, double, double, float[], Color[], short, boolean) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(double, double, double, float[], Color[], double, double, boolean) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(double, double, double, float[], Color[], double, double, short, boolean) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(Point2D, double, float[], Color[], Point2D, boolean) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(Point2D, double, float[], Color[], Point2D, short, boolean) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(Point2D, double, float[], Color[], Point2D, short, short, AffineTransform, boolean) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(IlvRadialGradientPaint) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Creates a radial gradient paint by copying an existing one.
IlvRadialGradientPaint(IlvInputStream) - Constructor for class ilog.views.java2d.IlvRadialGradientPaint
Builds an IlvRadialGradientPaint
from an
IlvInputStream
.
IlvRadialGradientPaint - Class in ilog.views.util.java2d
This class defines a multiple radial color gradient paint that will be
used to fill Java 2 Shape
objects.
IlvRadialGradientPaint(Point2D, double, float[], Color[], boolean) - Constructor for class ilog.views.util.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(Point2D, double, float[], Color[], short, boolean) - Constructor for class ilog.views.util.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(double, double, double, float[], Color[], boolean) - Constructor for class ilog.views.util.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(double, double, double, float[], Color[], short, boolean) - Constructor for class ilog.views.util.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(double, double, double, float[], Color[], double, double, boolean) - Constructor for class ilog.views.util.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(double, double, double, float[], Color[], double, double, short, boolean) - Constructor for class ilog.views.util.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(Point2D, double, float[], Color[], Point2D, boolean) - Constructor for class ilog.views.util.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(Point2D, double, float[], Color[], Point2D, short, boolean) - Constructor for class ilog.views.util.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(Point2D, double, float[], Color[], Point2D, short, short, AffineTransform, boolean) - Constructor for class ilog.views.util.java2d.IlvRadialGradientPaint
Builds a circular IlvRadialGradientPaint
instance.
IlvRadialGradientPaint(IlvRadialGradientPaint) - Constructor for class ilog.views.util.java2d.IlvRadialGradientPaint
Creates a radial gradient paint by copying an existing one.
IlvRandomLabelLayout - Class in ilog.views.graphlayout.labellayout.random
The main class for the Random Label Layout algorithm.
IlvRandomLabelLayout() - Constructor for class ilog.views.graphlayout.labellayout.random.IlvRandomLabelLayout
Creates a new instance of the Random Layout algorithm.
IlvRandomLabelLayout(IlvRandomLabelLayout) - Constructor for class ilog.views.graphlayout.labellayout.random.IlvRandomLabelLayout
Creates a new label layout instance by copying an existing one.
IlvRandomLabelLayoutManagerProperty - Class in ilog.views.graphlayout.labellayout.random
The class IlvRandomLabelLayoutManagerProperty
allows you
to store the global settings of an instance of
IlvRandomLabelLayout
as a named property in the manager.
IlvRandomLabelLayoutManagerProperty(String, IlvRandomLabelLayout, boolean) - Constructor for class ilog.views.graphlayout.labellayout.random.IlvRandomLabelLayoutManagerProperty
Creates a new IlvRandomLabelLayoutManagerProperty
that
stores layout parameter settings of the layout
.
IlvRandomLabelLayoutManagerProperty(IlvRandomLabelLayoutManagerProperty) - Constructor for class ilog.views.graphlayout.labellayout.random.IlvRandomLabelLayoutManagerProperty
Creates a new IlvRandomLabelLayoutManagerProperty
by
copying an existing one.
IlvRandomLabelLayoutManagerProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.labellayout.random.IlvRandomLabelLayoutManagerProperty
Creates a new IlvRandomLabelLayoutManagerProperty
from
an IlvInputStream
.
IlvRandomLayout - Class in ilog.views.graphlayout.random
The main class for the Random Layout algorithm.
IlvRandomLayout() - Constructor for class ilog.views.graphlayout.random.IlvRandomLayout
Creates a new instance of the Random Layout algorithm.
IlvRandomLayout(IlvRandomLayout) - Constructor for class ilog.views.graphlayout.random.IlvRandomLayout
Creates a new layout instance by copying an existing one.
IlvRandomLayoutGrapherProperty - Class in ilog.views.graphlayout.random
The class IlvRandomLayoutGrapherProperty
allows you to
store the global settings of an instance of
IlvRandomLayout
as a named property in the grapher.
IlvRandomLayoutGrapherProperty(String, IlvRandomLayout, boolean) - Constructor for class ilog.views.graphlayout.random.IlvRandomLayoutGrapherProperty
Creates a new IlvRandomLayoutGrapherProperty
that stores
layout parameter settings of the layout
.
IlvRandomLayoutGrapherProperty(IlvRandomLayoutGrapherProperty) - Constructor for class ilog.views.graphlayout.random.IlvRandomLayoutGrapherProperty
Creates a new IlvRandomLayoutGrapherProperty
by copying
an existing one.
IlvRandomLayoutGrapherProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.random.IlvRandomLayoutGrapherProperty
Creates a new IlvRandomLayoutGrapherProperty
from an
IlvInputStream
.
IlvRandomLayoutGrapherProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.random.IlvRandomLayoutGrapherProperty
Creates a new IlvRandomLayoutGrapherProperty
from an
IlvInputStream
.
IlvRandomValueSource - Class in ilog.views.prototypes
The class IlvRandomValueSource
is a subclass of
IlvClockValueSource
that generates a random value at a specified
time interval.
IlvRandomValueSource(String, long, String, double, double) - Constructor for class ilog.views.prototypes.IlvRandomValueSource
Creates a new value source that generates random values.
IlvRandomValueSource(IlvRandomValueSource) - Constructor for class ilog.views.prototypes.IlvRandomValueSource
Creates a new value source object by copying an existing one.
IlvRandomValueSource(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvRandomValueSource
Reads the value source from an IlvInputStream
stream.
IlvRangeSymbolInteractor - Class in ilog.views.symbology.interactor
This abstract class defines variables and methods to set a range (in double) in which the value
computed by the interactor must be defined.
IlvRangeSymbolInteractor() - Constructor for class ilog.views.symbology.interactor.IlvRangeSymbolInteractor
Creates the interactor
IlvRasterAbstractReader - Class in ilog.views.maps.raster
Class containing the methods for all readers of raster image formats.
IlvRasterAbstractReader() - Constructor for class ilog.views.maps.raster.IlvRasterAbstractReader
Default constructor.
IlvRasterAbstractReader(IlvInputStream) - Constructor for class ilog.views.maps.raster.IlvRasterAbstractReader
Stream constructor.
IlvRasterAltitudeDataSource - Class in ilog.views.maps.raster
IlvRasterAltitudeDataSource
represents a raster altitude data
source.
IlvRasterAltitudeDataSource(IlvInputStream) - Constructor for class ilog.views.maps.raster.IlvRasterAltitudeDataSource
Constructs a raster altitude data source by reading serialized data.
IlvRasterAltitudeDataSource(IlvRasterAbstractReader, int) - Constructor for class ilog.views.maps.raster.IlvRasterAltitudeDataSource
The default constructor.
IlvRasterASRPReader - Class in ilog.views.maps.defense.format.asrp
Reader of ASRP images.
IlvRasterASRPReader() - Constructor for class ilog.views.maps.defense.format.asrp.IlvRasterASRPReader
Default constructor.
IlvRasterASRPReader(IlvInputStream) - Constructor for class ilog.views.maps.defense.format.asrp.IlvRasterASRPReader
Creates a new IlvRasterASRPReader
from previously saved information in the input stream.
IlvRasterASRPReader.ASRPProjection - Class in ilog.views.maps.defense.format.asrp
Projection encapsulating an
IlvARCProjectionFactory.IlvAbstractARCProjection
to ensure that in the
non-polar regions longitude coordinates smaller than the longitude
origin will have a negative projected value.
IlvRasterASRPReader.FieldPosition - Class in ilog.views.maps.defense.format.asrp
Class to store tag field position information.
IlvRasterASRPReader.SubFieldPosition - Class in ilog.views.maps.defense.format.asrp
Class to store subfield position information.
IlvRasterASRPReader.TagInfo - Class in ilog.views.maps.defense.format.asrp
IlvRasterBasicImageReader - Class in ilog.views.maps.format.image
GIF,JPG,PNG or TIFF reader that creates reprojectable and pixel-on-demand images.
IlvRasterBasicImageReader() - Constructor for class ilog.views.maps.format.image.IlvRasterBasicImageReader
Default constructor to create on-demand pixel JPG,TIFF,GIF or PNG images.
IlvRasterBasicImageReader(IlvInputStream) - Constructor for class ilog.views.maps.format.image.IlvRasterBasicImageReader
Constructor to reconstruct an image reader from saved information.
IlvRasterCADRGReader - Class in ilog.views.maps.defense.format.cadrg
CADRG Raster reader.
IlvRasterCADRGReader() - Constructor for class ilog.views.maps.defense.format.cadrg.IlvRasterCADRGReader
Creates a new IlvRasterCADRGReader
.
IlvRasterCADRGReader(IlvInputStream) - Constructor for class ilog.views.maps.defense.format.cadrg.IlvRasterCADRGReader
Creates a new IlvRasterCADRGReader
from previously saved information in the input stream.
IlvRasterDataSourceFactory - Class in ilog.views.maps.raster.datasource
Provides static methods to create raster data sources, tiled or not.
IlvRasterDTEDReader - Class in ilog.views.maps.format.dted
Reader of DTED files.
IlvRasterDTEDReader() - Constructor for class ilog.views.maps.format.dted.IlvRasterDTEDReader
Default constructor
IlvRasterDTEDReader(IlvInputStream) - Constructor for class ilog.views.maps.format.dted.IlvRasterDTEDReader
Constructor from stream
IlvRasterElevationColorModelFactory - Class in ilog.views.maps
This factory is used by the elevation data readers to build the default color models.
IlvRasterGeoTiffReader - Class in ilog.views.maps.format.geotiff
GeoTIFF reader that creates reprojectable and pixel-on-demand images.
IlvRasterGeoTiffReader() - Constructor for class ilog.views.maps.format.geotiff.IlvRasterGeoTiffReader
Default constructor.
IlvRasterGeoTiffReader(IlvInputStream) - Constructor for class ilog.views.maps.format.geotiff.IlvRasterGeoTiffReader
Creates a reader from saved information.
IlvRasterIcon - Class in ilog.views.maps.raster
IlvIcon sub class that saves and reloads the data source used to generate the image.
IlvRasterIcon(IlvRasterIcon) - Constructor for class ilog.views.maps.raster.IlvRasterIcon
Creates a new IlvRasterIcon
by copying an existing one.
IlvRasterIcon(IlvInputStream) - Constructor for class ilog.views.maps.raster.IlvRasterIcon
Reads the object from an IlvInputStream
.
IlvRasterIcon(IlvRasterTileLoader, int, Point2D.Double, Point2D.Double) - Constructor for class ilog.views.maps.raster.IlvRasterIcon
Creates a dynamic raster image.
IlvRasterImageRenderer - Class in ilog.views.maps.raster
This renderer translates a feature whose geometry is an image into an
IlvRasterIcon
.
IlvRasterImageRenderer() - Constructor for class ilog.views.maps.raster.IlvRasterImageRenderer
Creates an instance of the renderer.
IlvRasterImageRenderer(IlvInputStream) - Constructor for class ilog.views.maps.raster.IlvRasterImageRenderer
Reads the renderer from an IlvInputStream
.
IlvRasterMappedBuffer - Class in ilog.views.maps.raster
Class managing the raster data for readers.
IlvRasterMappedBuffer(IlvInputStream) - Constructor for class ilog.views.maps.raster.IlvRasterMappedBuffer
Reads the rasterinfo
from the specified input stream.
IlvRasterMappedBuffer(String, byte[]) - Constructor for class ilog.views.maps.raster.IlvRasterMappedBuffer
Constructor.
IlvRasterMappedBuffer(String, short[]) - Constructor for class ilog.views.maps.raster.IlvRasterMappedBuffer
Constructor.
IlvRasterMappedBuffer(String, int, int) - Constructor for class ilog.views.maps.raster.IlvRasterMappedBuffer
Creates a mapped buffer from a file with the correct content.
IlvRasterMappedBuffer(String, int, String, int) - Constructor for class ilog.views.maps.raster.IlvRasterMappedBuffer
Creates a raster mapped buffer without creating a temporary file.
IlvRasterMappedBuffer(String, int, URL, int) - Constructor for class ilog.views.maps.raster.IlvRasterMappedBuffer
Creates a raster mapped buffer from an url.
IlvRasterMappedBuffer(String, int[]) - Constructor for class ilog.views.maps.raster.IlvRasterMappedBuffer
Constructor.
IlvRasterMappedBuffer.JITDataLoader - Interface in ilog.views.maps.raster
Class responsible for loading raster data when an
IlvRasterTileLoader
loads a tile whose buffer is empty (0 bytes).
IlvRasterMappedBuffer3DTile - Class in ilog.views.maps.defense.terrain3d.model
This class is an Ilv3DTile
based on an IlvRasterTileLoader
.
IlvRasterMappedBuffer3DTile(IlvRasterTileLoader, Ilv3DDoubleVector, float, float, IlvManagerView) - Constructor for class ilog.views.maps.defense.terrain3d.model.IlvRasterMappedBuffer3DTile
Constructs an IlvRasterMappedBuffer3DTile
from the specified parameters.
IlvRasterProperties - Class in ilog.views.maps.raster
Class gathering all the information about the raster image to be tiled and the image
to be produced.
IlvRasterProperties(IlvAdjustableDelegateColorModel) - Constructor for class ilog.views.maps.raster.IlvRasterProperties
IlvRasterProperties(IlvInputStream) - Constructor for class ilog.views.maps.raster.IlvRasterProperties
Reads the rasterinfo
from the specified input stream.
IlvRasterReusableFeatureIterator - Class in ilog.views.maps.raster.datasource
Creates a reusable iterator from a raster reader.
IlvRasterReusableFeatureIterator(IlvManager, IlvRasterAbstractReader) - Constructor for class ilog.views.maps.raster.datasource.IlvRasterReusableFeatureIterator
Creates a IlvRasterReusableFeatureIterator
.
IlvRasterSDOReader - Class in ilog.views.maps.format.oracle
IlvRasterSDOReader
represents an Oracle SDO reader that reads
images from Oracle GeoRaster objects.
IlvRasterSDOReader(IlvInputStream) - Constructor for class ilog.views.maps.format.oracle.IlvRasterSDOReader
Constructs an IlvSDORasterReader
from a specific input
stream.
IlvRasterSDOReader(IlvSDOConnection, String) - Constructor for class ilog.views.maps.format.oracle.IlvRasterSDOReader
Constructs an IlvSDORasterReader
using a specific SQL connection
and a layername.
IlvRasterSplitter - Class in ilog.views.maps.raster
IlvRasterSplitter
creates layers from
IlvTiledLayer
objects and adds the appropriate
IlvFreeTile
instances for a specified
IlvRasterAbstractReader
.
IlvRasterSplitter(IlvTileCache) - Constructor for class ilog.views.maps.raster.IlvRasterSplitter
Constructs an IlvRasterSplitter
instance using the
specified IlvTileCache
.
IlvRasterStyle - Class in ilog.views.maps.raster.datasource
IlvRasterStyle
represents a map style for raster data.
IlvRasterStyle() - Constructor for class ilog.views.maps.raster.datasource.IlvRasterStyle
The default constructor.
IlvRasterStyle(IlvRasterStyle) - Constructor for class ilog.views.maps.raster.datasource.IlvRasterStyle
The copy constructor.
IlvRasterStyle(IlvInputStream) - Constructor for class ilog.views.maps.raster.datasource.IlvRasterStyle
Constructs a style from saved data.
IlvRasterStyle(IlvRasterAbstractReader) - Constructor for class ilog.views.maps.raster.datasource.IlvRasterStyle
Constructs a style for the specified reader.
IlvRasterSubsamplingLoader - Class in ilog.views.maps.raster
IlvRasterSubsamplingLoader
provides the mechanism for
progressive dynamic tiling.
IlvRasterSubsamplingLoader(IlvRasterProperties, IlvRasterMappedBuffer, IlvCoordinateTransformation, int) - Constructor for class ilog.views.maps.raster.IlvRasterSubsamplingLoader
Creates a loader that will initially display an 8x8
subsample image.
IlvRasterSubsamplingLoader(IlvInputStream) - Constructor for class ilog.views.maps.raster.IlvRasterSubsamplingLoader
Reads an IlvRasterSubsamplingLoader
instance from an input
stream.
IlvRasterTemporaryFileManager - Class in ilog.views.maps.raster
Utility class used to manage temporary memory mapped raster files.
IlvRasterTileLoader - Class in ilog.views.maps.raster
This class provides the mechanism for the dynamic tiling.
IlvRasterTileLoader(IlvInputStream) - Constructor for class ilog.views.maps.raster.IlvRasterTileLoader
Reads the raster info from the specified input stream.
IlvRasterTileLoader(IlvRasterProperties, IlvRasterMappedBuffer, IlvCoordinateTransformation) - Constructor for class ilog.views.maps.raster.IlvRasterTileLoader
Constructor taking as parameters the information about the raster and the
data in two separated objects.
IlvRasterUSRPReader - Class in ilog.views.maps.defense.format.usrp
This class reads an image from a USRP file.
IlvRasterUSRPReader() - Constructor for class ilog.views.maps.defense.format.usrp.IlvRasterUSRPReader
Default constructor.
IlvRasterUSRPReader(IlvInputStream) - Constructor for class ilog.views.maps.defense.format.usrp.IlvRasterUSRPReader
Constructor to reconstruct an image reader from saved information.
IlvRDFSAX - Class in ilog.views.sdm.util
An implementation of metadata with RDF (Resource Description
Framework).
IlvRDFSAX() - Constructor for class ilog.views.sdm.util.IlvRDFSAX
Default constructor.
IlvRDFSDMModel - Class in ilog.views.sdm.model
A metadata filter model that manages the
metadata as RDF.
IlvRDFSDMModel() - Constructor for class ilog.views.sdm.model.IlvRDFSDMModel
Empty constructor.
IlvRDFSDMModel(IlvSDMModel) - Constructor for class ilog.views.sdm.model.IlvRDFSDMModel
Creates a new IlvRDFSDMModel
for a specified filtered model.
IlvRDFSDMModel.Subject - Class in ilog.views.sdm.model
This subclass of IlvMresource
encapsulates an SDM model
object.
IlvReadFileException - Exception in ilog.views.io
This exception may occur when reading a Rogue Wave JViews
file.
IlvReadFileException() - Constructor for exception ilog.views.io.IlvReadFileException
Creates a new IlvReadFileException
.
IlvReadFileException(String) - Constructor for exception ilog.views.io.IlvReadFileException
Creates a new IlvReadFileException
.
IlvReadFileException(Throwable) - Constructor for exception ilog.views.io.IlvReadFileException
Creates a new IlvReadFileException
.
IlvReadFileException(String, Throwable) - Constructor for exception ilog.views.io.IlvReadFileException
Creates a new IlvReadFileException
.
IlvRecentFileList - Class in ilog.views.appframe.docview
Defines objects that handle a list of Most Recently Used files.
IlvRecentFileList(IlvRecentFileList.FileHandler, String, IlvApplication) - Constructor for class ilog.views.appframe.docview.IlvRecentFileList
Constructs a new IlvRecentFileList
instance.
IlvRecentFileList.FileHandler - Interface in ilog.views.appframe.docview
Defines objects that open files.
IlvRecentFileList.FileInfo - Class in ilog.views.appframe.docview
Stores information for a file listed by a recent file list.
IlvRect - Class in ilog.views
The IlvRect
class describes a rectangle
defined by a location (x, y) and dimension
(width x height).
IlvRect() - Constructor for class ilog.views.IlvRect
Constructs a new IlvRect
, initialized to
location (0.0, 0.0) and size (0.0, 0.0).
IlvRect(double, double, double, double) - Constructor for class ilog.views.IlvRect
Constructs and initializes an IlvRect
from the specified coordinates.
IlvRect(IlvRect) - Constructor for class ilog.views.IlvRect
Creates a new IlvRect
by copying the specified one.
IlvRectangle - Class in ilog.views.graphic
IlvRectangle
represents a rectangle with customizable fill
and stroke.
IlvRectangle() - Constructor for class ilog.views.graphic.IlvRectangle
Creates a new IlvRectangle
with a definition rectangle of
(0, 0, 100, 100)
IlvRectangle(IlvRect) - Constructor for class ilog.views.graphic.IlvRectangle
Creates a new IlvRectangle
.
IlvRectangle(IlvRect, boolean, boolean) - Constructor for class ilog.views.graphic.IlvRectangle
Creates a new IlvRectangle
.
IlvRectangle(IlvRect, boolean, boolean, int) - Constructor for class ilog.views.graphic.IlvRectangle
Creates a new IlvRectangle
with rounded corners.
IlvRectangle(IlvRectangle) - Constructor for class ilog.views.graphic.IlvRectangle
Creates a new IlvRectangle
by copying an existing one.
IlvRectangle(IlvInputStream) - Constructor for class ilog.views.graphic.IlvRectangle
Reads the object from an IlvInputStream
.
IlvRectangularObjectFactory - Interface in ilog.views.interactor
This interface defines a factory for graphic object with a rectangular shape.
IlvRectangularScale - Class in ilog.views.graphic
IlvRectangularScale
represents a vertical or horizontal scale.
IlvRectangularScale(IlvPoint, double, String, float, float, int, int, int, int, float, float) - Constructor for class ilog.views.graphic.IlvRectangularScale
Creates a new IlvRectangularScale
by specifying a minimum
and a maximum value for the labels.
IlvRectangularScale(IlvPoint, double, String[], int, int, int, float, float) - Constructor for class ilog.views.graphic.IlvRectangularScale
Creates a new IlvRectangularScale
by specifying the
labels to be displayed.
IlvRectangularScale() - Constructor for class ilog.views.graphic.IlvRectangularScale
Creates a new rectangular scale with default values for all the parameters.
IlvRectangularScale(IlvRectangularScale) - Constructor for class ilog.views.graphic.IlvRectangularScale
Creates a new IlvRectangularScale
by copying an existing one.
IlvRectangularScale(IlvInputStream) - Constructor for class ilog.views.graphic.IlvRectangularScale
Reads the object from an IlvInputStream
.
IlvRectBalloon - Class in ilog.views.graphic.composite.decoration
IlvRectBalloon
represents an
balloon with a rectangle shape.
IlvRectBalloon() - Constructor for class ilog.views.graphic.composite.decoration.IlvRectBalloon
Creates an IlvRectBalloon
IlvRectBalloon(IlvRectBalloon) - Constructor for class ilog.views.graphic.composite.decoration.IlvRectBalloon
Creates a new IlvRectBalloon
by copying an existing one.
IlvRectBalloon(int, int, int, Color, Color, Color) - Constructor for class ilog.views.graphic.composite.decoration.IlvRectBalloon
Creates a rectangle balloon with the characteristics given by the supplied parameters.
IlvRectBalloon(IlvInputStream) - Constructor for class ilog.views.graphic.composite.decoration.IlvRectBalloon
Reads the object from an IlvInputStream
.
IlvRecursiveLayout - Class in ilog.views.graphlayout.recursive
The main class for the Recursive Layout algorithm.
IlvRecursiveLayout(IlvGraphLayout) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveLayout
Creates a new instance of the Recursive Layout algorithm that allows
you to apply the reference layout to the entire nested graph.
IlvRecursiveLayout() - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveLayout
Creates a new instance of the Recursive Layout algorithm that allows
you to apply layouts to the entire nested graph.
IlvRecursiveLayout(IlvLayoutProvider) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveLayout
Creates a new instance of the Recursive Layout algorithm that allows
you to apply layouts to the entire nested graph.
IlvRecursiveLayout(IlvRecursiveLayout) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveLayout
Creates a new layout instance by copying an existing one.
IlvRecursiveLayoutGrapherProperty - Class in ilog.views.graphlayout.recursive
The class IlvRecursiveLayoutGrapherProperty
allows you to
store the global settings of an instance of
IlvRecursiveLayout
as a named property in the grapher.
IlvRecursiveLayoutGrapherProperty(String, IlvRecursiveLayout, boolean) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveLayoutGrapherProperty
Creates a new IlvRecursiveLayoutGrapherProperty
that
stores layout parameter settings of the layout
.
IlvRecursiveLayoutGrapherProperty(IlvRecursiveLayoutGrapherProperty) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveLayoutGrapherProperty
Creates a new IlvRecursiveLayoutGrapherProperty
by
copying an existing one.
IlvRecursiveLayoutGrapherProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveLayoutGrapherProperty
Creates a new IlvRecursiveLayoutGrapherProperty
from an
IlvInputStream
.
IlvRecursiveLayoutGrapherProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveLayoutGrapherProperty
Creates a new IlvRecursiveLayoutGrapherProperty
from an
IlvInputStream
.
IlvRecursiveLayoutProvider - Class in ilog.views.graphlayout.recursive
The internal layout provider used by the Recursive Layout in internal
provider mode.
IlvRecursiveLayoutProvider() - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveLayoutProvider
Creates a new IlvRecursiveLayoutProvider
.
IlvRecursiveLayoutReport - Class in ilog.views.graphlayout.recursive
The class used to store information about the behavior of the Recursive
Layout algorithm.
IlvRecursiveLayoutReport() - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveLayoutReport
Creates a new instance of the report object.
IlvRecursiveMultipleLayout - Class in ilog.views.graphlayout.recursive
The main class for the Recursive Multiple Layout algorithm.
IlvRecursiveMultipleLayout(IlvGraphLayout, IlvGraphLayout) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveMultipleLayout
Creates a new instance of the Recursive Multiple Layout algorithm.
IlvRecursiveMultipleLayout(IlvGraphLayout, IlvGraphLayout, IlvLabelLayout) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveMultipleLayout
Creates a new instance of the Recursive Multiple Layout algorithm
that allows you to apply the reference layouts to the entire nested
graph.
IlvRecursiveMultipleLayout(IlvLabelLayout) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveMultipleLayout
Creates a new instance of the Recursive Multiple Layout algorithm
that allows you to apply the reference label layout to the entire
nested graph.
IlvRecursiveMultipleLayout() - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveMultipleLayout
Creates a new instance of the Recursive Multiple Layout algorithm
that allows you to apply layouts to the entire nested graph.
IlvRecursiveMultipleLayout(IlvRecursiveMultipleLayout) - Constructor for class ilog.views.graphlayout.recursive.IlvRecursiveMultipleLayout
Creates a new layout instance by copying an existing one.
IlvRegion - Class in ilog.views
A set of rectangles.
IlvRegion() - Constructor for class ilog.views.IlvRegion
Creates an empty region.
IlvRegionOfInterestTileLoader - Class in ilog.views.maps.tiling
IlvRegionOfInterestTileLoader
implements a tile loader that loads
data from a tilable database on demand.
IlvRegionOfInterestTileLoader(IlvMapRegionOfInterestIterator, boolean) - Constructor for class ilog.views.maps.tiling.IlvRegionOfInterestTileLoader
Creates an IlvRegionOfInterestTileLoader
instance that will
delegate data extraction to a specific
IlvMapRegionOfInterestIterator
object.
IlvRegionOfInterestTileLoader(IlvInputStream) - Constructor for class ilog.views.maps.tiling.IlvRegionOfInterestTileLoader
Constructs a tile loader from serialized data.
IlvRelativeConstraint - Class in ilog.views.graphlayout.hierarchical
IlvRelativeConstraint
is the base class of
IlvRelativeLevelConstraint
and
IlvRelativePositionConstraint
.
IlvRelativeConstraint(Object, Object, float) - Constructor for class ilog.views.graphlayout.hierarchical.IlvRelativeConstraint
Creates a new IlvRelativeConstraint
.
IlvRelativeConstraint(IlvRelativeConstraint) - Constructor for class ilog.views.graphlayout.hierarchical.IlvRelativeConstraint
Creates a new IlvRelativeConstraint
by copying an
existing one.
IlvRelativeConstraint(IlvInputStream) - Constructor for class ilog.views.graphlayout.hierarchical.IlvRelativeConstraint
Creates a new IlvRelativeConstraint
from an
IlvInputStream
.
IlvRelativeLevelConstraint - Class in ilog.views.graphlayout.hierarchical
The class IlvRelativeLevelConstraint
is a constraint to
place a node relative to another node.
IlvRelativeLevelConstraint(Object, Object, float) - Constructor for class ilog.views.graphlayout.hierarchical.IlvRelativeLevelConstraint
Creates a new IlvRelativeLevelConstraint
.
IlvRelativeLevelConstraint(IlvRelativeLevelConstraint) - Constructor for class ilog.views.graphlayout.hierarchical.IlvRelativeLevelConstraint
Creates a new IlvRelativeLevelConstraint
by copying an
existing one.
IlvRelativeLevelConstraint(IlvInputStream) - Constructor for class ilog.views.graphlayout.hierarchical.IlvRelativeLevelConstraint
Creates a new IlvRelativeLevelConstraint
from an
IlvInputStream
.
IlvRelativeLinkConnector - Class in ilog.views.graphlayout
IlvRelativeLinkConnector() - Constructor for class ilog.views.graphlayout.IlvRelativeLinkConnector
Deprecated.
Creates an empty IlvRelativeLinkConnector
.
IlvRelativeLinkConnector(IlvGraphic) - Constructor for class ilog.views.graphlayout.IlvRelativeLinkConnector
Deprecated.
Creates an IlvRelativeLinkConnector
attached to the node
node
.
IlvRelativeLinkConnector(IlvLinkImage, boolean) - Constructor for class ilog.views.graphlayout.IlvRelativeLinkConnector
Deprecated.
Creates an IlvRelativeLinkConnector
attached to the
origin or destination of the link link
.
IlvRelativeLinkConnector(IlvInputStream) - Constructor for class ilog.views.graphlayout.IlvRelativeLinkConnector
Deprecated.
Reads the object from an IlvInputStream
.
IlvRelativePositionConstraint - Class in ilog.views.graphlayout.hierarchical
The class IlvRelativePositionConstraint
is a constraint
to place a node relative to another node that belongs to the same
level.
IlvRelativePositionConstraint(Object, Object, float) - Constructor for class ilog.views.graphlayout.hierarchical.IlvRelativePositionConstraint
Creates a new IlvRelativePositionConstraint
.
IlvRelativePositionConstraint(IlvRelativePositionConstraint) - Constructor for class ilog.views.graphlayout.hierarchical.IlvRelativePositionConstraint
Creates a new IlvRelativePositionConstraint
by copying an
existing one.
IlvRelativePositionConstraint(IlvInputStream) - Constructor for class ilog.views.graphlayout.hierarchical.IlvRelativePositionConstraint
Creates a new IlvRelativePositionConstraint
from an
IlvInputStream
.
IlvReliefLabel - Class in ilog.views.graphic
IlvReliefLabel
represents a labeled rectangle in relief with
customizable fill and text colors.
IlvReliefLabel() - Constructor for class ilog.views.graphic.IlvReliefLabel
Creates a new IlvReliefLabel
with default size of
(0, 0, 100, 100)
and an empty label.
IlvReliefLabel(IlvRect, String) - Constructor for class ilog.views.graphic.IlvReliefLabel
Creates a new IlvReliefLabel
.
IlvReliefLabel(IlvRect, String, int) - Constructor for class ilog.views.graphic.IlvReliefLabel
Creates a new IlvReliefLabel
.
IlvReliefLabel(IlvPoint, String, int) - Constructor for class ilog.views.graphic.IlvReliefLabel
Creates a new IlvReliefLabel
.
IlvReliefLabel(IlvReliefLabel) - Constructor for class ilog.views.graphic.IlvReliefLabel
Creates a new IlvReliefLabel
by copying an existing one.
IlvReliefLabel(IlvInputStream) - Constructor for class ilog.views.graphic.IlvReliefLabel
Reads the object from an IlvInputStream
.
IlvReliefRectangle - Class in ilog.views.graphic
IlvReliefRectangle
represents a rectangle in relief with a
customizable fill color.
IlvReliefRectangle() - Constructor for class ilog.views.graphic.IlvReliefRectangle
Creates a new IlvReliefRectangle
with a (0, 0, 100, 100)
definition rectangle.
IlvReliefRectangle(IlvRect) - Constructor for class ilog.views.graphic.IlvReliefRectangle
Creates a new Relief rectangle.
IlvReliefRectangle(IlvRect, int) - Constructor for class ilog.views.graphic.IlvReliefRectangle
Creates a new Relief rectangle.
IlvReliefRectangle(IlvInputStream) - Constructor for class ilog.views.graphic.IlvReliefRectangle
Reads the object from an IlvInputStream
.
IlvReliefRectangle(IlvReliefRectangle) - Constructor for class ilog.views.graphic.IlvReliefRectangle
Creates a new Relief rectangle by copying an existing one.
IlvRemoveNodeEdit - Class in ilog.views.appframe.docview.project
A concrete subclass of IlvAbstractDataContainerUndoableEdit
to
remove a node from a data container.
IlvRemoveNodeEdit(IlvDataContainer, Object, Object) - Constructor for class ilog.views.appframe.docview.project.IlvRemoveNodeEdit
Creates an edit that removes a node from the specified data container.
IlvRendererLegendItem - Class in ilog.views.chart
A class defining a legend item linked to a chart renderer.
IlvRendererLegendItem(IlvChartRenderer) - Constructor for class ilog.views.chart.IlvRendererLegendItem
Creates a new IlvRendererLegendItem
associated with the given renderer.
IlvRendererManager - Class in ilog.views.faces.dhtml.renderkit
The renderer manager handles the manager state of each component of a page.
IlvRendererManager() - Constructor for class ilog.views.faces.dhtml.renderkit.IlvRendererManager
Creates a new IlvRendererManager
instance.
IlvRendererUtil - Class in ilog.views.sdm.renderer
The class IlvRendererUtil
defines a set
of static utility methods that help implement and manage SDM
renderers.
IlvRequestParameter - Class in ilog.views.util.servlet
The class defines one specific request parameter.
IlvRequestParameter(String) - Constructor for class ilog.views.util.servlet.IlvRequestParameter
The constructor with parameter name.
IlvRequestParameter(String, boolean) - Constructor for class ilog.views.util.servlet.IlvRequestParameter
The constructor that the default parameter value is "" and
the parameter value do not need compare with default value.
IlvRequestParameter(String, boolean, String) - Constructor for class ilog.views.util.servlet.IlvRequestParameter
The constructor that the parameter value do not need compare with default value.
IlvRequestParameter(String, boolean, String, boolean) - Constructor for class ilog.views.util.servlet.IlvRequestParameter
The constructor.
IlvRequestParameter(String, boolean, String, boolean, IlvRequestParameter.Comparator) - Constructor for class ilog.views.util.servlet.IlvRequestParameter
The constructor.
IlvRequestParameter.Comparator - Enum in ilog.views.util.servlet
User can specify how to compare the parameter value by setting specific operation if
user set compared to true
.
IlvReservation - Interface in ilog.views.gantt
IlvReservation
defines the abstract behavior of an
assignment of an IlvResource
to an IlvActivity
.
IlvReservationDataPolicy - Interface in ilog.views.schedule.data
IlvReservationFactory - Interface in ilog.views.gantt
This interface defines an IlvReservation
factory.
IlvReservationGraphic - Class in ilog.views.gantt.graphic
The
IlvReservationGraphic
is used to represent a reservation in
an
IlvGanttSheet
.
IlvReservationLoadData - Class in ilog.views.schedule.data
IlvReservationLoadData() - Constructor for class ilog.views.schedule.data.IlvReservationLoadData
Creates an IlvReservationLoadData
policy.
IlvReservationReader - Interface in ilog.views.gantt.xml
IlvResourceReader
defines a reservation reader.
IlvReservationWriter - Interface in ilog.views.gantt.xml
IlvReservationWriter
defines a reservation writer.
IlvReshapeSelection - Class in ilog.views
IlvReshapeSelection() - Constructor for class ilog.views.IlvReshapeSelection
Creates an IlvReshapeSelection
.
IlvResizableManagerFrame - Interface in ilog.views
IlvResizableManagerFrame
defines manager frames
that can be resized, by handling the resize action when a user
reshapes a submanager.
IlvResizeActivityAction - Class in ilog.views.gantt.servlet
This action is used to resize a selected activity.
IlvResizeActivityAction() - Constructor for class ilog.views.gantt.servlet.IlvResizeActivityAction
Creates a new IlvResizeActivityAction
instance.
IlvResource - Interface in ilog.views.gantt
IlvResource
defines the abstract behavior of a Gantt resource.
IlvResourceBundleManager - Class in ilog.views.appframe.util
Defines resource bundles that manage resource bundles.
IlvResourceBundleManager() - Constructor for class ilog.views.appframe.util.IlvResourceBundleManager
Constructs a new IlvResourceBundleManager
.
IlvResourceClassResolver - Class in ilog.views.appframe.util
Resolves a URL by trying to get a resource URL from an associated class.
IlvResourceClassResolver(Class) - Constructor for class ilog.views.appframe.util.IlvResourceClassResolver
Creates an IlvResourceClassResolver
instance that resolves
class resources from the specified resourceClass
.
IlvResourceClassResolver(Class, String) - Constructor for class ilog.views.appframe.util.IlvResourceClassResolver
Creates an IlvResourceClassResolver
that resolves
class resources from the specified resourceClass
class and
by prepending the specified relativePath
to the file names
to resolve.
IlvResourceController - Class in ilog.views.faces
The resource controller servlet is in charge of loading resources
(.gif, .jpg, .js, .jpeg,.css,.png) from the client.
IlvResourceController() - Constructor for class ilog.views.faces.IlvResourceController
Creates a new IlvResourceController
instance.
IlvResourceControlParameterValidationListener - Class in ilog.views.faces
The class is designed to work as the parameter validation listener
for requests handled by
IlvResourceController
.
IlvResourceControlParameterValidationListener(ServletContext) - Constructor for class ilog.views.faces.IlvResourceControlParameterValidationListener
Constructor with ServletContext
parameter.
IlvResourceDataChart - Class in ilog.views.schedule
IlvResourceDataChart(IlvReservationDataPolicy) - Constructor for class ilog.views.schedule.IlvResourceDataChart
Constructs a new IlvResourceDataChart
with the specified data value
computation policy.
IlvResourceDataChart() - Constructor for class ilog.views.schedule.IlvResourceDataChart
IlvResourceDataChartPrintableDocument - Class in ilog.views.schedule.print
The IlvResourceDataChartPrintableDocument
allows you to
print an IlvResourceDataChart
in multiple pages.
IlvResourceDataChartPrintableDocument(String, IlvResourceDataChart, PageFormat) - Constructor for class ilog.views.schedule.print.IlvResourceDataChartPrintableDocument
Creates a IlvResourceDataChartPrintableDocument
for the
specified IlvResourceDataChart
using the specified
parameters.
IlvResourceDataChartPrintableDocument(String, IlvResourceDataChart, boolean, int, boolean, Date, IlvDuration, PageFormat) - Constructor for class ilog.views.schedule.print.IlvResourceDataChartPrintableDocument
Creates a IlvResourceDataChartPrintableDocument
for the
specified IlvResourceDataChart
using the specified
parameters.
IlvResourceDataChartPrintableDocument(String, IlvResourceDataChart, int, Paper) - Constructor for class ilog.views.schedule.print.IlvResourceDataChartPrintableDocument
Creates a IlvResourceDataChartPrintableDocument
for the
specified IlvResourceDataChart
using the specified
parameters.
IlvResourceDataChartPrintableDocument(String, IlvResourceDataChart, boolean, int, boolean, Date, IlvDuration, int, Paper) - Constructor for class ilog.views.schedule.print.IlvResourceDataChartPrintableDocument
Creates a IlvResourceDataChartPrintableDocument
for the
specified IlvResourceDataChart
using the specified
parameters.
IlvResourceDataChartPrintingController - Class in ilog.views.schedule.print
A Printing controller to control the printing of an IlvResourceDataChart
printable document.
IlvResourceDataChartPrintingController(IlvResourceDataChart) - Constructor for class ilog.views.schedule.print.IlvResourceDataChartPrintingController
Creates a IlvResourceDataChartPrintingController
for the
specified IlvResourceDataChart
.
IlvResourceDataSet - Class in ilog.views.schedule.data
IlvResourceDataSet(IlvGanttModel, IlvResource, IlvReservationDataPolicy) - Constructor for class ilog.views.schedule.data.IlvResourceDataSet
Creates a dataset for the specified resource.
IlvResourceDataSet(IlvGanttModel, IlvResource) - Constructor for class ilog.views.schedule.data.IlvResourceDataSet
Creates a dataset for the specified resource.
IlvResourceFactory - Interface in ilog.views.gantt
This interface defines an IlvResource
factory.
IlvResourceIDProperty - Class in ilog.views.gantt.property
IlvResourceIDProperty
is an adapter that allows the id of an
IlvResource
to be accessed via the generic IlvStringProperty
interface.
IlvResourceIDProperty() - Constructor for class ilog.views.gantt.property.IlvResourceIDProperty
Creates an IlvResourceIDProperty
.
IlvResourceNameProperty - Class in ilog.views.gantt.property
IlvResourceNameProperty
is an adapter that allows the name of an
IlvResource
to be accessed via the generic IlvStringProperty
interface.
IlvResourceNameProperty() - Constructor for class ilog.views.gantt.property.IlvResourceNameProperty
Creates an IlvResourceNameProperty
.
IlvResourceParameterHandlerFactory - Class in ilog.views.util.servlet
IlvResourceQuantityProperty - Class in ilog.views.gantt.property
The class
IlvResourceQuantityProperty
is an adapter that allows the quantity of an
IlvResource
to be accessed via the generic
IlvStringProperty
interface.
IlvResourceQuantityProperty() - Constructor for class ilog.views.gantt.property.IlvResourceQuantityProperty
Constructs a new IlvResourceQuantityProperty
with a
default NumberFormat
.
IlvResourceQuantityProperty(NumberFormat) - Constructor for class ilog.views.gantt.property.IlvResourceQuantityProperty
Constructs a new IlvResoureQuantityProperty
with the
specified number formatter.
IlvResourceQuantityProperty(String) - Constructor for class ilog.views.gantt.property.IlvResourceQuantityProperty
Constructs a new IlvResourceQuantityProperty
with
a DecimalFormat
which uses the specified formatting
string in the default locale.
IlvResourceReader - Interface in ilog.views.gantt.xml
IlvResourceReader
defines a resource reader.
IlvResourceUserDefinedProperty - Class in ilog.views.gantt.property
IlvResourceUserDefinedProperty
is an adapter that allows
a user-defined property of an
IlvGeneralResource
to be accessed
via the generic
IlvStringProperty
interface.
IlvResourceUserDefinedProperty(String) - Constructor for class ilog.views.gantt.property.IlvResourceUserDefinedProperty
Constructs a new IlvResourceUserDefinedProperty
for the
given user-property, assuming the property is a String
.
IlvResourceUserDefinedProperty(String, Class) - Constructor for class ilog.views.gantt.property.IlvResourceUserDefinedProperty
Constructs a new IlvResourceUserDefinedProperty
for the
given user-property and its class.
IlvResourceUtil - Class in ilog.views.util
Utilities for resource bundles.
IlvResourceWriter - Interface in ilog.views.gantt.xml
IlvResourceWriter
defines a resource writer.
IlvRetargetedPropertyDescriptor(IlvPropertyDescriptor) - Constructor for class ilog.views.maps.propertysheet.IlvMapStylePropertySheet.IlvRetargetedPropertyDescriptor
Creates a retargeted property descriptor from an IlvPropertyDescriptor
.
IlvRGBAColorChooserPanel - Class in ilog.views.util.swing.color
IlvRGBAColorChooserPanel
defines a panel to be added to a
JColorChooser
.
IlvRGBAColorChooserPanel() - Constructor for class ilog.views.util.swing.color.IlvRGBAColorChooserPanel
Creates a new IlvRGBAColorChooserPanel
.
IlvRobinsonProjection - Class in ilog.views.maps.projection
This class defines the Robinson projection.
IlvRobinsonProjection() - Constructor for class ilog.views.maps.projection.IlvRobinsonProjection
Creates an instance of the class IlvRobinsonProjection
.
IlvRobinsonProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvRobinsonProjection
Reads the object from an IlvInputStream
.
IlvRobinsonProjection(IlvRobinsonProjection) - Constructor for class ilog.views.maps.projection.IlvRobinsonProjection
Creates a new IlvRobinsonProjection
.
IlvRotateAccelerator - Class in ilog.views.accelerator
IlvRotateAccelerator
is used to rotate 90 degree anticlockwise
around the center of a view each time the accelerator is called.
IlvRotateAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvRotateAccelerator
Creates an IlvRotateAccelerator
.
IlvRotateAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvRotateAccelerator
Creates an IlvRotateAccelerator
.
IlvRotateAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvRotateAccelerator
Creates an IlvRotateAccelerator
.
IlvRotateBehavior - Class in ilog.views.prototypes
The class IlvRotateBehavior
is used to rotate a prototype
element at a specified time interval.
IlvRotateBehavior(String, String, String, String, String, String) - Constructor for class ilog.views.prototypes.IlvRotateBehavior
Creates a new rotate behavior object.
IlvRotateBehavior(IlvRotateBehavior) - Constructor for class ilog.views.prototypes.IlvRotateBehavior
Creates a new behavior object by copying an existing one.
IlvRotateBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvRotateBehavior
Reads the behavior from an IlvInputStream
stream.
IlvRotatedGraphModel - Class in ilog.views.graphlayout
An graph model that rotates all coordinates by a specific angle.
IlvRotatedGraphModel(IlvGraphModel, boolean, IlvTransformer) - Constructor for class ilog.views.graphlayout.IlvRotatedGraphModel
The constructor.
IlvRotatedGraphModel(IlvGraphModel, boolean, IlvPoint, double) - Constructor for class ilog.views.graphlayout.IlvRotatedGraphModel
The constructor.
IlvRotateInteractor - Class in ilog.views.interactor
This interactor allows you to rotate one of the selected objects.
IlvRotateInteractor() - Constructor for class ilog.views.interactor.IlvRotateInteractor
Constructs an IlvRotateInteractor
.
IlvRotateSelectionAccelerator - Class in ilog.views.accelerator
IlvRotateSelectionAccelerator
is an accelerator that allows
the user to rotate the currently selected objects.
IlvRotateSelectionAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvRotateSelectionAccelerator
Creates an IlvRotateSelectionAccelerator
.
IlvRotateSelectionAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvRotateSelectionAccelerator
Creates an IlvRotateSelectionAccelerator
.
IlvRotateSelectionAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvRotateSelectionAccelerator
Creates an IlvRotateSelectionAccelerator
.
IlvRotationBehavior - Class in ilog.views.prototypes
The class IlvRotationBehavior
is used to set the angle of a
prototype element.
IlvRotationBehavior(String, String, String, String, String, String, String, String, boolean, String) - Constructor for class ilog.views.prototypes.IlvRotationBehavior
Creates a new rotation behavior object.
IlvRotationBehavior(String, String, String, String, String, String, String, String) - Constructor for class ilog.views.prototypes.IlvRotationBehavior
Creates a new rotation behavior object.
IlvRotationBehavior(IlvRotationBehavior) - Constructor for class ilog.views.prototypes.IlvRotationBehavior
Creates a new behavior object by copying an existing one.
IlvRotationBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvRotationBehavior
Reads the behavior from an IlvInputStream
stream.
IlvRotationSymbolInteractor - Class in ilog.views.symbology.interactor
This interaction allows user to rotate a subcomponent of the composite around a rotation
center.
IlvRotationSymbolInteractor() - Constructor for class ilog.views.symbology.interactor.IlvRotationSymbolInteractor
Default constructor, creates the interactor and set default value for start angle, end angle,
minimum and maximum value to 0.
IlvRoundRectBalloon - Class in ilog.views.graphic.composite.decoration
IlvRoundRectBalloon
represents
a balloon with a rectangle shape and rounded corners.
IlvRoundRectBalloon() - Constructor for class ilog.views.graphic.composite.decoration.IlvRoundRectBalloon
Beans constructor.
IlvRoundRectBalloon(IlvRoundRectBalloon) - Constructor for class ilog.views.graphic.composite.decoration.IlvRoundRectBalloon
Creates a new IlvRoundRectBalloon
by copying an existing one.
IlvRoundRectBalloon(int, int, int, Color, Color, Color, int, int) - Constructor for class ilog.views.graphic.composite.decoration.IlvRoundRectBalloon
Creates a round rectangle balloon with the characteristics
given as parameters.
IlvRoundRectBalloon(IlvInputStream) - Constructor for class ilog.views.graphic.composite.decoration.IlvRoundRectBalloon
Reads the object from an IlvInputStream
.
IlvRowExpandCollapseAction - Class in ilog.views.gantt.servlet
An IlvRowExpandCollapseAction
is a server side action that
toggles the expand/collapse status of a row when requested from the client.
IlvRowExpandCollapseAction() - Constructor for class ilog.views.gantt.servlet.IlvRowExpandCollapseAction
Creates a new IlvRowExpandCollapseAction
.
IlvRowRange - Class in ilog.views.gantt
The class IlvRowRange
is used to represent a range of rows.
IlvRowRange(int, int) - Constructor for class ilog.views.gantt.IlvRowRange
Creates a row range by specifying the number of the first
and the last row.
IlvRowRange() - Constructor for class ilog.views.gantt.IlvRowRange
Creates an empty row range.
IlvRowSelectAction - Class in ilog.views.gantt.servlet
An IlvRowSelectAction
is a server side action that selects a
a row when requested from the client.
IlvRowSelectAction() - Constructor for class ilog.views.gantt.servlet.IlvRowSelectAction
Creates a new IlvRowSelectAction
.
IlvRowSetTableModel - Class in ilog.views.util.data
The IlvRowSetTableModel
is an implementation of the Swing
TableModel
that connects to a RowSet
.
IlvRowSetTableModel() - Constructor for class ilog.views.util.data.IlvRowSetTableModel
IlvRowSetTableModel(RowSet) - Constructor for class ilog.views.util.data.IlvRowSetTableModel
Builds and initializes a IlvRowSetTableModel
instance.
IlvRowSetTableModel(boolean) - Constructor for class ilog.views.util.data.IlvRowSetTableModel
IlvRowSetTableModel(RowSet, boolean) - Constructor for class ilog.views.util.data.IlvRowSetTableModel
Builds and initializes a IlvRowSetTableModel
instance.
IlvRuleCustomizerLogic - Interface in ilog.views.customizer.styling
This interface represents a logical customizer that can customize one
CSS rule, or a logical group of CSS rules that represent one unit.
IlvRuntimeException - Exception in ilog.views.util
IlvRuntimeException
is a simple RuntimeException
extension
that allows a checked exception to be wrapped and rethrown as an unchecked exception.
IlvRuntimeException(Throwable) - Constructor for exception ilog.views.util.IlvRuntimeException
Creates a new IlvRuntimeException
that wraps the specified
exception
.
IlvRuntimeException(String, Throwable) - Constructor for exception ilog.views.util.IlvRuntimeException
Creates a new IlvRuntimeException
that wraps the specified
exception
.
IlvRuntimeException(Throwable, boolean) - Constructor for exception ilog.views.util.IlvRuntimeException
Creates a new IlvRuntimeException
that wraps the specified
exception
.
IlvRuntimeException(String, Throwable, boolean) - Constructor for exception ilog.views.util.IlvRuntimeException
Creates a new IlvRuntimeException
that wraps the specified
exception
.
IlvS57DataSource - Class in ilog.views.maps.defense.format.s57
IlvS57DataSource
represents a data source to read S57 files.
IlvS57DataSource(IlvInputStream) - Constructor for class ilog.views.maps.defense.format.s57.IlvS57DataSource
Creates a new IlvS57DataSource
instance.
IlvS57DataSource(String) - Constructor for class ilog.views.maps.defense.format.s57.IlvS57DataSource
Constructs an IlvS57DataSource
from a file.
IlvS57DataSource(URL) - Constructor for class ilog.views.maps.defense.format.s57.IlvS57DataSource
Constructs an IlvS57DataSource
from the specified URL.
IlvS57FeatureFilter - Class in ilog.views.maps.defense.format.s57
IlvS57FeatureFilter
is a specialized criterion filter that
returns the value of a feature attribute according to a property name.
IlvS57FeatureFilter(IlvInputStream) - Constructor for class ilog.views.maps.defense.format.s57.IlvS57FeatureFilter
Constructs an IlvDefaultFeatureFilter
instance from an
input stream.
IlvS57FeatureFilter(IlvDefaultTilableDataSource) - Constructor for class ilog.views.maps.defense.format.s57.IlvS57FeatureFilter
The public constructor
IlvS57Reader - Class in ilog.views.maps.defense.format.s57
This class reads an S57 file or catalog and provides the selected map
features.
IlvS57Reader() - Constructor for class ilog.views.maps.defense.format.s57.IlvS57Reader
Creates a new IlvS57Reader
.
IlvS57Reader(String) - Constructor for class ilog.views.maps.defense.format.s57.IlvS57Reader
Reads an S57 file (if fileName
ends with 000) or a catalog.
IlvS57Reader(URL) - Constructor for class ilog.views.maps.defense.format.s57.IlvS57Reader
Reads an S57 file (if fileName
ends with 000) or a catalog.
IlvS57Reader(IlvInputStream) - Constructor for class ilog.views.maps.defense.format.s57.IlvS57Reader
Reconstructs an S57 reader from parameters read from an input stream.
IlvSameLevelConstraint - Class in ilog.views.graphlayout.hierarchical
The class IlvSameLevelConstraint
is a constraint that
forces two nodes to be placed at the same level.
IlvSameLevelConstraint(Object, Object) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSameLevelConstraint
Creates a new IlvSameLevelConstraint
.
IlvSameLevelConstraint(IlvSameLevelConstraint) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSameLevelConstraint
Creates a new IlvSameLevelConstraint
by copying an
existing one.
IlvSameLevelConstraint(IlvInputStream) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSameLevelConstraint
Creates a new IlvSameLevelConstraint
from an
IlvInputStream
.
IlvScalableFontManager - Class in ilog.views.chart
A class that provides support for scalable fonts to a Component
.
IlvScalableFontManager(Component, Dimension) - Constructor for class ilog.views.chart.IlvScalableFontManager
Creates a new IlvScalableFontManager
object
associated with the specified component with the specified
transform parameters and no min/max bounds ratio.
IlvScalableFontManager(Component, Dimension, float, float) - Constructor for class ilog.views.chart.IlvScalableFontManager
Creates a new IlvScalableFontManager
object
associated with the specified component with the specified
transform parameters.
IlvScale - Class in ilog.views.chart
Represents a scale that can be connected to a chart axis.
IlvScale() - Constructor for class ilog.views.chart.IlvScale
Creates a numeric scale with the step and substep units automatically
computed.
IlvScale(double, double) - Constructor for class ilog.views.chart.IlvScale
Creates a new numeric scale with the specified step and substep units.
IlvScale(IlvTimeUnit) - Constructor for class ilog.views.chart.IlvScale
Creates a new time scale with the specified time unit.
IlvScale - Class in ilog.views.graphic
IlvScale
is an abstract class from which
all instances of scale object classes are derived.
IlvScale(IlvRect, int, int, float, float, float, float, String) - Constructor for class ilog.views.graphic.IlvScale
Creates a new scale by specifying a minimum and maximum value for the labels.
IlvScale(IlvRect, String[], int, float, float) - Constructor for class ilog.views.graphic.IlvScale
Creates a new scale by specifying the labels.
IlvScale(IlvScale) - Constructor for class ilog.views.graphic.IlvScale
Creates a new IlvScale
by copying an existing one.
IlvScale(IlvInputStream) - Constructor for class ilog.views.graphic.IlvScale
Reads the object from an IlvInputStream
.
IlvScaleAnnotation - Class in ilog.views.chart
Draws an annotation on a scale.
IlvScaleAnnotation(double) - Constructor for class ilog.views.chart.IlvScaleAnnotation
Creates a new IlvScaleAnnotation
for the specified value.
IlvScaleAnnotation(double, String) - Constructor for class ilog.views.chart.IlvScaleAnnotation
Creates a new IlvScaleAnnotation
for the specified value
with the specified text.
IlvScaleAnnotation(double, String, IlvLabelRenderer) - Constructor for class ilog.views.chart.IlvScaleAnnotation
Creates a new IlvScaleAnnotation
for the specified value
with the specified text and the specified label rendering style.
IlvScaleBar - Class in ilog.views.maps.beans
This class defines a component that displays the scale of an IlvManagerView
.
IlvScaleBar() - Constructor for class ilog.views.maps.beans.IlvScaleBar
Creates a new instance of IlvScaleBar
.
IlvScaleBehavior - Class in ilog.views.prototypes
The class IlvScaleBehavior
is used to set the vertical or
horizontal scaling factor that is applied to a specific group element.
IlvScaleBehavior(String, String, String, boolean) - Constructor for class ilog.views.prototypes.IlvScaleBehavior
Creates a new scale behavior object.
IlvScaleBehavior(IlvScaleBehavior) - Constructor for class ilog.views.prototypes.IlvScaleBehavior
Creates a new behavior object by copying an existing one.
IlvScaleBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvScaleBehavior
Reads the behavior from an IlvInputStream
stream.
IlvScaleController - Class in ilog.views.maps
This class provides the basic services to compute or set the
scale of a view.
IlvScaledPrintablePage - Class in ilog.views.gantt.print
This class defines a scaled printable page.
IlvScaledPrintablePage(double, double) - Constructor for class ilog.views.gantt.print.IlvScaledPrintablePage
Creates a IlvScaledPrintablePage
.
IlvScaleVisibilityFilter - Class in ilog.views.maps
Controls the visibility of a layer according to its scale.
IlvScaleVisibilityFilter(double, double, IlvLinearUnit) - Constructor for class ilog.views.maps.IlvScaleVisibilityFilter
Initializes an IlvScaleVisibilityFilter
object.
IlvScaleVisibilityFilter(IlvInputStream) - Constructor for class ilog.views.maps.IlvScaleVisibilityFilter
Initializes an IlvScaleVisibilityFilter
from an
IlvInputStream
.
IlvScatterChartRenderer - Class in ilog.views.chart.renderer
A renderer displaying several scatter charts.
IlvScatterChartRenderer() - Constructor for class ilog.views.chart.renderer.IlvScatterChartRenderer
Creates a new scatter chart renderer.
IlvScatterChartRenderer(IlvMarker, int) - Constructor for class ilog.views.chart.renderer.IlvScatterChartRenderer
Creates a new scatter chart renderer.
IlvScheduleChart - Class in ilog.views.gantt
A Schedule chart is a chart that displays the schedule of resources.
IlvScheduleChart() - Constructor for class ilog.views.gantt.IlvScheduleChart
Creates a new IlvScheduleChart
.
IlvScheduleDataChart - Class in ilog.views.schedule
An
IlvScheduleDataChart
displays time-based numerical data
obtained from a
Gantt data model
as a Cartesian x-y
chart.
IlvScheduleDataChart() - Constructor for class ilog.views.schedule.IlvScheduleDataChart
Creates a new Schedule Data chart object.
IlvScheduleInfoViewInteractor - Class in ilog.views.schedule.interactor
IlvScheduleInfoViewInteractor
is an interactor that displays an
information tooltip when the mouse cursor is over a chart point.
IlvScheduleInfoViewInteractor() - Constructor for class ilog.views.schedule.interactor.IlvScheduleInfoViewInteractor
Creates a new IlvScheduleInfoViewInteractor
.
IlvScriptDescriptor - Class in ilog.views.faces.dhtml.renderkit
The script descriptor class is associated with a type of DHTML components
and defines the scripts that are needed by this component in order
to work properly.
IlvScriptDescriptor(String) - Constructor for class ilog.views.faces.dhtml.renderkit.IlvScriptDescriptor
Builds a new instance of a Script descriptor.
IlvScriptDescriptor(String, IlvScriptDescriptor) - Constructor for class ilog.views.faces.dhtml.renderkit.IlvScriptDescriptor
Builds a new instance of a Script descriptor.
IlvScriptManager - Class in ilog.views.faces.dhtml.renderkit
This class manages the JavaScript scripts that are needed by the JViews
Faces DHTML components to render properly.
IlvScriptManager() - Constructor for class ilog.views.faces.dhtml.renderkit.IlvScriptManager
Creates a new IlvScriptManager
instance.
IlvScriptMessageParameterHandlerFactory - Class in ilog.views.util.servlet
IlvScriptMessageServletSupport - Class in ilog.views.util.servlet
The IlvScriptMessageServletSupport
class defines a servlet support
dedicated to load script message requests.
IlvScriptMessageServletSupport(ServletContext) - Constructor for class ilog.views.util.servlet.IlvScriptMessageServletSupport
Creates an IlvScriptMessageServletSupport
.
IlvScrollDownAccelerator - Class in ilog.views.accelerator
IlvScrollDownAccelerator
is used to allow the user to scroll
down the manager view.
IlvScrollDownAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvScrollDownAccelerator
Creates an IlvScrollDownAccelerator
.
IlvScrollDownAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvScrollDownAccelerator
Creates an IlvScrollDownAccelerator
.
IlvScrollDownAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvScrollDownAccelerator
Creates an IlvScrollDownAccelerator
.
IlvScrollLeftAccelerator - Class in ilog.views.accelerator
IlvScrollLeftAccelerator
is used to allow the user to scroll
to the left of a manager view.
IlvScrollLeftAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvScrollLeftAccelerator
Creates an IlvScrollLeftAccelerator
.
IlvScrollLeftAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvScrollLeftAccelerator
Creates an IlvScrollLeftAccelerator
.
IlvScrollLeftAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvScrollLeftAccelerator
Creates an IlvScrollLeftAccelerator
.
IlvScrollManagerView - Class in ilog.views.awt
A panel containing an IlvManagerView
and two scrollbars.
IlvScrollManagerView() - Constructor for class ilog.views.awt.IlvScrollManagerView
Creates a new IlvScrollManagerView
.
IlvScrollManagerView(IlvManager, IlvTransformer) - Constructor for class ilog.views.awt.IlvScrollManagerView
Creates a new IlvScrollManagerView
.
IlvScrollManagerView(IlvManager, IlvTransformer, Adjustable, Adjustable) - Constructor for class ilog.views.awt.IlvScrollManagerView
Creates a new IlvScrollManagerView
.
IlvScrollManagerView(IlvManagerView) - Constructor for class ilog.views.awt.IlvScrollManagerView
Creates a new IlvScrollManagerView
.
IlvScrollManagerView(IlvManagerView, Adjustable, Adjustable) - Constructor for class ilog.views.awt.IlvScrollManagerView
Creates a new IlvScrollManagerView
.
IlvScrollRightAccelerator - Class in ilog.views.accelerator
IlvScrollRightAccelerator
is used to allow the user to scroll
to the right of a manager view.
IlvScrollRightAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvScrollRightAccelerator
Creates an IlvScrollRightAccelerator
.
IlvScrollRightAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvScrollRightAccelerator
Creates an IlvScrollRightAccelerator
.
IlvScrollRightAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvScrollRightAccelerator
Creates an IlvScrollRightAccelerator
.
IlvScrollToTimeIndicatorAction - Class in ilog.views.gantt.action
IlvScrollToTimeIndicatorAction(IlvGanttSheet, IlvTimeIndicator, String, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvScrollToTimeIndicatorAction
Creates an
IlvScrollToTimeIndicatorAction
for the specified
IlvGanttSheet
object with a default icon.
IlvScrollToTimeIndicatorAction(IlvGanttSheet, IlvTimeIndicator, String, Icon, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvScrollToTimeIndicatorAction
Creates an
IlvScrollToTimeIndicatorAction
for the specified
IlvGanttSheet
object.
IlvScrollUpAccelerator - Class in ilog.views.accelerator
IlvScrollUpAccelerator
is used to allow the user to scroll
up the manager view.
IlvScrollUpAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvScrollUpAccelerator
Creates an IlvScrollUpAccelerator
.
IlvScrollUpAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvScrollUpAccelerator
Creates an IlvScrollUpAccelerator
.
IlvScrollUpAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvScrollUpAccelerator
Creates an IlvScrollUpAccelerator
.
IlvSDMClippingLinkConnector - Class in ilog.views.sdm.renderer
This class implements a special clipping link connector that
takes into account the link connection rectangle of a node.
IlvSDMClippingLinkConnector(IlvLinkImage, boolean) - Constructor for class ilog.views.sdm.renderer.IlvSDMClippingLinkConnector
Creates a new SDM clipping link connector.
IlvSDMClippingLinkConnector(IlvGraphic, IlvSDMEngine) - Constructor for class ilog.views.sdm.renderer.IlvSDMClippingLinkConnector
Creates a new SDM clipping link connector.
IlvSDMClippingLinkConnector(IlvGraphic) - Constructor for class ilog.views.sdm.renderer.IlvSDMClippingLinkConnector
Creates a new SDM clipping link connector.
IlvSDMClippingLinkConnector() - Constructor for class ilog.views.sdm.renderer.IlvSDMClippingLinkConnector
Creates a new SDM clipping link connector.
IlvSDMClippingLinkConnector(IlvInputStream) - Constructor for class ilog.views.sdm.renderer.IlvSDMClippingLinkConnector
Reads an SDM clipping link connector from an IVL input stream.
IlvSDMCompositeContext - Class in ilog.views.sdm
This helper class is the implementation of IlvCompositeContext
for SDM.
IlvSDMCompositeContext(IlvSDMEngine) - Constructor for class ilog.views.sdm.IlvSDMCompositeContext
Constructs a composite context.
IlvSDMCompositeInteractor - Class in ilog.views.sdm
The object interactor that is used on the composite graphics
to invoke Swing actions.
IlvSDMCompositeInteractor() - Constructor for class ilog.views.sdm.IlvSDMCompositeInteractor
Default constructor.
IlvSDMCompositeLink - Class in ilog.views.sdm.graphic
This class adds layering features to the IlvCompositeLink
class.
IlvSDMCompositeLink() - Constructor for class ilog.views.sdm.graphic.IlvSDMCompositeLink
Creates an IlvSDMCompositeLink
instance.
IlvSDMCompositeLink(IlvGraphic, IlvGraphic, boolean) - Constructor for class ilog.views.sdm.graphic.IlvSDMCompositeLink
Creates a new IlvSDMCompositeLink
instance.
IlvSDMCompositeLink(IlvGraphic, IlvGraphic, boolean, IlvLinkImage) - Constructor for class ilog.views.sdm.graphic.IlvSDMCompositeLink
Creates a new IlvSDMCompositeLink
instance.
IlvSDMCompositeLink(IlvInputStream) - Constructor for class ilog.views.sdm.graphic.IlvSDMCompositeLink
Reads the object from an IlvInputStream
.
IlvSDMCompositeLink(IlvSDMCompositeLink) - Constructor for class ilog.views.sdm.graphic.IlvSDMCompositeLink
Creates an IlvSDMCompositeLink
by copying an existing one.
IlvSDMCompositeNode - Class in ilog.views.sdm.graphic
This class is typically used in CSS to instantiate composite graphic
nodes.
IlvSDMCompositeNode() - Constructor for class ilog.views.sdm.graphic.IlvSDMCompositeNode
Creates an IlvSDMCompositeNode
instance.
IlvSDMCompositeNode(IlvLayoutManager) - Constructor for class ilog.views.sdm.graphic.IlvSDMCompositeNode
Creates an IlvCompositeGraphic
instance with the
specified layout.
IlvSDMCompositeNode(IlvInputStream) - Constructor for class ilog.views.sdm.graphic.IlvSDMCompositeNode
Reads the object from an IlvInputStream
.
IlvSDMCompositeNode(IlvSDMCompositeNode) - Constructor for class ilog.views.sdm.graphic.IlvSDMCompositeNode
Creates a new IlvCompositeGraphic
by copying an existing one.
IlvSDMCompositeSelectInteractor - Class in ilog.views.sdm.interactor
IlvSDMCompositeSelectInteractor() - Constructor for class ilog.views.sdm.interactor.IlvSDMCompositeSelectInteractor
Default constructor.
IlvSDMConstants - Interface in ilog.views.sdm.util
This interface holds a number of shared constants
used by different classes of the SDM module.
IlvSDMCSSFunction - Class in ilog.views.sdm.renderer
This interface define functions in IlvStyleSheetRenderer
, so x
they can be called from a style sheet.
IlvSDMCSSFunction() - Constructor for class ilog.views.sdm.renderer.IlvSDMCSSFunction
Constructor for IlvSDMCSSFunction.
IlvSDMCSSFunction.Feedback - Class in ilog.views.sdm.renderer
A placeholder which contains a String and an object.
IlvSDMCSSFunction.NumericSymbolInteractor - Class in ilog.views.sdm.renderer
SymbolInteractor subclass to handle numerical values.
IlvSDMCSSFunction.StateSymbolInteractor - Class in ilog.views.sdm.renderer
SymbolInteractor subclass to handle String values.
IlvSDMCSSFunction.SymbolInteractor - Class in ilog.views.sdm.renderer
CSS function to handle symbol interactions in a cleaner way.
IlvSDMCSSFunction.Test - Class in ilog.views.sdm.renderer
Test function.
IlvSDMDragSource - Class in ilog.views.sdm.util
The class IlvSDMDragSource
handles the "drag"
part of drag-and-drop interactions between SDM engines.
IlvSDMDragSource(IlvSDMEngine, IlvManagerView) - Constructor for class ilog.views.sdm.util.IlvSDMDragSource
Creates a new drag source associated with the specified
engine and the specified view.
IlvSDMDropTarget - Class in ilog.views.sdm.util
The class IlvSDMDropTarget
handles the "drop"
part of drag-and-drop interactions between SDM engines.
IlvSDMDropTarget(IlvSDMEngine, IlvManagerView) - Constructor for class ilog.views.sdm.util.IlvSDMDropTarget
Creates a new drop target associated with the specified
engine and the specified view.
IlvSDMEngine - Class in ilog.views.sdm
IlvSDMEngine
is the main class in the
Stylable Data Mapper package.
IlvSDMEngine(IlvGrapher, IlvSDMModel) - Constructor for class ilog.views.sdm.IlvSDMEngine
Creates an SDM engine with a specified grapher
and data model.
IlvSDMEngine() - Constructor for class ilog.views.sdm.IlvSDMEngine
Creates an SDM engine for a new grapher
with a default data model,
which is an instance of the class
IlvDefaultSDMModel
.
IlvSDMException - Exception in ilog.views.sdm
Exceptions of the class IlvSDMException
are thrown by various classes of the
ilog.views.sdm
package.
IlvSDMException() - Constructor for exception ilog.views.sdm.IlvSDMException
Creates a new SDM exception with no error message.
IlvSDMException(String) - Constructor for exception ilog.views.sdm.IlvSDMException
Creates a new SDM exception with a specified error message.
IlvSDMException(Throwable) - Constructor for exception ilog.views.sdm.IlvSDMException
Constructs a new IlvSDMException
with the specified cause.
IlvSDMException(String, Throwable) - Constructor for exception ilog.views.sdm.IlvSDMException
Creates a new IlvSDMException
with the specified
detail detail message and cause.
IlvSDMFreeLinkConnector - Class in ilog.views.sdm.renderer
This class implements a special free link connector that
takes into account the link connection rectangle of a node.
IlvSDMFreeLinkConnector(IlvLinkImage, boolean) - Constructor for class ilog.views.sdm.renderer.IlvSDMFreeLinkConnector
Creates a new SDM free link connector.
IlvSDMFreeLinkConnector(IlvGraphic, IlvSDMEngine) - Constructor for class ilog.views.sdm.renderer.IlvSDMFreeLinkConnector
Creates a new SDM free link connector.
IlvSDMFreeLinkConnector(IlvGraphic) - Constructor for class ilog.views.sdm.renderer.IlvSDMFreeLinkConnector
Creates a new SDM free link connector.
IlvSDMFreeLinkConnector() - Constructor for class ilog.views.sdm.renderer.IlvSDMFreeLinkConnector
Creates a new SDM free link connector.
IlvSDMFreeLinkConnector(IlvInputStream) - Constructor for class ilog.views.sdm.renderer.IlvSDMFreeLinkConnector
Reads an SDM free link connector from an IVL input stream.
IlvSDMHierarchyExpandManager - Class in ilog.views.maps
Provides automatic expansion and collapsing of SDM groups of symbols when the map scale
changes.
IlvSDMHierarchyExpandManager(IlvSDMEngine) - Constructor for class ilog.views.maps.IlvSDMHierarchyExpandManager
Creates a new IlvSDMHierarchyExpandManager
.
IlvSDMImageMapAreaGenerator - Class in ilog.views.sdm.servlet
An object used to generate an AREA element of an image map.
IlvSDMImageMapAreaGenerator() - Constructor for class ilog.views.sdm.servlet.IlvSDMImageMapAreaGenerator
Creates a new SDM image map generator.
IlvSDMLink - Interface in ilog.views.sdm.model
IlvSDMLink
is the interface that
describes the links of a default SDM model.
IlvSDMLinkBundle - Class in ilog.views.sdm.graphic
This class adds styling support to the IlvLinkBundle
class.
IlvSDMLinkBundle() - Constructor for class ilog.views.sdm.graphic.IlvSDMLinkBundle
Creates an IlvSDMLinkBundle
instance.
IlvSDMLinkBundle(IlvGraphic, IlvGraphic, boolean) - Constructor for class ilog.views.sdm.graphic.IlvSDMLinkBundle
Creates a new IlvSDMLinkBundle
instance with
no intermediate points and no overview link.
IlvSDMLinkBundle(IlvGraphic, IlvGraphic, boolean, IlvPoint[]) - Constructor for class ilog.views.sdm.graphic.IlvSDMLinkBundle
Creates a new IlvSDMLinkBundle
instance with no
overview link.
IlvSDMLinkBundle(IlvGraphic, IlvGraphic, boolean, IlvPoint[], IlvLinkImage) - Constructor for class ilog.views.sdm.graphic.IlvSDMLinkBundle
Creates a new IlvSDMLinkBundle
instance.
IlvSDMLinkBundle(IlvInputStream) - Constructor for class ilog.views.sdm.graphic.IlvSDMLinkBundle
Reads the object from an IlvInputStream
.
IlvSDMLinkBundle(IlvSDMLinkBundle) - Constructor for class ilog.views.sdm.graphic.IlvSDMLinkBundle
Creates an IlvSDMLinkBundle
by copying an existing one.
IlvSDMLinkConnector - Class in ilog.views.sdm.renderer
This link connector subclass is designed to be used
in an SDM engine.
IlvSDMLinkConnector(IlvSDMEngine, boolean) - Constructor for class ilog.views.sdm.renderer.IlvSDMLinkConnector
Creates a new IlvSDMLinkConnector
.
IlvSDMLinkConnector(IlvGraphic, IlvSDMEngine, boolean) - Constructor for class ilog.views.sdm.renderer.IlvSDMLinkConnector
Creates a new IlvSDMLinkConnector
attached to
a specified node.
IlvSDMLinkConnector(IlvInputStream) - Constructor for class ilog.views.sdm.renderer.IlvSDMLinkConnector
Reads the link connector from an IlvInputStream
.
IlvSDMLinkConnector(boolean) - Constructor for class ilog.views.sdm.renderer.IlvSDMLinkConnector
Creates a new IlvSDMLinkConnector
.
IlvSDMLinkConnector() - Constructor for class ilog.views.sdm.renderer.IlvSDMLinkConnector
Creates a new IlvSDMLinkConnector
.
IlvSDMLinkReconnector - Class in ilog.views.sdm.util
The class IlvSDMLinkReconnector
lets
users interactively reconnect links to different
nodes in a manager view associated with an SDM
engine.
IlvSDMLinkReconnector(IlvSDMEngine, IlvManagerView) - Constructor for class ilog.views.sdm.util.IlvSDMLinkReconnector
Creates a new link reconnector associated with the specified
engine and the specified view.
IlvSDMModel - Interface in ilog.views.sdm
The IlvSDMModel
interface describes a
set of objects that constitute a graph of nodes connected
by links.
IlvSDMMutableStyleSheet - Class in ilog.views.sdm.util
This is a mutable style sheet.
IlvSDMMutableStyleSheet(IlvSDMEngine) - Constructor for class ilog.views.sdm.util.IlvSDMMutableStyleSheet
Creates a new mutable style sheet.
IlvSDMMutableStyleSheet(IlvSDMEngine, boolean, boolean) - Constructor for class ilog.views.sdm.util.IlvSDMMutableStyleSheet
Creates a new mutable style sheet.
IlvSDMNode - Interface in ilog.views.sdm.model
IlvSDMNode
is the base interface
used to describe the nodes and the links of a
default SDM model.
IlvSDMObjectComparator - Class in ilog.views.sdm.renderer.graphlayout
IlvSDMObjectComparator
allows you to define one or more
ordering criteria for the nodes and links of a graph.
IlvSDMObjectComparator() - Constructor for class ilog.views.sdm.renderer.graphlayout.IlvSDMObjectComparator
Creates a new empty IlvSDMObjectComparator
instance.
IlvSDMObjectComparator(IlvSDMObjectComparator.SortCriteria[]) - Constructor for class ilog.views.sdm.renderer.graphlayout.IlvSDMObjectComparator
Creates a new IlvSDMObjectComparator
with a given
list of sort criteria.
IlvSDMObjectComparator(String) - Constructor for class ilog.views.sdm.renderer.graphlayout.IlvSDMObjectComparator
Creates a new IlvSDMObjectComparator
from a given
text description.
IlvSDMObjectComparator(IlvInputStream) - Constructor for class ilog.views.sdm.renderer.graphlayout.IlvSDMObjectComparator
Reads the object from an IlvInputStream
.
IlvSDMObjectComparator.ComparatorSortCriteria - Class in ilog.views.sdm.renderer.graphlayout
ComparatorSortCriteria
defines a sort criteria
by using an implementation of java.util.Comparator
.
IlvSDMObjectComparator.DataModelAttributeSortCriteria - Class in ilog.views.sdm.renderer.graphlayout
DataModelAttributeSortCriteria
defines a sort criteria
that allows you to specify the order using data model attributes
of the objects.
IlvSDMObjectComparator.ModelOrderSortCriteria - Class in ilog.views.sdm.renderer.graphlayout
ModelOrderSortCriteria
defines a sort criteria
to order the objects as in the SDM model.
IlvSDMObjectComparator.SortCriteria - Class in ilog.views.sdm.renderer.graphlayout
SortCriteria
is the base class
for specifying a sort criteria.
IlvSDMPaletteConnector - Class in ilog.views.sdm.util
The class IlvSDMPaletteConnector
connects two manager
views associated with two SDM engines, so that the first view can be
used as a palette to create new objects in the second view.
IlvSDMPaletteConnector(IlvSDMEngine, IlvManagerView, IlvManagerView) - Constructor for class ilog.views.sdm.util.IlvSDMPaletteConnector
Creates a new palette connector associated with the specified
engine, the specified palette view, and the specified target view.
IlvSDMRenderer - Class in ilog.views.sdm.renderer
The class IlvSDMRenderer
is the base class
for the renderers used in an SDM engine.
IlvSDMRenderer() - Constructor for class ilog.views.sdm.renderer.IlvSDMRenderer
Creates a new SDM renderer.
IlvSDMServlet - Class in ilog.views.sdm.servlet
This class implements a servlet that wraps an SDM view.
IlvSDMServlet() - Constructor for class ilog.views.sdm.servlet.IlvSDMServlet
Creates an SDM servlet.
IlvSDMServletSupport - Class in ilog.views.sdm.servlet
IlvSDMServletSupport() - Constructor for class ilog.views.sdm.servlet.IlvSDMServletSupport
IlvSDMServletSupport(ServletContext) - Constructor for class ilog.views.sdm.servlet.IlvSDMServletSupport
Creates a new SDM servlet support instance in mono-session mode.
IlvSDMTableMediator - Class in ilog.views.sdm.swing
This class lets you connect a Swing JTable to an
SDM engine.
IlvSDMTableMediator(IlvSDMEngine, JTable, String) - Constructor for class ilog.views.sdm.swing.IlvSDMTableMediator
Creates a new SDM table mediator, which connects
an SDM engine with a Swing JTable.
IlvSDMTableModel - Class in ilog.views.sdm.swing
This class is an adapter that lets you create
a Swing JTable data model from an SDM model.
IlvSDMTableModel(IlvSDMModel, String) - Constructor for class ilog.views.sdm.swing.IlvSDMTableModel
Creates a new SDM table model that describes the
objects of an SDM model.
IlvSDMTableModelFilter - Interface in ilog.views.sdm.swing
The
IlvSDMTableModelFilter
controls which objects and properties of
an SDM model are displayed by an
IlvSDMTableModel
.
IlvSDMUndoManager - Class in ilog.views.sdm.swing
The class IlvSDMUndoManager
provides undo/redo capabilities for an
SDM engine.
IlvSDMUndoManager(IlvSDMEngine) - Constructor for class ilog.views.sdm.swing.IlvSDMUndoManager
Creates a new undo manager for the specified SDM engine.
IlvSDMUndoManager.UndoSDMModel - Class in ilog.views.sdm.swing
This class is the filtering SDM data model that records
in the undo manager all the editing calls on the underlying
data model.
IlvSDMUtilitiesFactory - Class in ilog.views.sdm.util
The class
IlvSDMUtilitiesFactory
is a factory that creates the various utility objects
used by an
IlvSDMView
.
IlvSDMUtilitiesFactory() - Constructor for class ilog.views.sdm.util.IlvSDMUtilitiesFactory
Creates a new IlvSDMUtilitiesFactory
.
IlvSDMView - Class in ilog.views.sdm
IlvSDMView(IlvSDMEngine) - Constructor for class ilog.views.sdm.IlvSDMView
Creates an SDM view associated with the specified SDM engine.
IlvSDMView() - Constructor for class ilog.views.sdm.IlvSDMView
Creates a new SDM view.
IlvSDMView(IlvSDMModel) - Constructor for class ilog.views.sdm.IlvSDMView
Creates an SDM view with the specified SDM model.
IlvSDOConnection - Class in ilog.views.maps.format.oracle
A persistent class used to save Oracle Connection parameters.
IlvSDOConnection(String, String, String) - Constructor for class ilog.views.maps.format.oracle.IlvSDOConnection
Initializes an instance of IlvSDOConnection
.
IlvSDOConnection(IlvInputStream) - Constructor for class ilog.views.maps.format.oracle.IlvSDOConnection
Reads an IlvSDOConnection
from an IlvInputStream
.
IlvSDOConnectionFactory - Interface in ilog.views.maps.format.oracle
An interface used to implement factories for Oracle connections.
IlvSDODataSource - Class in ilog.views.maps.datasource
IlvSDODataSource
represents a data source used to read from an
Oracle SDO database.
IlvSDODataSource(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvSDODataSource
Constructs an IlvSDODataSource
from a specified
IlvInputStream
instance.
IlvSDODataSource(IlvSDOConnection, boolean, String) - Constructor for class ilog.views.maps.datasource.IlvSDODataSource
Constructs a new Oracle IlvSDODataSource
using the specified parameters
IlvSDODataSource.OracleIterator - Class in ilog.views.maps.datasource
An internal IlvMapRegionOfInterestIterator
to go over an
Oracle SDO connection.
IlvSDODataSource.SDOLayerFilter - Class in ilog.views.maps.datasource
SDOLayerFilter
represents an SDO layer filter.
IlvSDOException - Exception in ilog.views.maps.format.oracle
The exception returned by the SDO feature iterator.
IlvSDOException(String) - Constructor for exception ilog.views.maps.format.oracle.IlvSDOException
Initializes an IlvSDOException
with a message.
IlvSDOException(SQLException) - Constructor for exception ilog.views.maps.format.oracle.IlvSDOException
Initializes an IlvSDOException
with an SQLException
.
IlvSDOExporter - Class in ilog.views.maps.export
A IlvMapExporter
specialized in exporting maps to Oracle SDO database.
IlvSDOExporter() - Constructor for class ilog.views.maps.export.IlvSDOExporter
Creates a new IlvSDOExporter
.
IlvSDOFeatureIterator - Class in ilog.views.maps.format.oracle
This class converts Oracle SDO geometries retrieved from an Oracle database
into Rogue Wave JViews IlvMapFeature
objects.
IlvSDOFeatureIterator(ResultSet) - Constructor for class ilog.views.maps.format.oracle.IlvSDOFeatureIterator
Initializes a feature iterator that can iterate over a ResultSet
.
IlvSDOFeatureIterator(Connection, String) - Constructor for class ilog.views.maps.format.oracle.IlvSDOFeatureIterator
Initializes a feature iterator that can iterate over the result of
a specified query.
IlvSDOLayer - Class in ilog.views.maps.format.oracle
Implements load-on-demand for an Oracle SDO data source.
IlvSDOLayer(IlvSDOConnection, String) - Constructor for class ilog.views.maps.format.oracle.IlvSDOLayer
Initializes an instance of IlvSDOLayer
that will load
the data from the specified layer name.
IlvSDOLayer(IlvSDOConnection, String, IlvTileCache) - Constructor for class ilog.views.maps.format.oracle.IlvSDOLayer
Initializes an instance of IlvSDOLayer
that will load
the data from the specified layer name.
IlvSDOLayer(IlvSDOConnection, IlvSDOTileLoader, IlvTileCache) - Constructor for class ilog.views.maps.format.oracle.IlvSDOLayer
Initializes an instance of IlvSDOLayer
that loads
the data with the specified tile loader.
IlvSDOLayer(IlvSDOConnection, IlvSDOTileLoader, IlvTileCache, int) - Constructor for class ilog.views.maps.format.oracle.IlvSDOLayer
Initializes an instance of IlvSDOLayer
that loads
the data with the specified tile loader.
IlvSDOLayer(IlvInputStream) - Constructor for class ilog.views.maps.format.oracle.IlvSDOLayer
Reads the layer from an IlvInputStream
.
IlvSDOTileLoader - Class in ilog.views.maps.format.oracle
The base class to implement tile loaders for Oracle SDO.
IlvSDOTileLoader(IlvSDOConnection) - Constructor for class ilog.views.maps.format.oracle.IlvSDOTileLoader
Initializes an instance of IlvSDOTileLoader
IlvSDOTileLoader(IlvInputStream) - Constructor for class ilog.views.maps.format.oracle.IlvSDOTileLoader
Reads the tile loader from an IlvInputStream
IlvSDOUtil - Class in ilog.views.maps.format.oracle
Utility class for basic SDO requests.
IlvSDOWriter - Class in ilog.views.maps.format.oracle
This class can write the content of an IlvFeatureIterator
to an
Oracle SDO layer.
IlvSDOWriter(Connection, String, int, String) - Constructor for class ilog.views.maps.format.oracle.IlvSDOWriter
Initializes an IlvSDOWriter
to write data to an existing
SDO layer.
IlvSDOWriter(Connection, String, int, IlvCoordinate, IlvCoordinate) - Constructor for class ilog.views.maps.format.oracle.IlvSDOWriter
Initializes an IlvSDOWriter
that creates an SDO layer.
IlvSDXLConstants - Interface in ilog.views.gantt.xml
The IlvSDXLConstants
interface defines various constant values
used throughout the ilog.views.gantt.xml
package.
IlvSDXLFileConnector - Class in ilog.views.gantt.xml
This class is designed to connect a SDXL file to a Gantt Chart
or an IlvScheduleChart
.
IlvSDXLFileConnector() - Constructor for class ilog.views.gantt.xml.IlvSDXLFileConnector
Creates an IlvSDXLFileConnector
.
IlvSDXLFileConnector(IlvGanttDocumentReader, IlvGanttDocumentWriter) - Constructor for class ilog.views.gantt.xml.IlvSDXLFileConnector
Creates an IlvSDXLFileConnector
with a specific customized
XML document reader and a specific customized XML document writer.
IlvSeeThroughConfigurationPanel - Class in ilog.views.maps.interactor
IlvSeeThroughConfigurationPanel
represents a pane used to configure
an IlvSeeThroughInteractor
.
IlvSeeThroughConfigurationPanel(IlvManager, IlvSeeThroughInteractor) - Constructor for class ilog.views.maps.interactor.IlvSeeThroughConfigurationPanel
Constructs a new IlvSeeThroughConfigurationPanel
.
IlvSeeThroughInteractor - Class in ilog.views.maps.interactor
An interactor designed to show a part of a map independently from current
layer visibility states.
IlvSeeThroughInteractor() - Constructor for class ilog.views.maps.interactor.IlvSeeThroughInteractor
Constructs and initializes a new instance of the
IlvSeeThroughInteractor
.
IlvSegmentedHyperEdge - Class in ilog.views.hypergraph
IlvSegmentedHyperEdge
is a hyperedge that consists of several
line segments.
IlvSegmentedHyperEdge() - Constructor for class ilog.views.hypergraph.IlvSegmentedHyperEdge
Creates a new segmented hyperedge.
IlvSegmentedHyperEdge(IlvGraphicVector, IlvGraphicVector) - Constructor for class ilog.views.hypergraph.IlvSegmentedHyperEdge
Creates a new segmented hyperedge.
IlvSegmentedHyperEdge(IlvSegmentedHyperEdge) - Constructor for class ilog.views.hypergraph.IlvSegmentedHyperEdge
Creates an IlvSegmentedHyperEdge
by copying an existing one.
IlvSegmentedHyperEdge(IlvInputStream) - Constructor for class ilog.views.hypergraph.IlvSegmentedHyperEdge
Reads the object from an IlvInputStream
.
IlvSegmentedHyperEdge.HyperEdgeEnd - Class in ilog.views.hypergraph
This is the hyperedge end of an segmented hyperedge.
IlvSegmentedHyperEdge.Segment - Class in ilog.views.hypergraph
A segment of the hyperedge.
IlvSegmentedHyperEdge.SegmentShape - Class in ilog.views.hypergraph
This class is used to store the internal shape of the hyperedge in ivl
files.
IlvSegmentedHyperEdgeEdition - Class in ilog.views.hypergraph
An object interactor used to edit objects of class
IlvSegmentedHyperEdge
.
IlvSegmentedHyperEdgeEdition() - Constructor for class ilog.views.hypergraph.IlvSegmentedHyperEdgeEdition
Creates and initializes the interactor.
IlvSegmentedHyperEdgeSelection - Class in ilog.views.hypergraph
The selection object for an IlvSegmentedHyperEdge.
IlvSegmentedHyperEdgeSelection(IlvSegmentedHyperEdge) - Constructor for class ilog.views.hypergraph.IlvSegmentedHyperEdgeSelection
Creates a new selection object.
IlvSelectableSymbol - Interface in ilog.views.symbol.util
The interface implemented by selectable compiled symbols.
IlvSelectAllAccelerator - Class in ilog.views.accelerator
IlvSelectAllAccelerator
is used to allow the user to select
all the selectable objects in the manager.
IlvSelectAllAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvSelectAllAccelerator
Creates an IlvSelectAllAccelerator
.
IlvSelectAllAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvSelectAllAccelerator
Creates an IlvSelectAllAccelerator
.
IlvSelectAllAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvSelectAllAccelerator
Creates an IlvSelectAllAccelerator
.
IlvSelectInteractor - Class in ilog.views.interactor
Interactor that lets you select, move, and edit an object in a manager.
IlvSelectInteractor() - Constructor for class ilog.views.interactor.IlvSelectInteractor
Constructs and initializes a new instance of a select interactor.
IlvSelectInteractorMoveSelection - Class in ilog.views.interactor
Interactor that is called by IlvSelectInteractor
to move
selected objects.
IlvSelectInteractorMoveSelection(IlvSelectInteractor) - Constructor for class ilog.views.interactor.IlvSelectInteractorMoveSelection
Creates a new IlvSelectInteractorMoveSelection
referring to
an IlvSelectInteractor
.
IlvSelectInteractorMultipleSelection - Class in ilog.views.interactor
Interactor that is called by IlvSelectInteractor
to select all
objects in a rectangle.
IlvSelectInteractorMultipleSelection(IlvSelectInteractor) - Constructor for class ilog.views.interactor.IlvSelectInteractorMultipleSelection
Creates a new IlvSelectInteractorMultipleSelection
referring
to the specified IlvSelectInteractor
.
IlvSelection - Class in ilog.views
An abstract class that describes
the selection on another object.
IlvSelection(IlvGraphic) - Constructor for class ilog.views.IlvSelection
Creates a new selection object.
IlvSelectionFactory - Interface in ilog.views
An interface to be implemented by objects that can create a selection
object.
IlvSelectionParameterHandlerFactory - Class in ilog.views.util.servlet
The class returns the parameter handler for various selection requests.
IlvSelectionResizable - Interface in ilog.views.util.servlet
Use the IlvSelectionResizable
interface to test if the selected object can be resized.
IlvSelectionResponse(HttpServletRequest, HttpServletResponse) - Constructor for class ilog.views.util.servlet.IlvSelectionSupport.IlvSelectionResponse
Creates a new IlvSelectionResponse
instance.
IlvSelectionSupport - Class in ilog.views.util.servlet
This class describes a servlet support for handling selection requests.
IlvSelectionSupport() - Constructor for class ilog.views.util.servlet.IlvSelectionSupport
Creates a new IlvSelectionSupport
instance.
IlvSelectionSupport.IlvSelectionResponse - Class in ilog.views.util.servlet
IlvSelectionResponse
provides the context for handling a
selection request.
IlvSelectionUtil - Class in ilog.views.chart.util
A utility class for selection-related operations.
IlvSelectionUtil() - Constructor for class ilog.views.chart.util.IlvSelectionUtil
IlvSelectiveIterator<E> - Class in ilog.views.util.collections
IlvSelectiveIterator
wrappers an existing Iterator
so that it
will only visit elements in the original iteration that match a certain criteria.
IlvSelectiveIterator(Iterator<? extends E>, IlvUnaryPredicate<? super E>) - Constructor for class ilog.views.util.collections.IlvSelectiveIterator
Constructs an IlvSelectiveIterator
that will selectively traverse the
elements from the specified iterator
.
IlvSerializableUtil - Class in ilog.views.util
The IlvSerializableUtil
class consists of static methods
that are of use when working with java serialization.
IlvSerializableUtil() - Constructor for class ilog.views.util.IlvSerializableUtil
IlvServerAction - Interface in ilog.views.gantt.servlet
The IlvServerAction
interface should be implemented by objects
that need to be notified of named actions requested from the client.
IlvServerActionEvent - Class in ilog.views.util.servlet
A server action event.
IlvServerActionEvent(Object) - Constructor for class ilog.views.util.servlet.IlvServerActionEvent
The constructor with a event source.
IlvServerActionEvent(HttpServletRequest, String, String[]) - Constructor for class ilog.views.util.servlet.IlvServerActionEvent
The constructor with a http request, an action name, and the
parameters of the request.
IlvServerActionEvent(HttpServletRequest, HttpServletResponse, String) - Constructor for class ilog.views.util.servlet.IlvServerActionEvent
The constructor with a HTTP request, a HTTP response, and an action name.
IlvServerActionParser - Class in ilog.views.servlet
The class is used to parser the server action listeners installed by annotations
on an IlvManagerServletSupport
.
IlvServerActionParser(IlvManagerServletSupport) - Constructor for class ilog.views.servlet.IlvServerActionParser
The constructor with an IlvManagerServletSupport
parameter.
IlvServerSideLayout - Interface in ilog.views.chart
A layout interface used for the server side image generation.
IlvServletConfigParameters - Class in ilog.views.chart.servlet
The IlvServletConfigParameters
class represents the named
parameters of a ServletConfig
.
IlvServletConfigParameters(ServletConfig) - Constructor for class ilog.views.chart.servlet.IlvServletConfigParameters
Creates an IlvServletConfigParameters
instance that represents
the named parameters of the specified servlet configuration.
IlvServletConfigParameters - Class in ilog.views.gantt.servlet
The IlvServletConfigParameters
class represents the named
parameters of a ServletConfig
.
IlvServletConfigParameters(ServletConfig) - Constructor for class ilog.views.gantt.servlet.IlvServletConfigParameters
Creates an IlvServletConfigParameters
instance that represents
the named parameters of the specified servlet configuration.
IlvServletContextParameters - Class in ilog.views.chart.servlet
The IlvServletContextParameters
class represents the named
parameters of a ServletContext
.
IlvServletContextParameters(ServletContext) - Constructor for class ilog.views.chart.servlet.IlvServletContextParameters
Creates an IlvServletContextParameters
instance that represents
the named parameters of the specified application-wide servlet context.
IlvServletContextParameters - Class in ilog.views.gantt.servlet
The IlvServletContextParameters
class represents the named
parameters of a ServletContext
.
IlvServletContextParameters(ServletContext) - Constructor for class ilog.views.gantt.servlet.IlvServletContextParameters
Creates an IlvServletContextParameters
instance that
represents the named parameters of the specified application-wide servlet
context.
IlvServletHTMLUtil - Class in ilog.views.util.servlet
This class contains utility methods for constructing syntactically valid
HTML without security bugs, even in the presence of non-ASCII Unicode
characters.
IlvServletLocaleUtil - Class in ilog.views.util.servlet
Various JViews Locale utilities.
IlvServletLocaleUtil.LocaleContext - Enum in ilog.views.util.servlet
Locale Context to detetermine which locale should be applied
IlvServletPageIdUtil - Class in ilog.views.util.servlet
This class provides utility methods used to support multiple pages
per session (multiple tabs in a browser) on a Servlet context.
IlvServletParameterHandler - Class in ilog.views.util.servlet
An abstract superclass that is designed to work as the handler for specific servlet requests.
IlvServletParameterHandler() - Constructor for class ilog.views.util.servlet.IlvServletParameterHandler
The default constructor.
IlvServletParameterHandlerFactory - Class in ilog.views.util.servlet
An abstract superclass is designed to work as the factory to return
the parameter handler for the specific request.
IlvServletParameterHandlerFactory() - Constructor for class ilog.views.util.servlet.IlvServletParameterHandlerFactory
The default constructor.
IlvServletParameters - Class in ilog.views.chart.servlet
The IlvServletParameters
class represents a read-only collection
of parameter name-value string pairs.
IlvServletParameters() - Constructor for class ilog.views.chart.servlet.IlvServletParameters
Creates a new IlvServletParameters
with no parent parameters.
IlvServletParameters(IlvServletParameters) - Constructor for class ilog.views.chart.servlet.IlvServletParameters
Creates a new IlvServletParameters
with the specified
set of parent parameters.
IlvServletParameters - Class in ilog.views.gantt.servlet
The IlvServletParameters
class represents a read-only collection
of parameter name-value string pairs.
IlvServletParameters() - Constructor for class ilog.views.gantt.servlet.IlvServletParameters
Creates a new IlvServletParameters
with no parent parameters.
IlvServletParameters(IlvServletParameters) - Constructor for class ilog.views.gantt.servlet.IlvServletParameters
Creates a new IlvServletParameters
with the specified
set of parent parameters.
IlvServletRequestParameters - Class in ilog.views.chart.servlet
The IlvServletRequestParameters
class represents the named
parameters parsed from an individual ServletRequest
.
IlvServletRequestParameters(HttpServletRequest) - Constructor for class ilog.views.chart.servlet.IlvServletRequestParameters
Creates an IlvServletRequestParameters
instance that represents
the named parameters of the specified request.
IlvServletRequestParameters - Class in ilog.views.gantt.servlet
The IlvServletRequestParameters
class represents the named
parameters parsed from an individual HttpServletRequest
.
IlvServletRequestParameters(HttpServletRequest) - Constructor for class ilog.views.gantt.servlet.IlvServletRequestParameters
Creates an IlvServletRequestParameters
instance that
represents the named parameters of the specified request.
IlvServletRunnable - Interface in ilog.views.util.servlet
The IlvServletRunnable
interface defines a fragment of servlet
code that is intended to be executed by a thread.
IlvServletSupport - Class in ilog.views.util.servlet
An abstract superclass is designed to work as the parent class for handling servlet
request.
IlvServletSupport() - Constructor for class ilog.views.util.servlet.IlvServletSupport
The default constructor.
IlvServletThreadUtil - Class in ilog.views.util.servlet
This class supports declaring context information for the current thread,
for the extent of the handling of a single request.
IlvServletUtil - Class in ilog.views.chart.servlet
The IlvServletUtil
class consists of static methods that
are of general use when writing servlets.
IlvServletUtil - Class in ilog.views.gantt.servlet
The IlvServletUtil
class consists of static methods that
are of general use when writing servlets.
IlvSettings - Class in ilog.views.appframe.settings
Settings are hierarchical data for configuring all kinds of objects.
IlvSettings() - Constructor for class ilog.views.appframe.settings.IlvSettings
Constructs a new empty IlvSettings
, without associated
model and without name.
IlvSettings(String) - Constructor for class ilog.views.appframe.settings.IlvSettings
Constructs a new IlvSettings
with the specified name
.
IlvSettings(String, IlvSettingsModel) - Constructor for class ilog.views.appframe.settings.IlvSettings
Constructs settings with the specified name and model.
IlvSettings.AttributeID - Class in ilog.views.appframe.settings
Defines ID values that contain the value and the name of an attribute.
IlvSettings.IDAttributeMapper - Class in ilog.views.appframe.settings
Maps the ID value of a settings element with the value of a specified
attribute.
IlvSettings.IDResolver - Interface in ilog.views.appframe.settings
Provides ID values for objects of the settings models.
IlvSettingsAttribute - Class in ilog.views.appframe.settings
Settings nodes that are associated with the attributes of objects of
settings models.
IlvSettingsElement - Class in ilog.views.appframe.settings
Settings elements are associated with objects of settings models.
IlvSettingsElement(IlvSettings) - Constructor for class ilog.views.appframe.settings.IlvSettingsElement
Creates a settings element for the specified settings
.
IlvSettingsManager - Class in ilog.views.appframe.settings
Defines settings that manage other settings added to layers.
IlvSettingsManager(String) - Constructor for class ilog.views.appframe.settings.IlvSettingsManager
Constructs a settings manager with the specified name.
IlvSettingsManager() - Constructor for class ilog.views.appframe.settings.IlvSettingsManager
IlvSettingsModel - Interface in ilog.views.appframe.settings
IlvSettingsNode - Class in ilog.views.appframe.settings
Defines nodes that are returned by selection queries to
IlvSettings
instances.
IlvSettingsQuery - Class in ilog.views.appframe.settings
Defines the query for access settings elements.
IlvSettingsQuery(String) - Constructor for class ilog.views.appframe.settings.IlvSettingsQuery
Creates a new IlvSettingsQuery
instance from the specified
XPATH expression string.
IlvSettingsQuery(String, String, Object) - Constructor for class ilog.views.appframe.settings.IlvSettingsQuery
Creates a new IlvSettingsQuery
instance that selects the first
element that matches the specified type and with an attribute of name
attributeName
that has the same value as the specified value.
IlvSettingsQuery(IlvSettingsElement[]) - Constructor for class ilog.views.appframe.settings.IlvSettingsQuery
Creates a new query to search relative to the specified settings
elements.
IlvSettingsQuery(IlvSettingsElement) - Constructor for class ilog.views.appframe.settings.IlvSettingsQuery
Creates a new query to search relative to the specified settings
element.
IlvSettingsQuery() - Constructor for class ilog.views.appframe.settings.IlvSettingsQuery
Creates a new IlvSettingsQuery
instance.
IlvSettingsSerializer - Interface in ilog.views.appframe.settings
Defines serializer objects responsible for reading and writing the settings
of an object into a settings element.
IlvShadeableRasterStyle - Class in ilog.views.maps.raster
IlvShadeableRasterStyle
represents a raster style that
manages the light orientation for rasters containing altitude data.
IlvShadeableRasterStyle() - Constructor for class ilog.views.maps.raster.IlvShadeableRasterStyle
Constructs a new IlvShadeableRasterStyle
instance.
IlvShadeableRasterStyle(IlvRasterAbstractReader) - Constructor for class ilog.views.maps.raster.IlvShadeableRasterStyle
Constructs an IlvShadeableRasterStyle
instance for
the specified reader.
IlvShadeableRasterStyle(IlvInputStream) - Constructor for class ilog.views.maps.raster.IlvShadeableRasterStyle
Reads an IlvShadeableRasterStyle
instance from an
IlvInputStream
.
IlvShadeableRasterStyle(IlvShadeableRasterStyle) - Constructor for class ilog.views.maps.raster.IlvShadeableRasterStyle
The copy constructor.
IlvShadowLabel - Class in ilog.views.graphic
IlvShadowLabel
represents a labeled rectangle with a shadow.
IlvShadowLabel() - Constructor for class ilog.views.graphic.IlvShadowLabel
Creates a new
IlvShadowLabel
with a
(0, 0, 100, 100)
definition rectangle, an empty label, a thickness of 2 and a
IlvConstants.BOTTOM_RIGHT
shadow position.
IlvShadowLabel(IlvRect, String, double, int) - Constructor for class ilog.views.graphic.IlvShadowLabel
Creates a new IlvShadowLabel
with a specified definition
rectangle, label, thickness, and shadow position.
IlvShadowLabel(IlvPoint, String, double, double, double, int) - Constructor for class ilog.views.graphic.IlvShadowLabel
Creates a new IlvShadowLabel
at a specified position and
with specified label, thickness, margins, and shadow position.
IlvShadowLabel(IlvShadowLabel) - Constructor for class ilog.views.graphic.IlvShadowLabel
Creates a new IlvShadowLabel
by copying an existing one.
IlvShadowLabel(IlvInputStream) - Constructor for class ilog.views.graphic.IlvShadowLabel
Reads the object from an IlvInputStream
.
IlvShadowRectangle - Class in ilog.views.graphic
IlvShadowRectangle
represents a rectangle with a shadow.
IlvShadowRectangle() - Constructor for class ilog.views.graphic.IlvShadowRectangle
Creates a new
IlvShadowRectangle
with a
(0, 0, 100, 100)
definition rectangle, a thickness of 2 and a
IlvConstants.BOTTOM_RIGHT
shadow position.
IlvShadowRectangle(IlvRect, double, int) - Constructor for class ilog.views.graphic.IlvShadowRectangle
Creates a new IlvShadowRectangle
.
IlvShadowRectangle(IlvRect) - Constructor for class ilog.views.graphic.IlvShadowRectangle
Creates a new IlvShadowRectangle
.
IlvShadowRectangle(IlvShadowRectangle) - Constructor for class ilog.views.graphic.IlvShadowRectangle
Creates a new IlvShadowRectangle
by copying an existing one.
IlvShadowRectangle(IlvInputStream) - Constructor for class ilog.views.graphic.IlvShadowRectangle
Reads the object from an IlvInputStream
.
IlvShapeDataSource - Class in ilog.views.maps.datasource
A data source specialized on reading ESRI/Shape files.
IlvShapeDataSource(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvShapeDataSource
Reads an IlvShapeDataSource
from an IlvInputStream
.
IlvShapeDataSource(String) - Constructor for class ilog.views.maps.datasource.IlvShapeDataSource
Constructs an IlvShapeDataSource
from a shape file name.
IlvShapeDataSource(URL, boolean) - Constructor for class ilog.views.maps.datasource.IlvShapeDataSource
Constructs an IlvShapeDataSource
from a shape file URL.
IlvShapeDataSource(URL) - Constructor for class ilog.views.maps.datasource.IlvShapeDataSource
Constructs an IlvShapeDataSource
from a shape file URL, not attaching attributes.
IlvShapeDataSource(String, boolean) - Constructor for class ilog.views.maps.datasource.IlvShapeDataSource
Constructs a Shape data source given the name of the shape file
and indicating if the data source should attach attributes to graphic objects.
IlvShapeDataSource(String, String, String, String) - Constructor for class ilog.views.maps.datasource.IlvShapeDataSource
Constructs a Shape data source giving the name of the shape file,
the name of the dbf file and the name of the shx file.
IlvShapeDataSource(URL, URL, URL, URL) - Constructor for class ilog.views.maps.datasource.IlvShapeDataSource
Constructs a Shape data source giving the name of the shape file,
the name of the dbf file and the name of the shx file.
IlvShapedPathDecoration - Class in ilog.views.maps.graphic
A path decoration that is a Shape
repeated at specified
intervals.
IlvShapedPathDecoration(Shape, double, boolean) - Constructor for class ilog.views.maps.graphic.IlvShapedPathDecoration
Constructs a new IlvShapedPathDecoration
, with the
specified paint, no stroke, and a default phase and flatness of 0.
IlvShapedPathDecoration(Shape, double, double, double, boolean) - Constructor for class ilog.views.maps.graphic.IlvShapedPathDecoration
Constructs a new IlvShapedPathDecoration
with the
specified flattening factor.
IlvShapedPathDecoration(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvShapedPathDecoration
Reads an IlvShapedPathDecoration
from the specified stream.
IlvShapeEndedPathDecoration - Class in ilog.views.maps.graphic
A path decoration that draws the decorations with a shape at each end
of the path.
IlvShapeEndedPathDecoration(Shape, Shape, double, boolean) - Constructor for class ilog.views.maps.graphic.IlvShapeEndedPathDecoration
Constructs a new IlvShapeEndedPathDecoration
with the
specified shapes at each ends.
IlvShapeEndedPathDecoration(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvShapeEndedPathDecoration
Reads an IlvShapeEndedPathDecoration
from the specified stream.
IlvShapeExporter - Class in ilog.views.maps.export
A IlvMapExporter
specialized in exporting shape files.
IlvShapeExporter() - Constructor for class ilog.views.maps.export.IlvShapeExporter
Constructs a IlvShapeExporter
IlvShapeFileIndex - Class in ilog.views.maps.format.shapefile
This class allows applications to take advantage of ESRI Shapefile
index files (.shx
files).
IlvShapeFileIndex(String) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileIndex
Initializes an IlvShapeFileIndex
from the .shx
file specified.
IlvShapeFileIndex(DataInput) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileIndex
Initializes an IlvShapeFileIndex
from the specified
DataInput
.
IlvShapeFileIndex(URL) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileIndex
Initializes an IlvShapeFileIndex
from the specified URL
.
IlvShapeFileReader - Class in ilog.views.maps.format.shapefile
This class can be used to read ESRI Arc/Info Shapefiles.
IlvShapeFileReader(String, String) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileReader
Creates an instance of IlvShapeFileReader
for the specified files.
IlvShapeFileReader(String, String, String) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileReader
Creates an instance of IlvShapeFileReader
for the specified
files.
IlvShapeFileReader(URL, URL, URL) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileReader
Creates an instance of IlvShapeFileReader
for the specified
URL.
IlvShapeFileReader(IlvSHPReader, IlvDBFReader) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileReader
Creates an instance of IlvShapeFileReader
that uses the
specified specialized readers.
IlvShapeFileReader(IlvSHPReader, IlvDBFReader, IlvShapeFileIndex) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileReader
Creates an instance of IlvShapeFileReader
that uses the
specified specialized readers.
IlvShapeFileReader(URL, URL) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileReader
Creates an instance of IlvShapeFileReader
for the specified
URLs.
IlvShapeFileTileLoader - Class in ilog.views.maps.format.shapefile
This class implements a tile loader to read tiles from an ESRI Shapefile
whose spatial index has been created.
IlvShapeFileTileLoader(String, String, String, String) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileTileLoader
Constructs a new .shp
file tile loader.
IlvShapeFileTileLoader(URL, URL, URL, URL) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileTileLoader
Constructs a new .shp
file tile loader.
IlvShapeFileTileLoader(IlvInputStream) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileTileLoader
Reads an IlvShapeFileTileLoader
from the specified input
stream.
IlvShapeFileTiler - Class in ilog.views.maps.format.shapefile
An IlvShapeFileTiler
is used to generate
and to save tile information for a given Shapefile.
IlvShapeFileTiler(String, String, String, double, double) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileTiler
Constructs a new IlvShapeFileTiler
providing
a shapefile name, a shx file name, a target index file name, and a tile size.
IlvShapeFileTiler(String, String, String, int, int) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeFileTiler
Constructs a new IlvShapeFileTiler
providing
a shapefile name, an shx file name, a target index file name, the number of columns,
and the number of rows.
IlvShapePath - Interface in ilog.views.linkconnector
An interface to be implemented by objects that want to provide
a nonrectangular shape.
IlvShapeSpatialIndex - Class in ilog.views.maps.format.shapefile
An IlvShapeSpatialIndex
is used to store and retrieve tile
information for a given Shapefile.
IlvShapeSpatialIndex(int, int, IlvCoordinate, double, double) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeSpatialIndex
Constructs an empty spatial index with the specified parameters.
IlvShapeSpatialIndex(String) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeSpatialIndex
Constructs a spatial index whose values are read from the specified
file.
IlvShapeSpatialIndex(URL) - Constructor for class ilog.views.maps.format.shapefile.IlvShapeSpatialIndex
Constructs a spatial index whose values are read from the specified
url.
IlvShapeUtil - Class in ilog.views.util.java2d
The class IlvShapeUtil
contains static methods that are useful
when working with Java2D Shape
objects.
IlvShortLinkLayout - Class in ilog.views.graphlayout.link.shortlink
This class is the main class for the Short Link Layout algorithm.
IlvShortLinkLayout() - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout
Creates a new instance of the Short Link Layout algorithm.
IlvShortLinkLayout(IlvShortLinkLayout) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout
Creates a new layout instance by copying an existing one.
IlvShortLinkLayoutGrapherProperty - Class in ilog.views.graphlayout.link.shortlink
The class IlvShortLinkLayoutGrapherProperty
allows you to
store the global settings of an instance of
IlvShortLinkLayout
as a named property in the grapher.
IlvShortLinkLayoutGrapherProperty(String, IlvShortLinkLayout, boolean) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutGrapherProperty
Creates a new IlvShortLinkLayoutGrapherProperty
that
stores layout parameter settings of the layout
.
IlvShortLinkLayoutGrapherProperty(IlvShortLinkLayoutGrapherProperty) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutGrapherProperty
Creates a new IlvShortLinkLayoutGrapherProperty
by
copying an existing one.
IlvShortLinkLayoutGrapherProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutGrapherProperty
Creates a new IlvShortLinkLayoutGrapherProperty
from an
IlvInputStream
.
IlvShortLinkLayoutGrapherProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutGrapherProperty
Creates a new IlvShortLinkLayoutGrapherProperty
from an
IlvInputStream
.
IlvShortLinkLayoutLinkProperty - Class in ilog.views.graphlayout.link.shortlink
The class IlvShortLinkLayoutLinkProperty
allows you to
store the settings of an instance of IlvShortLinkLayout
for an individual link as a named property in the link.
IlvShortLinkLayoutLinkProperty(String, IlvShortLinkLayout, IlvGraphic, boolean) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutLinkProperty
Creates a new IlvShortLinkLayoutLinkProperty
that stores
layout parameter settings of the layout
for the
link
.
IlvShortLinkLayoutLinkProperty(IlvShortLinkLayoutLinkProperty) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutLinkProperty
Creates a new IlvShortLinkLayoutLinkProperty
by copying
an existing one.
IlvShortLinkLayoutLinkProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutLinkProperty
Creates a new IlvShortLinkLayoutLinkProperty
from an
IlvInputStream
.
IlvShortLinkLayoutLinkProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutLinkProperty
Creates a new IlvShortLinkLayoutLinkProperty
from an
IlvInputStream
.
IlvShortLinkLayoutNodeProperty - Class in ilog.views.graphlayout.link.shortlink
The class IlvShortLinkLayoutNodeProperty
allows you to
store the settings of an instance of IlvShortLinkLayout
for an individual node as a named property in the node.
IlvShortLinkLayoutNodeProperty(String, IlvShortLinkLayout, IlvGraphic, boolean) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutNodeProperty
Creates a new IlvShortLinkLayoutNodeProperty
that stores
layout parameter settings of the layout
for the
node
.
IlvShortLinkLayoutNodeProperty(IlvShortLinkLayoutNodeProperty) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutNodeProperty
Creates a new IlvShortLinkLayoutNodeProperty
by copying
an existing one.
IlvShortLinkLayoutNodeProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutNodeProperty
Creates a new IlvShortLinkLayoutNodeProperty
from an
IlvInputStream
.
IlvShortLinkLayoutNodeProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutNodeProperty
Creates a new IlvShortLinkLayoutNodeProperty
from an
IlvInputStream
.
IlvSHPReader - Class in ilog.views.maps.format.shapefile
This class can be used to read Shapefiles with the .shp
extension.
IlvSHPReader(String) - Constructor for class ilog.views.maps.format.shapefile.IlvSHPReader
Initializes an IlvSHPReader
for the specified file.
IlvSHPReader(String, String) - Constructor for class ilog.views.maps.format.shapefile.IlvSHPReader
Initializes an IlvSHPReader
to read data from the specified file,
with the specified index file.
IlvSHPReader(URL) - Constructor for class ilog.views.maps.format.shapefile.IlvSHPReader
Initializes an IlvSHPReader
for the specified URL.
IlvSHPReader(DataInput) - Constructor for class ilog.views.maps.format.shapefile.IlvSHPReader
Initializes an IlvSHPReader
for the specified
DataInput
.
IlvSHPWriter - Class in ilog.views.maps.format.shapefile
This class writes IlvMapFeature
to ESRI Shape files.
IlvSHPWriter(String) - Constructor for class ilog.views.maps.format.shapefile.IlvSHPWriter
Constructs an IlvSHPWriter
to write on the file specified
by its name.
IlvSHPWriter(String, String) - Constructor for class ilog.views.maps.format.shapefile.IlvSHPWriter
Constructs an IlvSHPWriter
to write on the file specified by its
name.
IlvSideBySideConstraint - Class in ilog.views.graphlayout.hierarchical
The class IlvSideBySideConstraint
is a constraint that
forces a group of nodes that belong to the same level to be placed
side by side.
IlvSideBySideConstraint(IlvNodeGroup, float) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSideBySideConstraint
Creates a new IlvSideBySideConstraint
.
IlvSideBySideConstraint(IlvSideBySideConstraint) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSideBySideConstraint
Creates a new IlvSideBySideConstraint
by copying an
existing one.
IlvSideBySideConstraint(IlvInputStream) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSideBySideConstraint
Creates a new IlvSideBySideConstraint
from an
IlvInputStream
.
IlvSimpleActivity - Class in ilog.views.gantt.model
IlvSimpleActivity
is a relatively simple, memory-based
implementation of the IlvActivity
interface that can be
extended in a straightforward manner for more complex needs.
IlvSimpleActivity(String, String, IlvTimeInterval) - Constructor for class ilog.views.gantt.model.IlvSimpleActivity
Creates a new IlvSimpleActivity
from the specified ID,
name, and time interval.
IlvSimpleActivity(String, String, Date, Date) - Constructor for class ilog.views.gantt.model.IlvSimpleActivity
Creates a new IlvSimpleActivity
from the specified ID,
name, and time interval.
IlvSimpleActivity(String, String, Date, IlvDuration) - Constructor for class ilog.views.gantt.model.IlvSimpleActivity
Creates a new IlvSimpleActivity
from the specified ID,
name, start time, and duration.
IlvSimpleActivityFactory - Class in ilog.views.gantt.model
IlvSimpleActivityFactory() - Constructor for class ilog.views.gantt.model.IlvSimpleActivityFactory
Creates an IlvSimpleActivity
factory.
IlvSimpleActivityReader - Class in ilog.views.gantt.xml
IlvSimpleActivityReader() - Constructor for class ilog.views.gantt.xml.IlvSimpleActivityReader
Creates an IlvSimpleActivityReader
with no
IlvSimpleActivityWriter - Class in ilog.views.gantt.xml
IlvSimpleActivityWriter
writes the attributes of an
IlvSimpleActivity
to a given DOM
Element
.
IlvSimpleActivityWriter() - Constructor for class ilog.views.gantt.xml.IlvSimpleActivityWriter
Creates an IlvSimpleActivityWriter
.
IlvSimpleChartRenderer - Class in ilog.views.chart.renderer
The IlvSimpleChartRenderer
is the base class for all atomic
renderers of the entire data source.
IlvSimpleChartRenderer() - Constructor for class ilog.views.chart.renderer.IlvSimpleChartRenderer
Creates a new IlvSimpleChartRenderer
.
IlvSimpleCompositeChartRenderer - Class in ilog.views.chart.renderer
The IlvSimpleCompositeChartRenderer
is the base class for simple composite renderers.
IlvSimpleCompositeChartRenderer() - Constructor for class ilog.views.chart.renderer.IlvSimpleCompositeChartRenderer
Creates a new IlvSimpleCompositeChartRenderer
.
IlvSimpleConstraint - Class in ilog.views.gantt.model
IlvSimpleConstraint
is a relatively simple, memory-based
implementation of the IlvConstraint
interface that can be
extended in a straightforward manner for more complex needs.
IlvSimpleConstraint(IlvActivity, IlvActivity, IlvConstraintType) - Constructor for class ilog.views.gantt.model.IlvSimpleConstraint
Creates a new IlvSimpleConstraint
from the specified
from-activity, to-activity, and type.
IlvSimpleConstraintFactory - Class in ilog.views.gantt.model
IlvSimpleConstraintFactory() - Constructor for class ilog.views.gantt.model.IlvSimpleConstraintFactory
Creates an IlvSimpleConstraint
factory.
IlvSimpleConstraintReader - Class in ilog.views.gantt.xml
IlvSimpleConstraintReader() - Constructor for class ilog.views.gantt.xml.IlvSimpleConstraintReader
Creates an IlvSimpleConstraintReader
.
IlvSimpleConstraintWriter - Class in ilog.views.gantt.xml
IlvSimpleConstraintWriter
writes the attributes of an
IlvSimpleConstraint
to a given DOM
Element
.
IlvSimpleConstraintWriter() - Constructor for class ilog.views.gantt.xml.IlvSimpleConstraintWriter
Creates an IlvSimpleConstraintWriter
.
IlvSimpleLink - Class in ilog.views.sdm.graphic
A link between two nodes of a grapher with several points.
IlvSimpleLink() - Constructor for class ilog.views.sdm.graphic.IlvSimpleLink
Bean constructor.
IlvSimpleLink(IlvGraphic, IlvGraphic, boolean, IlvPoint[]) - Constructor for class ilog.views.sdm.graphic.IlvSimpleLink
Creates and initializes a new IlvSimpleLink
.
IlvSimpleLink(IlvGraphic, IlvGraphic, boolean, boolean, IlvPoint[]) - Constructor for class ilog.views.sdm.graphic.IlvSimpleLink
Creates and initializes a new IlvSimpleLink
.
IlvSimpleLink(IlvSimpleLink) - Constructor for class ilog.views.sdm.graphic.IlvSimpleLink
Creates and initializes a new IlvSimpleLink
by
copying an existing one.
IlvSimpleLink(IlvInputStream) - Constructor for class ilog.views.sdm.graphic.IlvSimpleLink
Reads the object from an IlvInputStream
.
IlvSimpleListFormat - Class in ilog.views.util.text
This class formats a list of items, producing a single string.
IlvSimpleListFormat(Locale) - Constructor for class ilog.views.util.text.IlvSimpleListFormat
Creates a list formatter, based on a separator string suitable for the
given locale.
IlvSimpleListFormat(String) - Constructor for class ilog.views.util.text.IlvSimpleListFormat
Creates a list formatter, based on the given separator string.
IlvSimpleListFormat(String, String, String) - Constructor for class ilog.views.util.text.IlvSimpleListFormat
Creates a list formatter, based on the given separator and terminator
strings.
IlvSimplePopupMenu - Class in ilog.views.swing
A simple version of a JPopupMenu
component.
IlvSimplePopupMenu() - Constructor for class ilog.views.swing.IlvSimplePopupMenu
Constructs a IlvSimplePopupMenu
.
IlvSimplePopupMenu(String, String, ResourceBundle, ActionListener) - Constructor for class ilog.views.swing.IlvSimplePopupMenu
Constructs a IlvSimplePopupMenu
from a string specification.
IlvSimplePopupMenu(String, String[], ResourceBundle, ActionListener) - Constructor for class ilog.views.swing.IlvSimplePopupMenu
Constructs a IlvSimplePopupMenu
from an array of actions.
IlvSimplePopupMenu(String, Action[]) - Constructor for class ilog.views.swing.IlvSimplePopupMenu
Constructs a IlvSimplePopupMenu
from an array of actions.
IlvSimplePrintableManager - Class in ilog.views.print
An area of an IlvManager
that can be printed
in a flow of text.
IlvSimplePrintableManager(IlvManagerView, IlvUnit.Dimension) - Constructor for class ilog.views.print.IlvSimplePrintableManager
Creates an IlvSimplePrintableManager
.
IlvSimpleReservation - Class in ilog.views.gantt.model
IlvSimpleReservation
is a relatively simple, memory-based
implementation of the IlvReservation
interface that can
be extended in a straightforward manner for more complex needs.
IlvSimpleReservation(IlvResource, IlvActivity) - Constructor for class ilog.views.gantt.model.IlvSimpleReservation
Creates a new IlvSimpleReservation
that assigns the
specified resource
and activity
.
IlvSimpleReservationFactory - Class in ilog.views.gantt.model
IlvSimpleReservationFactory() - Constructor for class ilog.views.gantt.model.IlvSimpleReservationFactory
Creates an IlvSimpleReservation
factory.
IlvSimpleReservationReader - Class in ilog.views.gantt.xml
IlvSimpleReservationReader() - Constructor for class ilog.views.gantt.xml.IlvSimpleReservationReader
Creates an IlvSimpleReservationReader
.
IlvSimpleReservationWriter - Class in ilog.views.gantt.xml
IlvSimpleReservationWriter() - Constructor for class ilog.views.gantt.xml.IlvSimpleReservationWriter
Creates an IlvSimpleReservationWriter
.
IlvSimpleResource - Class in ilog.views.gantt.model
IlvSimpleResource
is a relatively simple, memory-based
implementation of the IlvResource
interface that can be
extended in a straightforward manner for more complex needs.
IlvSimpleResource(String, String, float) - Constructor for class ilog.views.gantt.model.IlvSimpleResource
Creates a new IlvSimpleResource
from the specified ID,
name, and quantity.
IlvSimpleResource(String, String) - Constructor for class ilog.views.gantt.model.IlvSimpleResource
Creates a new IlvSimpleResource
from the specified ID and
name.
IlvSimpleResourceFactory - Class in ilog.views.gantt.model
IlvSimpleResourceFactory() - Constructor for class ilog.views.gantt.model.IlvSimpleResourceFactory
Creates an IlvSimpleResource
factory.
IlvSimpleResourceReader - Class in ilog.views.gantt.xml
An IlvSimpleResourceReader
reads an
IlvSimpleResource
from a given Element
.
IlvSimpleResourceReader() - Constructor for class ilog.views.gantt.xml.IlvSimpleResourceReader
Creates an IlvSimpleResourceReader
.
IlvSimpleResourceWriter - Class in ilog.views.gantt.xml
IlvSimpleResourceWriter
writes the attributes of an
IlvSimpleResource
to a given DOM
Element
.
IlvSimpleResourceWriter() - Constructor for class ilog.views.gantt.xml.IlvSimpleResourceWriter
Creates an IlvSimpleResourceWriter
.
IlvSimpleValueColorScheme - Class in ilog.views.chart.renderer
This class denotes a color scheme which provides a model-independent
color distribution for the interval [0,1] and maps the range of values to
this interval through a simple linear mapping.
IlvSimpleValueColorScheme() - Constructor for class ilog.views.chart.renderer.IlvSimpleValueColorScheme
Creates a value-based color scheme that uses the linear mapping to [0,1]
and a simple getFillColor
implementation.
IlvSingleActionHandler - Class in ilog.views.appframe.event
Defines action handlers that handle one action.
IlvSingleActionHandler(String) - Constructor for class ilog.views.appframe.event.IlvSingleActionHandler
Constructs a new IlvSingleActionHandler
.
IlvSingleAreaRenderer - Class in ilog.views.chart.renderer
Renders a data set with an area chart.
IlvSingleAreaRenderer() - Constructor for class ilog.views.chart.renderer.IlvSingleAreaRenderer
Creates a new area renderer.
IlvSingleAreaRenderer(IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSingleAreaRenderer
Creates a new area renderer using the specified style.
IlvSingleBarRenderer - Class in ilog.views.chart.renderer
Renders a data set with a bar chart.
IlvSingleBarRenderer() - Constructor for class ilog.views.chart.renderer.IlvSingleBarRenderer
Creates a new IlvSingleBarRenderer
with a default bar width
and style.
IlvSingleBarRenderer(IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSingleBarRenderer
Creates a new IlvSingleBarRenderer
with the specified style.
IlvSingleBarRenderer(IlvStyle, double) - Constructor for class ilog.views.chart.renderer.IlvSingleBarRenderer
Creates a new IlvSingleBarRenderer
with the specified style
and bar size.
IlvSingleBehavior - Class in ilog.views.prototypes
The class IlvSingleBehavior
is an abstract class that provides a
simple way of defining behavior objects which handle a single property.
IlvSingleBehavior() - Constructor for class ilog.views.prototypes.IlvSingleBehavior
Creates a new, unnamed IlvSingleBehavior
object.
IlvSingleBehavior(String) - Constructor for class ilog.views.prototypes.IlvSingleBehavior
Creates a new IlvSingleBehavior
.
IlvSingleBehavior(IlvSingleBehavior) - Constructor for class ilog.views.prototypes.IlvSingleBehavior
Creates a new behavior object by copying an existing one.
IlvSingleBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvSingleBehavior
Reads the behavior from an IlvInputStream
stream.
IlvSingleBubbleRenderer - Class in ilog.views.chart.renderer
Renders two data sets with a bubble chart.
IlvSingleBubbleRenderer() - Constructor for class ilog.views.chart.renderer.IlvSingleBubbleRenderer
Creates a new IlvSingleBubbleRenderer
with a default bubble
width and style.
IlvSingleBubbleRenderer(IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSingleBubbleRenderer
Creates a new IlvSingleBubbleRenderer
with the specified
style.
IlvSingleBubbleRenderer(IlvMarker, int, int, IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSingleBubbleRenderer
Creates a new IlvSingleBubbleRenderer
with the specified
bubble shape, size, and style.
IlvSingleChartRenderer - Class in ilog.views.chart.renderer
The IlvSingleChartRenderer
class is the base class for
elementary renderers.
IlvSingleChartRenderer() - Constructor for class ilog.views.chart.renderer.IlvSingleChartRenderer
Creates a new IlvSingleChartRenderer
with a default style.
IlvSingleChartRenderer(IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSingleChartRenderer
Creates a new IlvSingleChartRenderer
with the specified style.
IlvSingleContainerTemplate - Interface in ilog.views.appframe.docview
Defines container templates that handle static view containers.
IlvSingleHiLoRenderer - Class in ilog.views.chart.renderer
Renders two data sets that contain corresponding points at the same indices.
IlvSingleHiLoRenderer() - Constructor for class ilog.views.chart.renderer.IlvSingleHiLoRenderer
Creates a new HiLo renderer.
IlvSingleHiLoRenderer(IlvStyle, IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSingleHiLoRenderer
Creates a new HiLo renderer, using the specified styles.
IlvSingleHiLoRenderer(IlvStyle, IlvStyle, int, double) - Constructor for class ilog.views.chart.renderer.IlvSingleHiLoRenderer
Creates a new HiLo renderer, using the specified styles, type, and width.
IlvSinglePieRenderer - Class in ilog.views.chart.renderer
Renders a data set with a pie chart.
IlvSinglePieRenderer() - Constructor for class ilog.views.chart.renderer.IlvSinglePieRenderer
Creates a new pie renderer.
IlvSinglePieRenderer(IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSinglePieRenderer
Creates a new pie renderer with the specified style.
IlvSinglePolylineRenderer - Class in ilog.views.chart.renderer
Renders a data set with a polyline chart.
IlvSinglePolylineRenderer() - Constructor for class ilog.views.chart.renderer.IlvSinglePolylineRenderer
Creates a new polyline renderer.
IlvSinglePolylineRenderer(IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSinglePolylineRenderer
Creates a new polyline renderer, using the specified style.
IlvSingleScatterRenderer - Class in ilog.views.chart.renderer
Renders a data set with scattered graphical markers.
IlvSingleScatterRenderer() - Constructor for class ilog.views.chart.renderer.IlvSingleScatterRenderer
Creates an IlvSingleScatterRenderer
with a default marker
type and size.
IlvSingleScatterRenderer(IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSingleScatterRenderer
Creates an IlvSingleScatterRenderer
with a default marker
type and size, using the specified style.
IlvSingleScatterRenderer(IlvMarker, int, IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSingleScatterRenderer
Creates an IlvSingleScatterRenderer
with the specified
marker type and size, using the specified style.
IlvSingleStairRenderer - Class in ilog.views.chart.renderer
Renders a data set with a stair chart.
IlvSingleStairRenderer() - Constructor for class ilog.views.chart.renderer.IlvSingleStairRenderer
Creates a new stair renderer.
IlvSingleStairRenderer(IlvStyle) - Constructor for class ilog.views.chart.renderer.IlvSingleStairRenderer
Creates a new stair renderer, using the specified style.
IlvSingleValueNamedProperty - Class in ilog.views.io
The class IlvSingleValueNamedProperty
is a named property
for general purpose that allows to store a simple single value.
IlvSingleValueNamedProperty(String, Object) - Constructor for class ilog.views.io.IlvSingleValueNamedProperty
Creates a new IlvSingleValueNamedProperty
.
IlvSingleValueNamedProperty(String, boolean) - Constructor for class ilog.views.io.IlvSingleValueNamedProperty
Creates a new IlvSingleValueNamedProperty
.
IlvSingleValueNamedProperty(String, short) - Constructor for class ilog.views.io.IlvSingleValueNamedProperty
Creates a new IlvSingleValueNamedProperty
.
IlvSingleValueNamedProperty(String, int) - Constructor for class ilog.views.io.IlvSingleValueNamedProperty
Creates a new IlvSingleValueNamedProperty
.
IlvSingleValueNamedProperty(String, long) - Constructor for class ilog.views.io.IlvSingleValueNamedProperty
Creates a new IlvSingleValueNamedProperty
.
IlvSingleValueNamedProperty(String, float) - Constructor for class ilog.views.io.IlvSingleValueNamedProperty
Creates a new IlvSingleValueNamedProperty
.
IlvSingleValueNamedProperty(String, double) - Constructor for class ilog.views.io.IlvSingleValueNamedProperty
Creates a new IlvSingleValueNamedProperty
.
IlvSingleValueNamedProperty(IlvSingleValueNamedProperty) - Constructor for class ilog.views.io.IlvSingleValueNamedProperty
Creates a new IlvSingleValueNamedProperty
by copying an
existing one.
IlvSingleValueNamedProperty(IlvInputStream) - Constructor for class ilog.views.io.IlvSingleValueNamedProperty
Creates a new IlvSingleValueNamedProperty
from
an IlvInputStream
.
IlvSinusoidalProjection - Class in ilog.views.maps.projection
This class defines the Sinusoidal projection.
IlvSinusoidalProjection() - Constructor for class ilog.views.maps.projection.IlvSinusoidalProjection
Creates an instance of the class IlvSinusoidalProjection
.
IlvSinusoidalProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvSinusoidalProjection
Reads the object from an IlvInputStream
.
IlvSinusoidalProjection(IlvSinusoidalProjection) - Constructor for class ilog.views.maps.projection.IlvSinusoidalProjection
Creates a new IlvSinusoidalProjection
.
IlvSizedTag - Class in ilog.views.faces.taglib
This class defines a custom tag handler of a sized component.
IlvSizedTag() - Constructor for class ilog.views.faces.taglib.IlvSizedTag
Creates a new IlvSizedTag
instance.
IlvSortedFlatListModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvFlatListModel
, based on another
IlvFlatListModel
and a Comparator
that is used
to order the objects.
IlvSortedFlatListModel(IlvFlatListModel, Comparator) - Constructor for class ilog.views.chart.datax.adapter.IlvSortedFlatListModel
Creates a sorted IlvFlatListModel
from an
IlvFlatListModel
and a Comparator
.
IlvSortedFlatListModel(IlvFlatListModel, Comparator, int) - Constructor for class ilog.views.chart.datax.adapter.IlvSortedFlatListModel
Creates a sorted IlvFlatListModel
from an
IlvFlatListModel
and a Comparator
.
IlvSortedTreeListModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvTreeListModel
, based on another
IlvTreeListModel
and a Comparator
that is used
to order the children objects of any node in the tree.
IlvSortedTreeListModel(IlvTreeListModel, Comparator) - Constructor for class ilog.views.chart.datax.adapter.IlvSortedTreeListModel
Creates a sorted IlvTreeListModel
from an
IlvTreeListModel
and a Comparator
.
IlvSortedTreeListModel(IlvTreeListModel, Comparator, int) - Constructor for class ilog.views.chart.datax.adapter.IlvSortedTreeListModel
Creates a sorted IlvTreeListModel
from an
IlvTreeListModel
and a Comparator
.
IlvSouthPolarARCProjection - Class in ilog.views.maps.defense.format.asrp.projection
IlvSouthPolarARCProjection(IlvInputStream) - Constructor for class ilog.views.maps.defense.format.asrp.projection.IlvSouthPolarARCProjection
Stream constructor.
IlvSouthPolarARCProjection(double, double, double, double) - Constructor for class ilog.views.maps.defense.format.asrp.projection.IlvSouthPolarARCProjection
Creates a south polar arc projection passing the specified parameters.
IlvSplashWindow - Class in ilog.views.appframe.swing
This window is used as a display while the application is initializing.
IlvSplashWindow(JFrame) - Constructor for class ilog.views.appframe.swing.IlvSplashWindow
Constructs a new IlvSplashWindow
.
IlvSplashWindow(JFrame, URL) - Constructor for class ilog.views.appframe.swing.IlvSplashWindow
Constructs a new IlvSplashWindow
that displays an image
defined with the specified URL.
IlvSplashWindow(JFrame, Image) - Constructor for class ilog.views.appframe.swing.IlvSplashWindow
Constructs a new IlvSplashWindow
displaying the
specified image
.
IlvSpline - Class in ilog.views.graphic
IlvSpline
represents a line that displays a Bezier spline.
IlvSpline(IlvPoint[]) - Constructor for class ilog.views.graphic.IlvSpline
Creates a new spline.
IlvSpline(IlvPoint[], boolean) - Constructor for class ilog.views.graphic.IlvSpline
Creates a new IlvSpline
.
IlvSpline(IlvPoint[], boolean, boolean) - Constructor for class ilog.views.graphic.IlvSpline
Creates a new IlvSpline
.
IlvSpline(IlvSpline) - Constructor for class ilog.views.graphic.IlvSpline
Creates a new spline by copying an existing one.
IlvSpline(IlvInputStream) - Constructor for class ilog.views.graphic.IlvSpline
Reads the object from an IlvInputStream
.
IlvSplineEdition - Class in ilog.views.graphic
IlvSplineEdition
is an object interactor
used to edit
IlvSpline
objects.
IlvSplineEdition() - Constructor for class ilog.views.graphic.IlvSplineEdition
Creates a new instance of IlvSplineEdition
.
IlvSplineLinkEdition - Class in ilog.views.graphic
IlvSplineLinkEdition() - Constructor for class ilog.views.graphic.IlvSplineLinkEdition
Creates a new instance of IlvSplineLinkEdition
.
IlvSplineLinkFilter - Class in ilog.views.graphlayout
IlvSplineLinkFilter
is used by the layout algorithms that
support optimized spline routing.
IlvSplineLinkFilter() - Constructor for class ilog.views.graphlayout.IlvSplineLinkFilter
Creates a new instance of IlvSplineLinkFilter
.
IlvSplineLinkImage - Class in ilog.views.graphic
IlvSplineLinkImage
represents the connection between two nodes
in a
grapher
; the link is displayed as a series
of spline curves that trace the link points.
IlvSplineLinkImage(IlvGraphic, IlvGraphic, boolean, IlvPoint[]) - Constructor for class ilog.views.graphic.IlvSplineLinkImage
Creates and initializes a new IlvSplineLinkImage
.
IlvSplineLinkImage(IlvSplineLinkImage) - Constructor for class ilog.views.graphic.IlvSplineLinkImage
Creates and initializes a new IlvSplineLinkImage
by copying an
existing one.
IlvSplineLinkImage(IlvInputStream) - Constructor for class ilog.views.graphic.IlvSplineLinkImage
Reads the object from an IlvInputStream
.
IlvSplineLinkSelection - Class in ilog.views.graphic
IlvSplineLinkSelection(IlvSplineLinkImage) - Constructor for class ilog.views.graphic.IlvSplineLinkSelection
Creates a new spline link selection object.
IlvSplineSelection - Class in ilog.views.graphic
IlvSplineSelection(IlvSpline) - Constructor for class ilog.views.graphic.IlvSplineSelection
Creates a new spline selection object.
IlvSplitContainsFilter - Class in ilog.views.maps.filters
Filter for the "contains" and "does not contain" selections.
IlvSplitContainsFilter(IlvInputStream) - Constructor for class ilog.views.maps.filters.IlvSplitContainsFilter
Creates a new IlvSplitContainsFilter
.
IlvSplitContainsFilter(String, String, int) - Constructor for class ilog.views.maps.filters.IlvSplitContainsFilter
Creates a new IlvSplitContainsFilter
.
IlvSplitDataSource - Class in ilog.views.maps.datasource
This data source sorts all the graphical objects stored in a specific map
layer.
IlvSplitDataSource(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvSplitDataSource
Creates an IlvSplitDataSource
by reading its parameters from the stream.
IlvSplitDataSource(IlvMapLayer, IlvHierarchicalDataSource.CriterionFilter) - Constructor for class ilog.views.maps.datasource.IlvSplitDataSource
Creates an IlvSplitDataSource
from objects in a map layer, according to the
criterion filter.
IlvSplitEndsFilter - Class in ilog.views.maps.filters
Filter for the "ends with" and "does not end with" selections.
IlvSplitEndsFilter(IlvInputStream) - Constructor for class ilog.views.maps.filters.IlvSplitEndsFilter
Creates a new IlvSplitEndsFilter
.
IlvSplitEndsFilter(String, String, int) - Constructor for class ilog.views.maps.filters.IlvSplitEndsFilter
Creates a new IlvSplitEndsFilter
.
IlvSplitEqualsFilter - Class in ilog.views.maps.filters
Filter for the "equals" and "does not equal" selections.
IlvSplitEqualsFilter(IlvInputStream) - Constructor for class ilog.views.maps.filters.IlvSplitEqualsFilter
Creates a new IlvSplitEqualsFilter
.
IlvSplitEqualsFilter(String, String, int) - Constructor for class ilog.views.maps.filters.IlvSplitEqualsFilter
Creates a new IlvSplitEqualsFilter
.
IlvSplitFeatureFilter - Class in ilog.views.maps.filters
Base filter that is compared to a reference value.
IlvSplitFeatureFilter(IlvInputStream) - Constructor for class ilog.views.maps.filters.IlvSplitFeatureFilter
Creates a new IlvSplitFeatureFilter
.
IlvSplitFeatureFilter(String, String, String, int) - Constructor for class ilog.views.maps.filters.IlvSplitFeatureFilter
Creates a new IlvSplitFeatureFilter
.
IlvSplitGreaterOrEqualFilter - Class in ilog.views.maps.filters
Filter for the "greater than or equal to" and "lower than" selections.
IlvSplitGreaterOrEqualFilter(IlvInputStream) - Constructor for class ilog.views.maps.filters.IlvSplitGreaterOrEqualFilter
Creates a new IlvSplitGreaterOrEqualFilter
.
IlvSplitGreaterOrEqualFilter(String, String, int) - Constructor for class ilog.views.maps.filters.IlvSplitGreaterOrEqualFilter
Creates a new IlvSplitGreaterOrEqualFilter
.
IlvSplitGreaterThanFilter - Class in ilog.views.maps.filters
Filter for the "greater than" and "lower than or equal to" selections.
IlvSplitGreaterThanFilter(IlvInputStream) - Constructor for class ilog.views.maps.filters.IlvSplitGreaterThanFilter
Creates a new IlvSplitGreaterThanFilter
.
IlvSplitGreaterThanFilter(String, String, int) - Constructor for class ilog.views.maps.filters.IlvSplitGreaterThanFilter
Creates a new IlvSplitGreaterThanFilter
.
IlvSplitStartsFilter - Class in ilog.views.maps.filters
Filter for the "starts with" and "does not start with" selections.
IlvSplitStartsFilter(IlvInputStream) - Constructor for class ilog.views.maps.filters.IlvSplitStartsFilter
Creates a new IlvSplitStartsFilter
.
IlvSplitStartsFilter(String, String, int) - Constructor for class ilog.views.maps.filters.IlvSplitStartsFilter
Creates a new IlvSplitStartsFilter
.
IlvSpringEmbedderLayout - Class in ilog.views.graphlayout.springembedder
IlvSpringEmbedderLayout() - Constructor for class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayout
Deprecated.
Creates a new instance of the Spring Embedder layout algorithm.
IlvSpringEmbedderLayout(IlvSpringEmbedderLayout) - Constructor for class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayout
Deprecated.
Creates a new layout instance by copying an existing one.
IlvSpringEmbedderLayoutGrapherProperty - Class in ilog.views.graphlayout.springembedder
IlvSpringEmbedderLayoutGrapherProperty(String, IlvSpringEmbedderLayout, boolean) - Constructor for class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayoutGrapherProperty
Deprecated.
Creates a new IlvSpringEmbedderLayoutGrapherProperty
that
stores layout parameter settings of the layout
.
IlvSpringEmbedderLayoutGrapherProperty(IlvSpringEmbedderLayoutGrapherProperty) - Constructor for class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayoutGrapherProperty
Deprecated.
Creates a new IlvSpringEmbedderLayoutGrapherProperty
by
copying an existing one.
IlvSpringEmbedderLayoutGrapherProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayoutGrapherProperty
Deprecated.
Creates a new IlvSpringEmbedderLayoutGrapherProperty
from
an IlvInputStream
.
IlvSpringEmbedderLayoutGrapherProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayoutGrapherProperty
Deprecated.
Creates a new IlvSpringEmbedderLayoutGrapherProperty
from
an IlvInputStream
.
IlvStackerLayout - Class in ilog.views.graphic.composite.layout
This class lays out the objects on a row or column basis,
adding some space between them.
IlvStackerLayout() - Constructor for class ilog.views.graphic.composite.layout.IlvStackerLayout
Creates a new instance of IlvStackerLayout
IlvStackerLayout(int, int, int) - Constructor for class ilog.views.graphic.composite.layout.IlvStackerLayout
Creates a new stacker graphic for the attribute or representation
object, with the given characteristics for orientation, alignment and
spacing.
IlvStackerLayout(IlvInputStream) - Constructor for class ilog.views.graphic.composite.layout.IlvStackerLayout
Reads the object from an IlvInputStream
.
IlvStairChartRenderer - Class in ilog.views.chart.renderer
A renderer displaying stairs.
IlvStairChartRenderer() - Constructor for class ilog.views.chart.renderer.IlvStairChartRenderer
Creates a new stair chart renderer.
IlvStairChartRenderer(int) - Constructor for class ilog.views.chart.renderer.IlvStairChartRenderer
Creates a new stair chart renderer with the specified
mode.
IlvStartEditTextSelectionAccelerator - Class in ilog.views.accelerator
IlvStartEditTextSelectionAccelerator
is an accelerator that
allows the user to start editing the first currently selected text object.
IlvStartEditTextSelectionAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvStartEditTextSelectionAccelerator
Creates an IlvStartEditTextSelectionAccelerator
.
IlvStartEditTextSelectionAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvStartEditTextSelectionAccelerator
Creates an IlvStartEditTextSelectionAccelerator
.
IlvStartEditTextSelectionAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvStartEditTextSelectionAccelerator
Creates an IlvStartEditTextSelectionAccelerator
.
IlvStaticColumnInfo - Interface in ilog.views.chart.datax
This interface describes metainformation of a table column.
IlvStatusBar - Class in ilog.views.appframe.swing
Defines status bars to insert in the main window of an application.
IlvStatusBar() - Constructor for class ilog.views.appframe.swing.IlvStatusBar
Constructs a new status bar.
IlvStepsDefinition - Class in ilog.views.chart
Defines how scale steps values are computed.
IlvStepsDefinition() - Constructor for class ilog.views.chart.IlvStepsDefinition
Creates a new IlvStepsDefinition
.
IlvStereographicProjection - Class in ilog.views.maps.projection
This class defines the Stereographic projection.
IlvStereographicProjection() - Constructor for class ilog.views.maps.projection.IlvStereographicProjection
Creates an instance of the class IlvStereographicProjection
.
IlvStereographicProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvStereographicProjection
Reads the object from an IlvInputStream
.
IlvStereographicProjection(IlvStereographicProjection) - Constructor for class ilog.views.maps.projection.IlvStereographicProjection
Creates a new IlvStereographicProjection
by copying an existing one.
IlvStreamDocument - Interface in ilog.views.appframe.docview
Defines documents that are read and write their data from streams.
IlvStringAttribute - Class in ilog.views.maps.attribute
This feature attribute stores Strings.
IlvStringAttribute() - Constructor for class ilog.views.maps.attribute.IlvStringAttribute
Creates a string attribute.
IlvStringAttribute(String) - Constructor for class ilog.views.maps.attribute.IlvStringAttribute
Creates a string attribute.
IlvStringAttribute(IlvStringAttribute) - Constructor for class ilog.views.maps.attribute.IlvStringAttribute
Creates a string attribute by copying an existing one.
IlvStringAttribute(IlvInputStream) - Constructor for class ilog.views.maps.attribute.IlvStringAttribute
Reads an IlvStringAttribute
from an
IlvInputStream
.
IlvStringClusterId - Class in ilog.views.chart.datax.adapter.partition
This class contains information about a group of objects
that were grouped together based on the string value of a model column.
IlvStringClusterId(IlvObjectModelWithColumns, IlvDataColumnInfo, String) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvStringClusterId
Creates an instance of this class.
IlvStringColumn - Class in ilog.views.gantt.swing
IlvStringColumn
is a column definition that can render a
String
property of an
IlvHierarchyNode
(that is,
an activity or a resource) in an
IlvJTable
.
IlvStringColumn(Object, IlvStringProperty) - Constructor for class ilog.views.gantt.swing.IlvStringColumn
Constructs a new column with the specified header value and that will
render the specified activity or resource property.
IlvStringColumn(Object, IlvStringProperty, Object) - Constructor for class ilog.views.gantt.swing.IlvStringColumn
Constructs a new column with the specified header value, that will
render the specified activity or resource property, and with a column
identifier.
IlvStringColumn(Object, IlvStringProperty, int) - Constructor for class ilog.views.gantt.swing.IlvStringColumn
Constructs a new column with the specified header value and that will
render the specified activity or resource property.
IlvStringColumn(Object, IlvStringProperty, int, Object) - Constructor for class ilog.views.gantt.swing.IlvStringColumn
Constructs a new column with the specified header value, a width, a
column identifier, and that will render the specified activity or
resource property.
IlvStringConverter - Class in ilog.views.chart.data
A class that handles conversions between a String
object
and a double value.
IlvStringConverter() - Constructor for class ilog.views.chart.data.IlvStringConverter
Creates a new IlvStringConverter
object
that performs a locale independent conversion, using the default
Java conversion between numbers and strings.
IlvStringConverter(Locale) - Constructor for class ilog.views.chart.data.IlvStringConverter
Creates a new IlvStringConverter
object
that performs a conversion using the conventions for the given locale.
IlvStringConverter(ULocale) - Constructor for class ilog.views.chart.data.IlvStringConverter
Creates a new IlvStringConverter
object
that performs a conversion using the conventions for the given locale.
IlvStringPartitioner - Class in ilog.views.chart.datax.adapter.partition
This class partitions a set of objects according to the value of a model
column, as a string.
IlvStringPartitioner(IlvObjectModelWithColumns, IlvDataColumnInfo) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvStringPartitioner
Creates an instance of this class.
IlvStringPartitionerFactory - Class in ilog.views.chart.datax.adapter.partition
This class provides a partitioner that partitions a set of objects according
to the value of a model column, as a string.
IlvStringPartitionerFactory(IlvDataColumnInfo) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvStringPartitionerFactory
Creates a partitioner factory that partitions according to the values at
the given column.
IlvStringProperty - Interface in ilog.views.gantt.property
IlvStringProperty
defines a common interface for accessing a
String
property of target
objects.
IlvStroke - Interface in ilog.views
The IlvStroke
interface defines a basic set
of rendering attributes.
IlvStrokedPathDecoration - Class in ilog.views.maps.graphic
A path decoration that uses a BasicStroke
as base stroke.
IlvStrokedPathDecoration(double, double, boolean) - Constructor for class ilog.views.maps.graphic.IlvStrokedPathDecoration
Constructs a new IlvStrokedPathDecoration
with the
specified flattening factor, the default BasicStroke.CAP_SQUARE
cap style,
the default BasicStroke.JOIN_MITER
join style, the default
miter limit of 10.0 and no dash.
IlvStrokedPathDecoration(double, int, int, double, double[], double, double, boolean) - Constructor for class ilog.views.maps.graphic.IlvStrokedPathDecoration
Constructs a new IlvStrokedPathDecoration
with the
specified flattening factor.
IlvStrokedPathDecoration(IlvInputStream) - Constructor for class ilog.views.maps.graphic.IlvStrokedPathDecoration
Reads an IlvStrokedPathDecoration
from the specified input stream.
IlvStylable - Interface in ilog.views.util.styling
Defines the interface for stylable components, that is, the ability
to set/get CSS, fix debug mask, and register a
PropertyChangeListener
whenever a setter is called.
IlvStyle - Class in ilog.views.chart
Defines a rendering style that controls the drawings appearance.
IlvStyle() - Constructor for class ilog.views.chart.IlvStyle
Creates a default filled and stroked style.
IlvStyle(Paint, Paint) - Constructor for class ilog.views.chart.IlvStyle
Creates a style with the specified Paint
for stroke
and fill.
IlvStyle(Stroke, Paint) - Constructor for class ilog.views.chart.IlvStyle
Creates a stroked style with the specified Stroke
and
Paint
for stroke.
IlvStyle(float, Paint) - Constructor for class ilog.views.chart.IlvStyle
Creates a stroked style of the specified line width with the given
Paint
for stroke.
IlvStyle(Paint) - Constructor for class ilog.views.chart.IlvStyle
Creates a filled style with specified Paint
for fill.
IlvStyle(Stroke, Paint, Paint) - Constructor for class ilog.views.chart.IlvStyle
Creates a stroked and filled style.
IlvStyle.Change - Class in ilog.views.chart
Implements a set of changes that can be applied to
IlvStyle
instances.
IlvStyle.ColorChange - Class in ilog.views.chart
An IlvStyle.Change
subclass that modifies the colors
of an IlvStyle
.
IlvStyle.IntensityChange - Class in ilog.views.chart
Changes the color intensity of an IlvStyle
.
IlvStyleSheetRenderer - Class in ilog.views.sdm.renderer
This class manages a CSS renderer.
IlvStyleSheetRenderer(Reader, URL) - Constructor for class ilog.views.sdm.renderer.IlvStyleSheetRenderer
Creates a renderer to handle CSSs.
IlvStyleSheetRenderer(IlvCSSEngine) - Constructor for class ilog.views.sdm.renderer.IlvStyleSheetRenderer
Creates a renderer to handle CSSs.
IlvStyleSheetRenderer() - Constructor for class ilog.views.sdm.renderer.IlvStyleSheetRenderer
Creates a renderer to handle CSSs.
IlvStylingException - Exception in ilog.views.util.styling
Exceptions of the class IlvStylingException
are thrown by various classes of the
ilog.views.util.css
package.
IlvStylingException() - Constructor for exception ilog.views.util.styling.IlvStylingException
Creates a new styling exception with no error message.
IlvStylingException(String) - Constructor for exception ilog.views.util.styling.IlvStylingException
Creates a new styling exception with a specified error message.
IlvStylingException(Exception) - Constructor for exception ilog.views.util.styling.IlvStylingException
Creates a new styling exception that encapsulates
another low-level exception.
IlvStylingException(String, Exception) - Constructor for exception ilog.views.util.styling.IlvStylingException
Creates a new styling exception that encapsulates
another low-level exception.
IlvSubgraphCorrectionBarycenterFixed - Class in ilog.views.graphlayout.recursive
This subgraph correction strategy keeps the barycenter of a subgraph
fixed during recursive layout.
IlvSubgraphCorrectionBarycenterFixed() - Constructor for class ilog.views.graphlayout.recursive.IlvSubgraphCorrectionBarycenterFixed
Creates a new IlvSubgraphCorrectionBarycenterFixed
.
IlvSubgraphCorrectionBarycenterFixed(IlvInputStream) - Constructor for class ilog.views.graphlayout.recursive.IlvSubgraphCorrectionBarycenterFixed
Creates a new IlvSubgraphCorrectionBarycenterFixed
from
an IlvInputStream
.
IlvSubgraphCorrectionBoundsFixed - Class in ilog.views.graphlayout.recursive
This subgraph correction strategy keeps the bounds of a subgraph fixed
during recursive layout.
IlvSubgraphCorrectionBoundsFixed() - Constructor for class ilog.views.graphlayout.recursive.IlvSubgraphCorrectionBoundsFixed
Creates a new IlvSubgraphCorrectionBoundsFixed
.
IlvSubgraphCorrectionBoundsFixed(IlvInputStream) - Constructor for class ilog.views.graphlayout.recursive.IlvSubgraphCorrectionBoundsFixed
Creates a new IlvSubgraphCorrectionBoundsFixed
from an
IlvInputStream
.
IlvSubgraphCorrectionInterface - Interface in ilog.views.graphlayout.recursive
An interface used to define corrections of a subgraph after the layout
of the subgraph was performed.
IlvSubGraphRenderer - Class in ilog.views.sdm.renderer
The class IlvSubGraphRenderer
is a
filtering renderer that displays subgraphs as special
nodes that can be expanded and collapsed.
IlvSubGraphRenderer(IlvSDMRenderer) - Constructor for class ilog.views.sdm.renderer.IlvSubGraphRenderer
Creates a new subgraph renderer with a specified
filtered renderer.
IlvSubGraphRenderer() - Constructor for class ilog.views.sdm.renderer.IlvSubGraphRenderer
Creates a new subgraph renderer with a null
filtered renderer.
IlvSubGraphRenderer.CollapsedGraphic - Class in ilog.views.sdm.renderer
This graphic object encapsulates the collapsed representation of
a subgraph.
IlvSubGraphRenderer.ExpandCollapseIcon - Class in ilog.views.sdm.renderer
IlvSubGraphRenderer.ExpandCollapseInteractor - Class in ilog.views.sdm.renderer
Since JViews 8.5, this class is the mouse listener that manages to expand/collapse
subgraphes.
IlvSubGraphRenderer.GraphicManagerFrame - Class in ilog.views.sdm.renderer
This class draws the graphic border of IlvGrapher
objects that represent subgraphs.
IlvSubGraphRenderer.SubGrapher - Class in ilog.views.sdm.renderer
This class is not intended to be directly used by a user application.
IlvSubTreeListModel - Class in ilog.views.chart.datax.adapter
This class represents a subtree of a given IlvTreeListModel
.
IlvSubTreeListModel(IlvTreeListModel, Object) - Constructor for class ilog.views.chart.datax.adapter.IlvSubTreeListModel
Creates a subtree model.
IlvSubTreeListModel(IlvTreeListModel, Object, int) - Constructor for class ilog.views.chart.datax.adapter.IlvSubTreeListModel
Creates a subtree model.
IlvSubTreeSetModel - Class in ilog.views.chart.datax.adapter
This class represents a subtree of a given IlvTreeSetModel
.
IlvSubTreeSetModel(IlvTreeSetModel, Object) - Constructor for class ilog.views.chart.datax.adapter.IlvSubTreeSetModel
Creates a subtree model.
IlvSubTreeSetModel(IlvTreeSetModel, Object, int) - Constructor for class ilog.views.chart.datax.adapter.IlvSubTreeSetModel
Creates a subtree model.
IlvSuperimposedRenderer - Interface in ilog.views.chart.renderer
Interface for renderers that support superimposed rendering (child renderers
are drawn on top of each other).
IlvSVGDataSource - Class in ilog.views.maps.format.svg
IlvSVGDataSource
represents a data source used read SVG files.
IlvSVGDataSource(IlvInputStream) - Constructor for class ilog.views.maps.format.svg.IlvSVGDataSource
Creates a new IlvSVGDataSource
instance.
IlvSVGDataSource(String) - Constructor for class ilog.views.maps.format.svg.IlvSVGDataSource
Constructs an IlvSVGDataSource
instance from a file.
IlvSVGDataSource(URL) - Constructor for class ilog.views.maps.format.svg.IlvSVGDataSource
Constructs an IlvSVGDataSource
instance from a file.
IlvSVGGraphicSet - Class in ilog.views.svg
A subclass of IlvGraphicSet
that allows you to load the
contents of an SVG file into it.
IlvSVGGraphicSet() - Constructor for class ilog.views.svg.IlvSVGGraphicSet
Creates a new empty IlvSVGGraphicSet
instance.
IlvSVGGraphicSet(IlvInputStream) - Constructor for class ilog.views.svg.IlvSVGGraphicSet
Reads a new IlvSVGGraphicSet
from an input stream.
IlvSVGGraphicSet(IlvSVGGraphicSet) - Constructor for class ilog.views.svg.IlvSVGGraphicSet
Creates a new copy of an IlvSVGGraphicSet
.
IlvSVGManagerServlet - Class in ilog.views.svg.servlet
An abstract servlet that can respond to HTTP requests to generate an SVG
image from a Rogue Wave JViews manager.
IlvSVGManagerServlet(SVGDocumentBuilderConfigurator) - Constructor for class ilog.views.svg.servlet.IlvSVGManagerServlet
Creates a manager servlet.
IlvSVGManagerServletSupport - Class in ilog.views.svg.servlet
A class that can respond to HTTP requests to generate an SVG image from a
Rogue Wave JViews manager.
IlvSVGManagerServletSupport(SVGDocumentBuilderConfigurator, ServletContext) - Constructor for class ilog.views.svg.servlet.IlvSVGManagerServletSupport
Creates a manager servlet support.
IlvSwimLaneConstraint - Class in ilog.views.graphlayout.hierarchical
The class IlvSwimLaneConstraint
is a constraint that
forces a group of nodes to be placed in the same column or row.
IlvSwimLaneConstraint(IlvNodeGroup) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSwimLaneConstraint
Creates a new IlvSwimLaneConstraint
.
IlvSwimLaneConstraint(IlvNodeGroup, double, int) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSwimLaneConstraint
Creates a new IlvSwimLaneConstraint
.
IlvSwimLaneConstraint(IlvNodeGroup, double, int, double) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSwimLaneConstraint
Creates a new IlvSwimLaneConstraint
.
IlvSwimLaneConstraint(IlvNodeGroup, double, int, double, double) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSwimLaneConstraint
Creates a new IlvSwimLaneConstraint
.
IlvSwimLaneConstraint(IlvSwimLaneConstraint) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSwimLaneConstraint
Creates a new IlvSwimLaneConstraint
by copying an
existing one.
IlvSwimLaneConstraint(IlvInputStream) - Constructor for class ilog.views.graphlayout.hierarchical.IlvSwimLaneConstraint
Creates a new IlvSwimLaneConstraint
from an
IlvInputStream
.
IlvSwimLanesRenderer - Class in ilog.views.sdm.renderer.graphlayout
The SwimLanes renderer is responsible for displaying "swimlanes."
IlvSwimLanesRenderer(IlvSDMRenderer) - Constructor for class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer
Creates a new swimlanes renderer for a specified
filtered renderer.
IlvSwimLanesRenderer() - Constructor for class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer
Creates a new swimlanes renderer with a null
filtered renderer.
IlvSwimLanesRenderer.DefaultSwimLaneGraphic - Class in ilog.views.sdm.renderer.graphlayout
IlvSwingControl - Class in ilog.views.util.swt
Embeds a Swing JComponent in an SWT Control with double-buffered drawing.
IlvSwingControl(Composite, int) - Constructor for class ilog.views.util.swt.IlvSwingControl
Creates an SWT control that can wrap a Swing JComponent
.
IlvSwingControl(Composite, int, boolean) - Constructor for class ilog.views.util.swt.IlvSwingControl
Creates an SWT control that can wrap a Swing JComponent
.
IlvSwingControl(Composite, int, JComponent) - Constructor for class ilog.views.util.swt.IlvSwingControl
Creates an SWT control that wraps a given Swing JComponent
.
IlvSwingMainWindow - Class in ilog.views.appframe.swing
Defines an IlvMainWindow
associated with a Swing
component like a JFrame
or a Container
.
IlvSwingMainWindow(JFrame, boolean, boolean) - Constructor for class ilog.views.appframe.swing.IlvSwingMainWindow
Constructs a new IlvSwingMainWindow
associated with the
specified frame
.
IlvSwingMainWindow(JFrame) - Constructor for class ilog.views.appframe.swing.IlvSwingMainWindow
Constructs a new IlvSwingMainWindow
associated with the
specified frame
.
IlvSwingMainWindow(Container, boolean, boolean) - Constructor for class ilog.views.appframe.swing.IlvSwingMainWindow
Constructs a new IlvSwingMainWindow
associated with the
specified container
.
IlvSwingMainWindow(Container) - Constructor for class ilog.views.appframe.swing.IlvSwingMainWindow
Constructs a new IlvSwingMainWindow
associated with the
specified container
.
IlvSwingTableDataSource - Class in ilog.views.chart.data
A data source that handles data stored in a TableModel
.
IlvSwingTableDataSource() - Constructor for class ilog.views.chart.data.IlvSwingTableDataSource
Creates a new IlvSwingTableDataSource
.
IlvSwingTableDataSource(TableModel) - Constructor for class ilog.views.chart.data.IlvSwingTableDataSource
Creates a new IlvSwingTableDataSource
associated to
the given TableModel
with the series ordered by column
and uses no specific serie for x values.
IlvSwingTableDataSource(TableModel, int) - Constructor for class ilog.views.chart.data.IlvSwingTableDataSource
Creates a new IlvSwingTableDataSource
associated to
the given TableModel
with the series ordered according to
the specified type and uses no specific serie for x values.
IlvSwingTableDataSource(TableModel, int, int, int) - Constructor for class ilog.views.chart.data.IlvSwingTableDataSource
Creates a new IlvSwingTableDataSource
associated to
the given TableModel
with the series ordered according to
the specified type and using the given series for x values.
IlvSwingTableDataSource(TableModel, int, IlvAbstractTableDataSource.Mapping[]) - Constructor for class ilog.views.chart.data.IlvSwingTableDataSource
Creates a new IlvSwingTableDataSource
associated with
the given TableModel
with the series ordered according to
the specified type and initialized with the specified mapping.
IlvSwingTableDataSource.Mapping - Class in ilog.views.chart.data
IlvSwingUtil - Class in ilog.views.util.swing
The IlvSwingUtil
class provides utility methods for Swing.
IlvSwingUtil.Version - Class in ilog.views.util.swing
The class IlvSwingUtil.Version
represents a version of Swing.
IlvSymbolCompiler - Class in ilog.views.symbol.compiler
The IlvSymbolCompiler
is the entry point to the JViews Symbol
Compiler API.
IlvSymbolCompiler() - Constructor for class ilog.views.symbol.compiler.IlvSymbolCompiler
Constructs an IlvSymbolCompiler
with a default palette
manager.
IlvSymbolCompiler(IlvPaletteManager) - Constructor for class ilog.views.symbol.compiler.IlvSymbolCompiler
Constructs an IlvSymbolCompiler
with the given palette
manager.
IlvSymbolCompilerApplication - Class in ilog.views.symbol.compiler
The Symbol Compiler Application.
IlvSymbolCompilerException - Exception in ilog.views.symbol.compiler
Exception thrown by the Symbol Compiler and related classes in
unexpected conditions.
IlvSymbolCompilerException() - Constructor for exception ilog.views.symbol.compiler.IlvSymbolCompilerException
Creates a new Symbol Compiler exception with no error message.
IlvSymbolCompilerException(String) - Constructor for exception ilog.views.symbol.compiler.IlvSymbolCompilerException
Creates a new Symbol Compiler exception with a specified error message.
IlvSymbolCompilerException(Exception) - Constructor for exception ilog.views.symbol.compiler.IlvSymbolCompilerException
Creates a new Symbol Compiler exception that encapsulates
another low-level exception.
IlvSymbolCompilerException(String, Exception) - Constructor for exception ilog.views.symbol.compiler.IlvSymbolCompilerException
Creates a new Symbol Compiler exception that encapsulates
another low-level exception.
IlvSymbolDescriptor - Class in ilog.views.symbology
A descriptor of a graphic that is used as symbol.
IlvSymbolDescriptor() - Constructor for class ilog.views.symbology.IlvSymbolDescriptor
Constructor.
IlvSymbolInteractor - Class in ilog.views.symbology.interactor
A symbol interactor is an action responding to predefined mouse events that could happen on a symbol.
IlvSymbolInteractor() - Constructor for class ilog.views.symbology.interactor.IlvSymbolInteractor
Default empty constructor that creates the instance.
IlvSymbolLocationEditor - Interface in ilog.views.maps.beans.editor
A symbol location editor allows the user to enter the location of
a symbol on a map.
IlvSymbologyTreeView - Class in ilog.views.maps.symbology.swing
IlvSymbologyTreeView
is a panel that provides a GUI to display
the symbol model of your application.
IlvSymbologyTreeView(IlvSDMEngine) - Constructor for class ilog.views.maps.symbology.swing.IlvSymbologyTreeView
Creates a new IlvSymbologyTreeView
object.
IlvSymbologyTreeView.SymbologyTreeSelectionListener - Interface in ilog.views.maps.symbology.swing
Interface implemented by elements that should respond to tree selection
Here it is implemented by all actions to have a uniform way to react on
selection changes in the tree view.
IlvSymbologyTreeViewActions - Interface in ilog.views.maps.symbology.swing
IlvSymbologyTreeViewActions
provides the actions to create
symbols, edit symbols or edit the entire symbology.
IlvSymbolParameterAccessor - Class in ilog.views.symbol.util
Base class that accesses parameter values and mappings
of compiled symbols.
IlvSymbolParameterAccessor() - Constructor for class ilog.views.symbol.util.IlvSymbolParameterAccessor
Constructs an IlvSymbolParameterAccessor
object.
IlvSymbolProperties - Class in ilog.views.symbol.util
Property holder of compiled symbols.
IlvSymbolProperties(IlvSymbolParameterAccessor[]) - Constructor for class ilog.views.symbol.util.IlvSymbolProperties
Constructs an IlvSymbolProperties
object.
IlvSymbolStyle - Interface in ilog.views.util.styling
This interface denotes the style embodied in a graphic symbol at runtime.
IlvTableActivity - Class in ilog.views.gantt.model.table
IlvTableActivity(String, String, IlvTimeInterval) - Constructor for class ilog.views.gantt.model.table.IlvTableActivity
Creates a new IlvTableActivity
from the specified ID, name,
and time interval.
IlvTableActivity(String, String, Date, Date) - Constructor for class ilog.views.gantt.model.table.IlvTableActivity
Creates a new IlvTableActivity
from the specified ID, name,
and time interval.
IlvTableActivity(String, String, Date, IlvDuration) - Constructor for class ilog.views.gantt.model.table.IlvTableActivity
Creates a new IlvTableActivity
from the specified ID, name,
start time, and duration.
IlvTableConstraint - Class in ilog.views.gantt.model.table
IlvTableConstraint(IlvActivity, IlvActivity, IlvConstraintType) - Constructor for class ilog.views.gantt.model.table.IlvTableConstraint
Creates a new IlvTableConstraint
from the specified
from-activity, to-activity, and type.
IlvTableGanttModel - Class in ilog.views.gantt.model.table
This implementation of the
IlvGanttModel
interface
builds a model from several instances of Swing
TableModel
s for:
activities
resources
constraints
reservations.
IlvTableGanttModel() - Constructor for class ilog.views.gantt.model.table.IlvTableGanttModel
IlvTableGanttModel(TableModel, TableModel, TableModel, TableModel) - Constructor for class ilog.views.gantt.model.table.IlvTableGanttModel
Builds an IlvTableGanttModel
from the given
TableModel
instances.
IlvTableGanttModel(IlvTableModelMapper, IlvTableModelMapper, IlvTableModelMapper, IlvTableModelMapper) - Constructor for class ilog.views.gantt.model.table.IlvTableGanttModel
IlvTableModel - Interface in ilog.views.util.data
This interface extends the TableModel
interface to provide
the ability to modify the structure of the table model.
IlvTableModelEvent - Class in ilog.views.util.data
This subclass of TableModelEvent
provides some additional event
types that are needed to inform listeners before a row will either be
deleted or updated.
IlvTableModelEvent(TableModel) - Constructor for class ilog.views.util.data.IlvTableModelEvent
All row data in the table has changed, listeners should discard any state
that was based on the rows and requery the TableModel
to get the new row count and all the appropriate values.
IlvTableModelEvent(TableModel, int) - Constructor for class ilog.views.util.data.IlvTableModelEvent
This row of data has been updated.
IlvTableModelEvent(TableModel, int, int) - Constructor for class ilog.views.util.data.IlvTableModelEvent
The data in rows [firstRow, lastRow] have been updated.
IlvTableModelEvent(TableModel, int, int, int) - Constructor for class ilog.views.util.data.IlvTableModelEvent
The cells in column column in the range
[firstRow, lastRow] have been updated.
IlvTableModelEvent(TableModel, int, int, int, int) - Constructor for class ilog.views.util.data.IlvTableModelEvent
The cells from (firstRow, column) to (lastRow, column) have been changed.
IlvTableModelMapper - Class in ilog.views.util.data
This class helps in converting values from a given TableModel
to
properties of another model and to conversely set back values inside the
TableModel
from the foreign model.
IlvTableModelMapper(TableModel) - Constructor for class ilog.views.util.data.IlvTableModelMapper
Creates a IlvTableModelMapper
to map values from the given
TableModel
to properties of another model and conversely.
IlvTableModelMappingException - Exception in ilog.views.util.data
This Exception
is thrown when the mapping from or to the TableModel
cannot be performed.
IlvTableModelMappingException(String) - Constructor for exception ilog.views.util.data.IlvTableModelMappingException
Builds an IlvTableModelMappingException
IlvTableModelMappingException(String, Throwable) - Constructor for exception ilog.views.util.data.IlvTableModelMappingException
Builds an IlvTableModelMappingException
IlvTableModelMappingException(String, String) - Constructor for exception ilog.views.util.data.IlvTableModelMappingException
Builds an IlvTableModelMappingException
IlvTableModelMappingException(String, String, Throwable) - Constructor for exception ilog.views.util.data.IlvTableModelMappingException
Builds an IlvTableModelMappingException
IlvTableModelPropertyDescriptor - Interface in ilog.views.util.data
This interface must be implemented by classes that need to lookup a
TableModel
at a specified row index and returns a property
value.
IlvTablePersistentContext - Class in ilog.views.maps.symbology.swing
Class used to store and retrieve the persistent context of each action.
IlvTablePersistentContext(IlvPersistentObject[]) - Constructor for class ilog.views.maps.symbology.swing.IlvTablePersistentContext
Creates a new IlvTablePersistentContext
.
IlvTablePersistentContext(IlvInputStream) - Constructor for class ilog.views.maps.symbology.swing.IlvTablePersistentContext
Creates IlvTablePersistentContext
from persisted data.
IlvTableReservation - Class in ilog.views.gantt.model.table
IlvTableReservation(IlvResource, IlvActivity) - Constructor for class ilog.views.gantt.model.table.IlvTableReservation
Creates a new IlvTableReservation
from the specified activity
and resource.
IlvTableResource - Class in ilog.views.gantt.model.table
IlvTableResource(String, String, float) - Constructor for class ilog.views.gantt.model.table.IlvTableResource
Creates a new IlvTableResource
from the specified ID, name,
and quantity.
IlvTableResource(String, String) - Constructor for class ilog.views.gantt.model.table.IlvTableResource
Creates a new IlvTableResource
from the specified ID, and
name.
IlvTableSDMModel - Class in ilog.views.sdm.model
IlvTableSDMModel(IlvTableModelMapper, String, boolean) - Constructor for class ilog.views.sdm.model.IlvTableSDMModel
Creates a new Table-to-SDM-model adapter.
IlvTableSDMModel(IlvTableModelMapper, String, boolean, boolean) - Constructor for class ilog.views.sdm.model.IlvTableSDMModel
Creates a new Table-to-SDM-model adapter.
IlvTableToFlatTableModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvFlatTableModel
, based on a
Swing TableModel
.
IlvTableToFlatTableModel(TableModel) - Constructor for class ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
Creates a model backed by a given TableModel
.
IlvTableToFlatTableModel(TableModel, int) - Constructor for class ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
Creates a model backed by a given TableModel
.
IlvTableToFlatTableModel(TableModel, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
Creates a model backed by a given TableModel
, with the
given columns.
IlvTableToFlatTableModel(TableModel, IlvDataColumnInfo[], int) - Constructor for class ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
Creates a model backed by a given TableModel
, with the
given columns.
IlvTerminationPointFilter - Interface in ilog.views.graphlayout.link.longlink
An interface used to define complex requirements concerning the
connection of the links to specific point at the nodes.
IlvTerrainAccessoryContainerProperty - Class in ilog.views.maps.defense.terrain
This class contains the reference to the tabbed pane where the terrain
interactors should create accessories (for example terrain cut charts), by
default, when reading an existing map file.
IlvTerrainCut - Class in ilog.views.maps.defense.terrain
An IlvMapControllingPolyline
specialized for terrain cut.
IlvTerrainCut(IlvPoint[]) - Constructor for class ilog.views.maps.defense.terrain.IlvTerrainCut
Creates a IlvTerrainCut
object.
IlvTerrainCut(IlvCoordinate[], IlvCoordinateSystem) - Constructor for class ilog.views.maps.defense.terrain.IlvTerrainCut
Creates a new IlvMapControllingPolyline
.
IlvTerrainCut(IlvTerrainCut) - Constructor for class ilog.views.maps.defense.terrain.IlvTerrainCut
Copies a terrain cut.
IlvTerrainCut(IlvInputStream) - Constructor for class ilog.views.maps.defense.terrain.IlvTerrainCut
reads a IlvTerrainCut
from a IlvInputStream
.
IlvText - Class in ilog.views.graphic
IlvText
represents a customizable multiline text label.
IlvText() - Constructor for class ilog.views.graphic.IlvText
Creates a new IlvText
instance with (0, 0)
as anchor point and an empty text.
IlvText(IlvPoint, String) - Constructor for class ilog.views.graphic.IlvText
Creates a new IlvText
instance with a specified anchor point.
IlvText(IlvText) - Constructor for class ilog.views.graphic.IlvText
This build an IlvText
instance equivalent to the source
one.
IlvText(IlvInputStream) - Constructor for class ilog.views.graphic.IlvText
r
This build an IlvText
instance from an IlvInputStream
.
IlvText.Editor - Class in ilog.views.graphic
This is the text editor of IlvText.
IlvTextDocument - Class in ilog.views.appframe.docview
Defines documents that are associated with javax.swing.text.Document
objects.
IlvTextDocument() - Constructor for class ilog.views.appframe.docview.IlvTextDocument
Constructs a new empty IlvTextDocument
.
IlvTextEditor - Class in ilog.views.objectinteractor
This is the object interactor designed for an IlvTextSelection
.
IlvTextEditor() - Constructor for class ilog.views.objectinteractor.IlvTextEditor
Creates a new IlvTextEditor
.
IlvTextFieldEditor - Class in ilog.views.gantt.swing
IlvTextFieldEditor
is a text field that implements the
CellEditor
interface.
IlvTextFieldEditor() - Constructor for class ilog.views.gantt.swing.IlvTextFieldEditor
Creates a new IlvTextFieldEditor
.
IlvTextFieldTableEditor - Class in ilog.views.gantt.swing
IlvTextFieldTableEditor
is a JTextField
that implements the TableCellEditor
interface.
IlvTextFieldTableEditor() - Constructor for class ilog.views.gantt.swing.IlvTextFieldTableEditor
Constructs a new IlvTextFieldTabkeEditor
.
IlvTextFieldTreeEditor - Class in ilog.views.gantt.swing
IlvTextFieldTreeEditor
is a JTextField
that implements the TreeCellEditor
interface.
IlvTextFieldTreeEditor() - Constructor for class ilog.views.gantt.swing.IlvTextFieldTreeEditor
Construct a new IlvTextFieldTreeEditor
.
IlvTextInterface - Interface in ilog.views
The IlvTextInterface
defines an interface for WYSIWYG editing
with the IlvTextSelection
and IlvTextEditor
classes.
IlvTextPath - Class in ilog.views.graphic
A graphic object that displays a text on any Shape
.
IlvTextPath(Shape, String) - Constructor for class ilog.views.graphic.IlvTextPath
Constructs a new IlvTextPath
using the specified
shape as a baseline and displaying the specified text.
IlvTextPath(Shape, String, int, int, double) - Constructor for class ilog.views.graphic.IlvTextPath
Constructs a new IlvTextPath
using the specified shape
as a baseline, with the specified justification and the specified
shift from the baseline.
IlvTextPath(IlvTextPath) - Constructor for class ilog.views.graphic.IlvTextPath
Creates a new IlvTextPath
by copying an existing one.
IlvTextPath(IlvInputStream) - Constructor for class ilog.views.graphic.IlvTextPath
Reads the object from an IlvInputStream
.
IlvTextSelection - Class in ilog.views.graphic
This is the selection object for graphic objects implementing
IlvTextInterface
.
IlvTextSelection(IlvGraphic) - Constructor for class ilog.views.graphic.IlvTextSelection
Creates an IlvTextSelection
for the specified IlvTextInterface
.
IlvTextSelection(IlvGraphic, boolean) - Constructor for class ilog.views.graphic.IlvTextSelection
Creates an IlvTextSelection
for the specified IlvTextInterface
.
IlvTextSelection(IlvGraphic, boolean, boolean) - Constructor for class ilog.views.graphic.IlvTextSelection
Creates an IlvTextSelection
for the specified IlvTextInterface
.
IlvTextSelection.Range - Class in ilog.views.graphic
This inner class is used to indicate the selection interval while editing a graphic
object implementing IlvTextInterface
.
IlvTexture - Class in ilog.views.util.java2d
A texture is a predefined TexturePaint
used to
fill a shape.
IlvTexture(URL) - Constructor for class ilog.views.util.java2d.IlvTexture
Creates a new IlvTexture
.
IlvTexture(URL, Rectangle2D) - Constructor for class ilog.views.util.java2d.IlvTexture
Creates a new IlvTexture
.
IlvTextView - Class in ilog.views.appframe.swing
Defines a document view associated with the Swing text component.
IlvTextView() - Constructor for class ilog.views.appframe.swing.IlvTextView
Constructs a new IlvTextView
.
IlvThreadedActivityMonitor - Class in ilog.views.swing
This class manages a list of threaded activities.
IlvThreadedActivityMonitor() - Constructor for class ilog.views.swing.IlvThreadedActivityMonitor
Default constructor.
IlvThreadedActivityMonitor.ActivityEvent - Class in ilog.views.swing
An event representing a change in an activity.
IlvThreadedActivityMonitor.ActivityListener - Interface in ilog.views.swing
An activity listener that will be notified of activity changes
in this IlvThreadedActivityMonitor
.
IlvThreadedActivityMonitorPanel - Class in ilog.views.swing
This class is a GUI component that displays progress of multiple threaded
activities managed by an IlvThreadedActivityMonitor
.
IlvThreadedActivityMonitorPanel(IlvThreadedActivityMonitor) - Constructor for class ilog.views.swing.IlvThreadedActivityMonitorPanel
Creates a new IlvThreadedActivityMonitorPanel
.
IlvThreadedActivityMonitorProperty - Class in ilog.views.swing
This class defines a named property that is used to store the
monitored threaded activities in an IlvManager
containing map data.
IlvThreadedActivityMonitorProperty(IlvThreadedActivityMonitor) - Constructor for class ilog.views.swing.IlvThreadedActivityMonitorProperty
Creates a new IlvThreadedActivityMonitorProperty
object with the
specified activity monitor.
IlvThreadedTaskProcessor - Class in ilog.views.maps.defense.terrain3d.model
A class that manages IlvThreadedTaskProcessor.ThreadedTask
instances and execute them in a dedicated thread.
IlvThreadedTaskProcessor.ThreadedTask - Interface in ilog.views.maps.defense.terrain3d.model
Interface that any task object must implement to be managed by a IlvThreadedTaskProcessor
IlvThreadedTileLoader - Class in ilog.views.tiling
This tile loader class delegates actual tile loading to the tile loader
set at construction time.
IlvThreadedTileLoader(IlvTileLoader, boolean) - Constructor for class ilog.views.tiling.IlvThreadedTileLoader
Creates a tile loader loading tiles on a background thread.
IlvThreadedTileLoader(IlvInputStream) - Constructor for class ilog.views.tiling.IlvThreadedTileLoader
Reads a threaded tile loader from an input stream.
IlvThreadMonitoringData - Class in ilog.views.maps.raster.datasource
Stores the monitoring information for a specific subactivity.
IlvThreadMonitoringData(IlvThreadedActivityMonitor, Object, String, int, int) - Constructor for class ilog.views.maps.raster.datasource.IlvThreadMonitoringData
Creates a subactivity monitoring utility class.
IlvThreadUtil - Class in ilog.views.util
This class contains utility functions related to threads.
IlvThresholdIndicator - Class in ilog.views.chart.graphic
An IlvDataIndicator
subclass that defines threshold lines and ranges.
IlvThresholdIndicator(int, double, String, String[]) - Constructor for class ilog.views.chart.graphic.IlvThresholdIndicator
Creates a threshold for the specified value with the specified text.
IlvThresholdIndicator(int, IlvDataInterval, String, String[]) - Constructor for class ilog.views.chart.graphic.IlvThresholdIndicator
Creates a threshold for the specified range with the specified text.
IlvThresholdIndicator(int, IlvDataWindow, String, String[]) - Constructor for class ilog.views.chart.graphic.IlvThresholdIndicator
Creates a threshold for the specified data window with the specified text.
IlvTigerDataDictionnary - Class in ilog.views.maps.format.tiger
This class contains the record description for the tiger files read by JViews.
IlvTigerDataDictionnary.DictionnaryElement - Class in ilog.views.maps.format.tiger
Contains the definition of one field in the TIGER/Line meta data.
IlvTigerDataSource - Class in ilog.views.maps.datasource
A data source to read TIGER/Line files.
IlvTigerDataSource(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvTigerDataSource
Constructs a IlvTigerDataSource
from the specified input stream.
IlvTigerDataSource(String) - Constructor for class ilog.views.maps.datasource.IlvTigerDataSource
Constructs a IlvTigerDataSource
from the specified file name.
IlvTigerDataSource(URL) - Constructor for class ilog.views.maps.datasource.IlvTigerDataSource
Constructs a IlvTigerDataSource
from the specified url.
IlvTigerDataSource.CFCCFilter - Class in ilog.views.maps.datasource
A specialized criterion filter that returns the value of the CFCC attribute of a map feature.
IlvTigerFeatureClass - Class in ilog.views.maps.format.tiger
Definition of a tiger feature class.
IlvTigerFeatureClass(String, String) - Constructor for class ilog.views.maps.format.tiger.IlvTigerFeatureClass
Creates a tiger feature class associating a name with a code value.
IlvTigerReader - Class in ilog.views.maps.format.tiger
Reader of TIGER/Line files.
IlvTigerReader(String) - Constructor for class ilog.views.maps.format.tiger.IlvTigerReader
Creates a new IlvTigerReader
object.
IlvTigerReader(URL) - Constructor for class ilog.views.maps.format.tiger.IlvTigerReader
Creates a new IlvTigerReader
object.
IlvTigerReader(IlvInputStream) - Constructor for class ilog.views.maps.format.tiger.IlvTigerReader
Reconstructs a tiger reader from parameters read on an input stream.
IlvTigerRT1BasicDataReader - Class in ilog.views.maps.format.tiger
reader of RT1 files.
IlvTigerRT1BasicDataReader(String) - Constructor for class ilog.views.maps.format.tiger.IlvTigerRT1BasicDataReader
IlvTigerRT1BasicDataReader
IlvTigerRT1BasicDataReader(URL) - Constructor for class ilog.views.maps.format.tiger.IlvTigerRT1BasicDataReader
IlvTigerRT1BasicDataReader
IlvTilableDataSource - Class in ilog.views.maps.tiling
IlvTilableDataSource
is an abstract base class for data sources
capable of creating tiled layers.
IlvTilableDataSource(IlvInputStream) - Constructor for class ilog.views.maps.tiling.IlvTilableDataSource
Constructs an IlvTilableDataSource
instance from an
IlvInputStream
.
IlvTilableDataSource(String) - Constructor for class ilog.views.maps.tiling.IlvTilableDataSource
Constructs a new IlvTilableDataSource
from the
file specified.
IlvTile - Class in ilog.views.tiling
A tile represents an elementary rectangular area that is loaded
or released when needed by the application.
IlvTile(int, int, IlvTileController) - Constructor for class ilog.views.tiling.IlvTile
Constructs a tile whose column and row are specified.
IlvTileCache - Class in ilog.views.tiling
This class is used to manage the cached tiles of one or more tile
controllers.
IlvTileCache() - Constructor for class ilog.views.tiling.IlvTileCache
Initializes an instance of a tile cache.
IlvTileController - Class in ilog.views.tiling
This class manages the load-on-demand mechanism.
IlvTileController(IlvManager, IlvRect) - Constructor for class ilog.views.tiling.IlvTileController
Creates an instance of a tile controller for the manager.
IlvTileController(IlvManager, IlvRect, IlvTileCache) - Constructor for class ilog.views.tiling.IlvTileController
Creates an instance of a tile controller for the manager and specifies
the cache.
IlvTileController(IlvManager) - Constructor for class ilog.views.tiling.IlvTileController
Creates an instance of a tile controller for the manager.
IlvTileController(IlvManager, IlvTileCache) - Constructor for class ilog.views.tiling.IlvTileController
Creates an instance of a tile controller for the manager and specifies
the cache.
IlvTileController(IlvInputStream) - Constructor for class ilog.views.tiling.IlvTileController
Reads the tile controller from an IlvInputStream
.
IlvTiledLayer - Class in ilog.views.tiling
A tiled layer is an IlvManagerLayer
object
for loading large sets of data, for example, large maps.
IlvTiledLayer(IlvRect) - Constructor for class ilog.views.tiling.IlvTiledLayer
Creates an instance of tiled layer.
IlvTiledLayer(IlvRect, IlvTileCache, int) - Constructor for class ilog.views.tiling.IlvTiledLayer
Creates an instance of tiled layer.
IlvTiledLayer(IlvRect, IlvTileCache) - Constructor for class ilog.views.tiling.IlvTiledLayer
Creates an instance of IlvTiledLayer
and specifies its cache.
IlvTiledLayer(IlvInputStream) - Constructor for class ilog.views.tiling.IlvTiledLayer
Reads the layer from an IlvInputStream
.
IlvTiledRasterDataSource - Class in ilog.views.maps.raster.datasource
IlvTiledRasterDataSource
is used to manage any raster
reader data.
IlvTiledRasterDataSource() - Constructor for class ilog.views.maps.raster.datasource.IlvTiledRasterDataSource
Creates a raster tiled data source that can be split and multithreaded.
IlvTiledRasterDataSource(boolean, boolean, IlvRasterAbstractReader) - Constructor for class ilog.views.maps.raster.datasource.IlvTiledRasterDataSource
Creates a raster tiled data source that can be split and multithreaded.
IlvTiledRasterDataSource(IlvInputStream) - Constructor for class ilog.views.maps.raster.datasource.IlvTiledRasterDataSource
Reads the data source from a serialized stream.
IlvTiledShapeDataSource - Class in ilog.views.maps.datasource
A data source specialized in reading tiled ESRI/Shape files.
IlvTiledShapeDataSource(String) - Constructor for class ilog.views.maps.datasource.IlvTiledShapeDataSource
Constructs an IlvTiledShapeDataSource
from a shape file name.
IlvTiledShapeDataSource(URL) - Constructor for class ilog.views.maps.datasource.IlvTiledShapeDataSource
Constructs an IlvTiledShapeDataSource
from a shape file name.
IlvTiledShapeDataSource(IlvInputStream) - Constructor for class ilog.views.maps.datasource.IlvTiledShapeDataSource
Reads an IlvTiledShapeDataSource
from an IlvInputStream
.
IlvTiledShapeDataSource(String, boolean) - Constructor for class ilog.views.maps.datasource.IlvTiledShapeDataSource
Constructs an IlvTiledShapeDataSource
data source from the specified shape file.
IlvTiledShapeDataSource(URL, boolean) - Constructor for class ilog.views.maps.datasource.IlvTiledShapeDataSource
Constructs an IlvTiledShapeDataSource
data source from the specified URL.
IlvTiledShapeDataSource(String, String, String, String) - Constructor for class ilog.views.maps.datasource.IlvTiledShapeDataSource
Constructs an a IlvTiledShapeDataSource
data source from the specified shape file, dbf file,
,shape index file (shx) and spatial index file (idx).
IlvTiledShapeDataSource(URL, URL, URL, URL) - Constructor for class ilog.views.maps.datasource.IlvTiledShapeDataSource
Constructs an IlvTiledShapeDataSource
data source from the specified shape URL, dbf URL,
,shape index URL (shx) and spatial index URL (idx).
IlvTiledShapeDataSource.FilteredShapeFileTileLoader - Class in ilog.views.maps.datasource
Filtered tile loader.
IlvTileElevationProvider - Interface in ilog.views.maps.defense.terrain3d.model
This interface describes a two dimensional array that can return elevation values for points within
its limits
IlvTileLoader - Interface in ilog.views.tiling
This interface is used to load a tile
for an IlvTileController
or an IlvTiledLayer
.
IlvTileLockFilter - Class in ilog.views.tiling
This class is used to dynamically filter the loading
of tiles.
IlvTileLockFilter() - Constructor for class ilog.views.tiling.IlvTileLockFilter
Initializes an instance of IlvTileLockFilter
IlvTileManager - Interface in ilog.views.util.servlet.tiling
Interface that defines the services of a tile manager.
IlvTileURLFactory - Interface in ilog.views.util.servlet.tiling
Interface defining services that a tile URL factory must implement.
IlvTimeConverter - Interface in ilog.views.gantt.graphic
IlvTimeConverter
implementations are used to convert between
Date
s
and floating-point
IlvManager
world coordinates.
IlvTimeIncrementPolicy - Interface in ilog.views.util.time
IlvTimeIncrementPolicy
defines a strategy for stepping through discrete
time increments.
IlvTimeIncrementPolicy.Day - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Day
implements a strategy for stepping through
discrete day increments.
IlvTimeIncrementPolicy.HalfDay - Class in ilog.views.util.time
IlvTimeIncrementPolicy.HalfDay
implements a strategy for stepping through
discrete half-day increments.
IlvTimeIncrementPolicy.Hour - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Hour
implements a strategy for stepping through
discrete hour increments.
IlvTimeIncrementPolicy.Minute - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Minute
implements a strategy for stepping through
discrete minute increments.
IlvTimeIncrementPolicy.Month - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Month
implements a strategy for stepping through
discrete month increments.
IlvTimeIncrementPolicy.Second - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Second
implements a strategy for stepping through
discrete second increments.
IlvTimeIncrementPolicy.Week - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Week
implements a strategy for stepping through
discrete week increments.
IlvTimeIncrementPolicy.Year - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Year
implements a strategy for stepping through
discrete year increments.
IlvTimeIncrementPolicy2 - Interface in ilog.views.util.time
IlvTimeIncrementPolicy2
defines a strategy for stepping through
discrete time increments.
IlvTimeIncrementPolicy2.Day - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Day
implements a strategy for stepping through
discrete day increments.
IlvTimeIncrementPolicy2.HalfDay - Class in ilog.views.util.time
IlvTimeIncrementPolicy.HalfDay
implements a strategy for stepping through
discrete half-day increments.
IlvTimeIncrementPolicy2.Hour - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Hour
implements a strategy for stepping through
discrete hour increments.
IlvTimeIncrementPolicy2.Minute - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Minute
implements a strategy for stepping through
discrete minute increments.
IlvTimeIncrementPolicy2.Month - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Month
implements a strategy for stepping through
discrete month increments.
IlvTimeIncrementPolicy2.Second - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Second
implements a strategy for stepping through
discrete second increments.
IlvTimeIncrementPolicy2.Week - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Week
implements a strategy for stepping through
discrete week increments.
IlvTimeIncrementPolicy2.Year - Class in ilog.views.util.time
IlvTimeIncrementPolicy.Year
implements a strategy for stepping through
discrete year increments.
IlvTimeIndicator - Class in ilog.views.gantt.graphic
The
IlvTimeIndicator
class is used to represent
a time in an
IlvGanttSheet
.
IlvTimeIndicator(Date, IlvGraphic) - Constructor for class ilog.views.gantt.graphic.IlvTimeIndicator
IlvTimeIndicator(Date, IlvGraphic, String) - Constructor for class ilog.views.gantt.graphic.IlvTimeIndicator
Creates a new IlvTimeIndicator
for indicating a time, with an associated
renderer.
IlvTimeIndicatorContext - Class in ilog.views.gantt.graphic.timeindicator
IlvTimeIndicatorContext(IlvGanttSheet) - Constructor for class ilog.views.gantt.graphic.timeindicator.IlvTimeIndicatorContext
Deprecated.
Creates an IlvTimeIndicatorContext
.
IlvTimeIndicatorReshapeFeedback - Class in ilog.views.gantt.graphic
IlvTimeIndicatorReshapeFeedback
is used to display a time indicator
during the
reshape interaction
;
it allows the updated set date to be seen in more detail.
IlvTimeIndicatorReshapeFeedback() - Constructor for class ilog.views.gantt.graphic.IlvTimeIndicatorReshapeFeedback
Builds an
IlvTimeIndicatorReshapeFeedback
object that will be used to
display a time indicator during the
reshape interaction
.
IlvTimeIndicatorReshapeFeedback(IlvGraphic) - Constructor for class ilog.views.gantt.graphic.IlvTimeIndicatorReshapeFeedback
Builds an
IlvTimeIndicatorReshapeFeedback
objectthat will be used to
display a time indicator during the
reshape interaction
.
IlvTimeInterval - Class in ilog.views.gantt
The class IlvTimeInterval
represents a specific time span, with
millisecond precision.
IlvTimeInterval(Date, Date) - Constructor for class ilog.views.gantt.IlvTimeInterval
Creates a new IlvTimeInterval
with the specified start
and end times.
IlvTimeInterval(Date, IlvDuration) - Constructor for class ilog.views.gantt.IlvTimeInterval
Creates a new IlvTimeInterval
with the specified start
time and duration.
IlvTimeIntervalChildSize - Class in ilog.views.gantt.graphic.renderer.composite
The IlvTimeIntervalChildSize
is a constraint applied
to a graphic object based on some date properties of the anchor
object.
IlvTimeIntervalChildSize() - Constructor for class ilog.views.gantt.graphic.renderer.composite.IlvTimeIntervalChildSize
Creates an instance of IlvTimeIntervalChildSize
.
IlvTimeIterator - Class in ilog.views.util.time
IlvTimeIterator(IlvTimeIncrementPolicy, Calendar, Calendar) - Constructor for class ilog.views.util.time.IlvTimeIterator
Creates a new iterator that traverses over time increments.
IlvTimeIterator(IlvTimeIncrementPolicy, Calendar) - Constructor for class ilog.views.util.time.IlvTimeIterator
Creates an open-ended iterator that traverses over time increments.
IlvTimeProperty - Interface in ilog.views.gantt.property
IlvTimeProperty
defines a common interface for accessing a
Date
property of target
objects.
IlvTimerBehavior - Class in ilog.views.prototypes
The class IlvTimerBehavior
is a subclass of
IlvAnimationBehavior
that modifies a property of the prototype
periodically.
IlvTimerBehavior(String, String, String, String, String) - Constructor for class ilog.views.prototypes.IlvTimerBehavior
Creates a new IlvTimerBehavior
object that modifies a property
of the prototype periodically.
IlvTimerBehavior(IlvTimerBehavior) - Constructor for class ilog.views.prototypes.IlvTimerBehavior
Creates a new behavior object by copying an existing one.
IlvTimerBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvTimerBehavior
Reads the behavior from an IlvInputStream
stream.
IlvTimeReader - Class in ilog.views.gantt.xml
A time reader is capable of reading a Date
from a string or from an attribute of a given element.
IlvTimeReader(DateFormat) - Constructor for class ilog.views.gantt.xml.IlvTimeReader
Creates a Date
reader.
IlvTimeScale - Class in ilog.views.gantt.scale
IlvTimeScale
is a time scale component that contains
several
IlvTimeScaleRow
objects.
IlvTimeScale() - Constructor for class ilog.views.gantt.scale.IlvTimeScale
Creates a new
IlvTimeScale
object that initially contains
no
rows
.
IlvTimeScale(IlvTimeScaleVisibilityPolicy) - Constructor for class ilog.views.gantt.scale.IlvTimeScale
Creates a new IlvTimeScale
instance with the specified
visibility policy.
IlvTimeScale.PaintContext - Class in ilog.views.gantt.scale
A PaintContext
defines the context in which the time scale
paints.
IlvTimeScaleRow - Class in ilog.views.gantt.scale
This abstract class is the minimum implementation that a row,
to be put in a IlvTimeScale
, should extend.
IlvTimeScaleRow() - Constructor for class ilog.views.gantt.scale.IlvTimeScaleRow
This constructor creates a new instance of a time scale row.
IlvTimeScaleVisibilityPolicy - Interface in ilog.views.gantt.scale
Specifies a visibility policy for the IlvTimeScale
.
IlvTimeScrollable - Interface in ilog.views.gantt
The IlvTimeScrollable
interface defines the behavior of a component whose
time interval can be scrolled.
IlvTimeScrollAction - Class in ilog.views.gantt.action
The
IlvTimeScrollAction
class implements an action that
will scroll an
IlvTimeScrollable
right or left.
IlvTimeScrollAction(IlvTimeScrollable, int, String, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvTimeScrollAction
Creates an
IlvTimeScrollAction
for the specified
IlvTimeScrollable
object with a default icon.
IlvTimeScrollAction(IlvTimeScrollable, int, String, Icon, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvTimeScrollAction
IlvTimeScrollBar - Class in ilog.views.gantt.swing
An
IlvTimeScrollbar
is a scroll bar that implements the
IlvTimeScrollable
interface and is designed to scroll over a
time period.
IlvTimeScrollBar() - Constructor for class ilog.views.gantt.swing.IlvTimeScrollBar
Creates a horizontal time scroll bar.
IlvTimeScrollController - Class in ilog.views.gantt
IlvTimeScrollController() - Constructor for class ilog.views.gantt.IlvTimeScrollController
Creates a new IlvTimeScrollController
.
IlvTimeScrollSupport - Class in ilog.views.gantt
IlvTimeScrollSupport
provides calculation support for
IlvTimeScrollable
implementations.
IlvTimeScrollSupport(IlvTimeScrollable) - Constructor for class ilog.views.gantt.IlvTimeScrollSupport
Creates a new IlvTimeScrollSupport
for the specified
owner.
IlvTimeScrollSupport() - Constructor for class ilog.views.gantt.IlvTimeScrollSupport
Creates a new IlvTimeScrollSupport
.
IlvTimeScrollSupport(IlvTimeScrollSupport) - Constructor for class ilog.views.gantt.IlvTimeScrollSupport
Creates a new IlvTimeScrollSupport
that has the same
time interval, minimum time, maximum time, minimum duration,
time converter, view width, and owner as the specified support
instance.
IlvTimeScrollUtil - Class in ilog.views.gantt
The
IlvTimeScrollUtil
class consists of static methods that
are of general use when working with
IlvTimeScrollable
objects.
IlvTimeStepsDefinition - Class in ilog.views.chart
Implements a default numbering of time steps.
IlvTimeStepsDefinition() - Constructor for class ilog.views.chart.IlvTimeStepsDefinition
Creates a new time steps definition.
IlvTimeUnit - Class in ilog.views.chart
Represents a time unit used to compute the step values of a time scale.
IlvTimeUnit() - Constructor for class ilog.views.chart.IlvTimeUnit
Initializes a new time unit.
IlvTimeUtil - Class in ilog.views.gantt
The
IlvTimeUtil
class consists of static methods that
are of general use when working with
Date
,
Calendar
,
IlvDuration
, and
IlvTimeInterval
objects.
IlvTimeWidthVisibilityPredicate - Class in ilog.views.gantt.scale
The IlvTimeWidthVisibilityPredicate
class provides a way to
specify a condition based on the size of a unit of time.
IlvTimeWidthVisibilityPredicate() - Constructor for class ilog.views.gantt.scale.IlvTimeWidthVisibilityPredicate
Creates a new IlvTimeWidthVisibilityPredicate
.
IlvTimeWidthVisibilityPredicate(int, int, double) - Constructor for class ilog.views.gantt.scale.IlvTimeWidthVisibilityPredicate
Creates a new IlvTimeWidthVisibilityPredicate
.
IlvToggleBehavior - Class in ilog.views.prototypes
The class IlvToggleBehavior
is used to toggle a Boolean value
between true
and false
.
IlvToggleBehavior(String, String) - Constructor for class ilog.views.prototypes.IlvToggleBehavior
Creates a new toggle behavior object.
IlvToggleBehavior(IlvToggleBehavior) - Constructor for class ilog.views.prototypes.IlvToggleBehavior
Creates a new behavior object by copying an existing one.
IlvToggleBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvToggleBehavior
Reads the behavior from an IlvInputStream
stream.
IlvToleranceConditionException - Exception in ilog.views.maps.projection
This exception is raised when the values provided are not within
the limits tolerated by a projection function.
IlvToleranceConditionException() - Constructor for exception ilog.views.maps.projection.IlvToleranceConditionException
Creates an instance of the class
IlvToleranceConditionException
with no message.
IlvToleranceConditionException(String) - Constructor for exception ilog.views.maps.projection.IlvToleranceConditionException
Creates an instance of the class
IlvToleranceConditionException
with the specified message.
IlvToolBar - Class in ilog.views.appframe.swing
Toolbar that initializes its buttons from the settings of an application.
IlvToolBar() - Constructor for class ilog.views.appframe.swing.IlvToolBar
Constructs a new toolbar; the orientation defaults to HORIZONTAL
.
IlvToolBar(int) - Constructor for class ilog.views.appframe.swing.IlvToolBar
Creates a new toolbar with the specified orientation
.
IlvToolBar(String, int) - Constructor for class ilog.views.appframe.swing.IlvToolBar
Creates a new toolbar with a specified name
and
orientation
.
IlvTooltipInfoGenerator - Class in ilog.views.servlet
Generates the tooltip content used by a tooltip interactor.
IlvTooltipInfoGenerator(IlvHitmapDefinition) - Constructor for class ilog.views.servlet.IlvTooltipInfoGenerator
The constructor.
IlvToolTipManager - Class in ilog.views.swing
This class enables Swing tooltips in a manager view.
IlvTopologicalMeshLayout - Class in ilog.views.graphlayout.topologicalmesh
The main class for the Topological Mesh Layout (TML) algorithm.
IlvTopologicalMeshLayout() - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayout
Creates a new instance of the Topological Mesh Layout algorithm.
IlvTopologicalMeshLayout(IlvTopologicalMeshLayout) - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayout
Creates a new layout instance by copying an existing one.
IlvTopologicalMeshLayoutGrapherProperty - Class in ilog.views.graphlayout.topologicalmesh
The class IlvTopologicalMeshLayoutGrapherProperty
allows
you to store the global settings of an instance of
IlvTopologicalMeshLayout
as a named property in the
grapher.
IlvTopologicalMeshLayoutGrapherProperty(String, IlvTopologicalMeshLayout, boolean) - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutGrapherProperty
Creates a new IlvTopologicalMeshLayoutGrapherProperty
that stores layout parameter settings of the layout
.
IlvTopologicalMeshLayoutGrapherProperty(IlvTopologicalMeshLayoutGrapherProperty) - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutGrapherProperty
Creates a new IlvTopologicalMeshLayoutGrapherProperty
by
copying an existing one.
IlvTopologicalMeshLayoutGrapherProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutGrapherProperty
Creates a new IlvTopologicalMeshLayoutGrapherProperty
from an IlvInputStream
.
IlvTopologicalMeshLayoutGrapherProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutGrapherProperty
Creates a new IlvTopologicalMeshLayoutGrapherProperty
from an IlvInputStream
.
IlvTopologicalMeshLayoutNodeProperty - Class in ilog.views.graphlayout.topologicalmesh
The class IlvTopologicalMeshLayoutNodeProperty
allows you
to store the settings of an instance of
IlvTopologicalMeshLayout
for an individual node as a
named property in the node.
IlvTopologicalMeshLayoutNodeProperty(String, IlvTopologicalMeshLayout, IlvGraphic, boolean) - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutNodeProperty
Creates a new IlvTopologicalMeshLayoutNodeProperty
that
stores layout parameter settings of the layout
for the
node
.
IlvTopologicalMeshLayoutNodeProperty(IlvTopologicalMeshLayoutNodeProperty) - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutNodeProperty
Creates a new IlvTopologicalMeshLayoutNodeProperty
by
copying an existing one.
IlvTopologicalMeshLayoutNodeProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutNodeProperty
Creates a new IlvTopologicalMeshLayoutNodeProperty
from
an IlvInputStream
.
IlvTopologicalMeshLayoutNodeProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutNodeProperty
Creates a new IlvTopologicalMeshLayoutNodeProperty
from
an IlvInputStream
.
IlvTopologicalMeshLayoutReport - Class in ilog.views.graphlayout.topologicalmesh
The class used to store information about the behavior of the
Topological Mesh Layout algorithm.
IlvTopologicalMeshLayoutReport() - Constructor for class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutReport
Creates a new instance of the report object.
IlvTransformedGraphic - Class in ilog.views.graphic
The class IlvTransformedGraphic
derives from the base class
IlvGraphicHandle
.
IlvTransformedGraphic(IlvGraphic, IlvTransformer, boolean) - Constructor for class ilog.views.graphic.IlvTransformedGraphic
Creates a new IlvTransformedGraphic
.
IlvTransformedGraphic(IlvTransformedGraphic) - Constructor for class ilog.views.graphic.IlvTransformedGraphic
Creates a new IlvTransformedGraphic
by copying an existing one.
IlvTransformedGraphic(IlvInputStream) - Constructor for class ilog.views.graphic.IlvTransformedGraphic
Reads the object from an IlvInputStream
.
IlvTransformedPrintable - Class in ilog.views.util.print
A utility class designed to print a portion of a given
Component
.
IlvTransformedPrintable(Component, IlvUnit.Rectangle, double, double, double) - Constructor for class ilog.views.util.print.IlvTransformedPrintable
Creates a TransformedPrintable
to print the
given component with the specified transformation.
IlvTransformedPrintable(Component, IlvUnit.Rectangle, Rectangle) - Constructor for class ilog.views.util.print.IlvTransformedPrintable
Creates a TransformedPrintable
to print the
specified window
of the given component.
IlvTransformer - Class in ilog.views
The IlvTransformer
class is a two dimensional
affine transform that performs a linear mapping from 2D
coordinates to other 2D coordinates.
IlvTransformer() - Constructor for class ilog.views.IlvTransformer
Creates a new IlvTransformer
representing
the identity transformation.
IlvTransformer(IlvTransformer) - Constructor for class ilog.views.IlvTransformer
Creates a new IlvTransformer
by copying the specified transformer.
IlvTransformer(double, double, double, double, double, double) - Constructor for class ilog.views.IlvTransformer
Creates a new IlvTransformer
from the
6 double precision values representing the 6 entries
of the transformation matrix.
IlvTransformer(AffineTransform) - Constructor for class ilog.views.IlvTransformer
Creates a transformer that corresponds to the input affine transform.
IlvTransformer(IlvPoint, double) - Constructor for class ilog.views.IlvTransformer
Creates a new IlvTransformer
that corresponds to a rotation
around a point.
IlvTransformer(double, double, IlvPoint) - Constructor for class ilog.views.IlvTransformer
Creates a new IlvTransformer
that corresponds
to a scaling operation,
meaning a transformation that applies itself without changing the
definition axis of the operands.
IlvTransformer(IlvPoint) - Constructor for class ilog.views.IlvTransformer
Creates a new IlvTransformer
that corresponds to a translation.
IlvTranslateBehavior - Class in ilog.views.prototypes
The class IlvTranslateBehavior
is used to set the horizontal or
vertical position of a prototype element.
IlvTranslateBehavior(String, String, String, String, String, String, boolean, boolean, boolean, String) - Constructor for class ilog.views.prototypes.IlvTranslateBehavior
Creates a new translate behavior object.
IlvTranslateBehavior(String, String, String, String, String, String, boolean) - Constructor for class ilog.views.prototypes.IlvTranslateBehavior
Creates a new translate behavior object.
IlvTranslateBehavior(IlvTranslateBehavior) - Constructor for class ilog.views.prototypes.IlvTranslateBehavior
Creates a new behavior object by copying an existing one.
IlvTranslateBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvTranslateBehavior
Reads the behavior from an IlvInputStream
stream.
IlvTranslatedShape - Class in ilog.views.util.java2d
This class is a translation of a given shape by a given translation vector.
IlvTransverseMercatorProjection - Class in ilog.views.maps.projection
This class defines the Transverse Mercator projection.
IlvTransverseMercatorProjection() - Constructor for class ilog.views.maps.projection.IlvTransverseMercatorProjection
Creates an instance of the class IlvTransverseMercatorProjection
.
IlvTransverseMercatorProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvTransverseMercatorProjection
Reads the object from an IlvInputStream
.
IlvTransverseMercatorProjection(IlvTransverseMercatorProjection) - Constructor for class ilog.views.maps.projection.IlvTransverseMercatorProjection
Creates a new IlvTransverseMercatorProjection
by copying an existing one.
IlvTreeColumn - Class in ilog.views.gantt.swing
IlvTreeColumn
is a column definition that can render an
IlvJTree
as a column of an
IlvJTable
.
IlvTreeColumn(Object) - Constructor for class ilog.views.gantt.swing.IlvTreeColumn
Constructs a new tree column with the specified value displayed in its
header.
IlvTreeColumn(Object, Object) - Constructor for class ilog.views.gantt.swing.IlvTreeColumn
Constructs a new tree column with the specified value displayed in its
header, and a column identifier.
IlvTreeColumn(Object, IlvJTreeRenderPolicy) - Constructor for class ilog.views.gantt.swing.IlvTreeColumn
Constructs a new tree column with the specified value displayed in its
header and the tree rendered using the specified policy.
IlvTreeColumn(Object, IlvJTreeRenderPolicy, Object) - Constructor for class ilog.views.gantt.swing.IlvTreeColumn
Constructs a new tree column with the specified value displayed in its
header, the tree rendered using the specified policy, and a column
identifier.
IlvTreeColumn(Object, IlvJTreeRenderPolicy, int) - Constructor for class ilog.views.gantt.swing.IlvTreeColumn
Constructs a new tree column with the specified value displayed in its
header and the tree rendered using the specified policy.
IlvTreeColumn(Object, IlvJTreeRenderPolicy, int, Object) - Constructor for class ilog.views.gantt.swing.IlvTreeColumn
Constructs a new tree column with the specified value displayed in its
header, the tree rendered using the specified policy, a width, and a
column identifier.
IlvTreeLayout - Class in ilog.views.graphlayout.tree
The main class for the Tree Layout algorithm.
IlvTreeLayout() - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayout
Creates a new instance of the Tree Layout algorithm.
IlvTreeLayout(IlvTreeLayout) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayout
Creates a new layout instance by copying an existing one.
IlvTreeLayoutGrapherProperty - Class in ilog.views.graphlayout.tree
The class IlvTreeLayoutGrapherProperty
allows you to store
the global settings of an instance of IlvTreeLayout
as a
named property in the grapher.
IlvTreeLayoutGrapherProperty(String, IlvTreeLayout, boolean) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutGrapherProperty
Creates a new IlvTreeLayoutGrapherProperty
that stores
layout parameter settings of the layout
.
IlvTreeLayoutGrapherProperty(IlvTreeLayoutGrapherProperty) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutGrapherProperty
Creates a new IlvTreeLayoutGrapherProperty
by copying an
existing one.
IlvTreeLayoutGrapherProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutGrapherProperty
Creates a new IlvTreeLayoutGrapherProperty
from an
IlvInputStream
.
IlvTreeLayoutGrapherProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutGrapherProperty
Creates a new IlvTreeLayoutGrapherProperty
from an
IlvInputStream
.
IlvTreeLayoutLinkProperty - Class in ilog.views.graphlayout.tree
The class IlvTreeLayoutLinkProperty
allows you to store
the settings of an instance of IlvTreeLayout
for an
individual link as a named property in the link.
IlvTreeLayoutLinkProperty(String, IlvTreeLayout, IlvGraphic, boolean) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutLinkProperty
Creates a new IlvTreeLayoutLinkProperty
that stores
layout parameter settings of the layout
for the
link
.
IlvTreeLayoutLinkProperty(IlvTreeLayoutLinkProperty) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutLinkProperty
Creates a new IlvTreeLayoutLinkProperty
by copying an
existing one.
IlvTreeLayoutLinkProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutLinkProperty
Creates a new IlvTreeLayoutLinkProperty
from an
IlvInputStream
.
IlvTreeLayoutLinkProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutLinkProperty
Creates a new IlvTreeLayoutLinkProperty
from an
IlvInputStream
.
IlvTreeLayoutNodeProperty - Class in ilog.views.graphlayout.tree
The class IlvTreeLayoutNodeProperty
allows you to store
the settings of an instance of IlvTreeLayout
for an
individual node as a named property in the node.
IlvTreeLayoutNodeProperty(String, IlvTreeLayout, IlvGraphic, boolean) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutNodeProperty
Creates a new IlvTreeLayoutNodeProperty
that stores
layout parameter settings of the layout
for the
node
.
IlvTreeLayoutNodeProperty(IlvTreeLayoutNodeProperty) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutNodeProperty
Creates a new IlvTreeLayoutNodeProperty
by copying an
existing one.
IlvTreeLayoutNodeProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutNodeProperty
Creates a new IlvTreeLayoutNodeProperty
from an
IlvInputStream
.
IlvTreeLayoutNodeProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.tree.IlvTreeLayoutNodeProperty
Creates a new IlvTreeLayoutNodeProperty
from an
IlvInputStream
.
IlvTreeListModel - Interface in ilog.views.chart.datax.tree.list
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
IlvTreeListRowIndexCache - Class in ilog.views.chart.datax.tree.list
This class implements a row index cache for an IlvTreeListModel
.
IlvTreeListRowIndexCache(IlvTreeListModel) - Constructor for class ilog.views.chart.datax.tree.list.IlvTreeListRowIndexCache
Creates a row index cache for the given model.
IlvTreeListToFlatListModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvFlatListModel
, based on an
IlvTreeListModel
.
IlvTreeListToFlatListModel(IlvTreeListModel, int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
Creates a model backed by a given TreeModel
, with zero columns.
IlvTreeListToFlatListModel(IlvTreeListModel, int, int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
Creates a model backed by a given TreeModel
, with zero columns.
IlvTreeListToFlatListModel(IlvTreeListModel, int, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
Creates a model backed by a given TreeModel
, with the given columns.
IlvTreeListToFlatListModel(IlvTreeListModel, int, IlvDataColumnInfo[], int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
Creates a model backed by a given TreeModel
, with the given columns.
IlvTreeListToFlatTableModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvFlatTableModel
, based on an
IlvTreeListModel
.
IlvTreeListToFlatTableModel(IlvTreeListModel, int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
Creates a model backed by a given TreeModel
, with zero columns.
IlvTreeListToFlatTableModel(IlvTreeListModel, int, int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
Creates a model backed by a given TreeModel
, with zero columns.
IlvTreeListToFlatTableModel(IlvTreeListModel, int, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
Creates a model backed by a given TreeModel
, with the given columns.
IlvTreeListToFlatTableModel(IlvTreeListModel, int, IlvDataColumnInfo[], int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
Creates a model backed by a given TreeModel
, with the given columns.
IlvTreeListToTreeModel - Class in ilog.views.chart.datax.adapter
This class implements a Swing TreeModel
, based on an
IlvTreeListModel
.
IlvTreeListToTreeModel(IlvTreeListModel) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToTreeModel
Creates a model backed by a given IlvTreeListModel
.
IlvTreeListToTreeSetModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvTreeSetModel
, based on an
IlvTreeListModel
.
IlvTreeListToTreeSetModel(IlvTreeListModel) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToTreeSetModel
Creates an IlvTreeSetModel
from an
IlvTreeListModel
.
IlvTreeListToTreeSetModel(IlvTreeListModel, int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToTreeSetModel
Creates an IlvTreeSetModel
from an
IlvTreeListModel
.
IlvTreeListToTreeTableModel - Class in ilog.views.chart.datax.adapter
This class implements all methods needed for a Swing-like
TreeTableModel
, based on an IlvTreeListModel
.
IlvTreeListToTreeTableModel(IlvTreeListModel) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToTreeTableModel
Creates a model backed by a given IlvTreeListModel
.
IlvTreeListToTreeTableModelFactory - Class in ilog.views.chart.datax.adapter
This class creates a TreeTableModel
, based on an
IlvTreeListModel
.
IlvTreeListToTreeTableModelFactory() - Constructor for class ilog.views.chart.datax.adapter.IlvTreeListToTreeTableModelFactory
Creates an instance of this factory.
IlvTreeListUtilities - Class in ilog.views.chart.datax.tree.list
Some general-purpose utilities relating to IlvTreeListModel
.
IlvTreemapAreaObject - Class in ilog.views.chart.renderer
This class contains information about the area that should be assigned to
a tree node during the treemap packing algorithm.
IlvTreemapAreaObject(double) - Constructor for class ilog.views.chart.renderer.IlvTreemapAreaObject
Deprecated.
IlvTreemapChartFocusInteractor - Class in ilog.views.chart.interactor
An interactor that provides a kind of "drill down" for a treemap.
IlvTreemapChartFocusInteractor() - Constructor for class ilog.views.chart.interactor.IlvTreemapChartFocusInteractor
Creates a new IlvTreemapChartFocusInteractor
associated with a
double-click on the mouse button BUTTON1
.
IlvTreemapChartFocusInteractor(int, int) - Constructor for class ilog.views.chart.interactor.IlvTreemapChartFocusInteractor
Creates a new IlvTreemapChartFocusInteractor
associated with
the given mouse button and click count.
IlvTreemapChartRenderer - Class in ilog.views.chart.renderer
A renderer displaying treemap charts.
IlvTreemapChartRenderer() - Constructor for class ilog.views.chart.renderer.IlvTreemapChartRenderer
Creates a new treemap chart renderer.
IlvTreemapPacking - Interface in ilog.views.chart.renderer
This class describes how to arrange rectangles in a treemap.
IlvTreemapPackingAlgorithm - Class in ilog.views.chart.renderer
This class describes how to arrange rectangles in a treemap.
IlvTreemapPackingAlgorithm(IlvTreemapChartRenderer) - Constructor for class ilog.views.chart.renderer.IlvTreemapPackingAlgorithm
Creates a packing algorithm, suitable for the given renderer with its
current settings.
IlvTreemapRendererLegendItem - Class in ilog.views.chart
This class represents a legend associated with a color, as displayed by
this renderer.
IlvTreemapRendererLegendItem(IlvTreemapChartRenderer) - Constructor for class ilog.views.chart.IlvTreemapRendererLegendItem
Creates a new legend item for a treemap chart.
IlvTreemapRendererLegendItem(Color, IlvTreemapChartRenderer) - Constructor for class ilog.views.chart.IlvTreemapRendererLegendItem
Creates a new legend item for the specified color in a treemap chart.
IlvTreeModelWithColumns - Interface in ilog.views.chart.datax.tree
This is a superinterface of all object-based tree-shaped models that have
a list of columns, denoting object attributes.
IlvTreeSetModel - Interface in ilog.views.chart.datax.tree.set
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
IlvTreeSetToTreeListModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvTreeListModel
, based on an
IlvTreeSetModel
and a Comparator
that is used
to order the children objects of any node in the tree.
IlvTreeSetToTreeListModel(IlvTreeSetModel, Comparator) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeSetToTreeListModel
Creates an IlvTreeListModel
from an
IlvTreeSetModel
and a Comparator
.
IlvTreeSetToTreeListModel(IlvTreeSetModel, Comparator, int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeSetToTreeListModel
Creates an IlvTreeListModel
from an
IlvTreeSetModel
and a Comparator
.
IlvTreeSetUtilities - Class in ilog.views.chart.datax.tree.set
Some general-purpose utilities relating to IlvTreeSetModel
.
IlvTreeTableDataSource - Class in ilog.views.chart.data
This class encapsulates a tree-table or table-like model in an
IlvDataSource
.
IlvTreeTableDataSource() - Constructor for class ilog.views.chart.data.IlvTreeTableDataSource
Creates an IlvTreeTableDataSource
not yet connected to a
model.
IlvTreeTableDataSource(IlvModelWithColumns) - Constructor for class ilog.views.chart.data.IlvTreeTableDataSource
Creates an IlvTreeTableDataSource
initially connected to a
given model.
IlvTreeTableToTreeListModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvTreeListModel
, based on a
TreeTableModel
.
IlvTreeTableToTreeListModel(TreeModel) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeTableToTreeListModel
Creates a model backed by a given TreeTableModel
, with initially
the same columns.
IlvTreeTableToTreeListModel(TreeModel, int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeTableToTreeListModel
Creates a model backed by a given TreeTableModel
, with initially
the same columns.
IlvTreeTableToTreeListModel(TreeModel, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeTableToTreeListModel
Creates a model backed by a given TreeTableModel
, with the given columns.
IlvTreeTableToTreeListModel(TreeModel, IlvDataColumnInfo[], int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeTableToTreeListModel
Creates a model backed by a given TreeTableModel
, with the given columns.
IlvTreeToFlatTableModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvFlatTableModel
, based on a
Swing TreeModel
.
IlvTreeToFlatTableModel(TreeModel, int, IlvPropertyConnector) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeToFlatTableModel
Creates a model backed by a given TreeModel
, with zero columns.
IlvTreeToFlatTableModel(TreeModel, int, IlvPropertyConnector, int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeToFlatTableModel
Creates a model backed by a given TreeModel
, with zero columns.
IlvTreeToFlatTableModel(TreeModel, int, IlvPropertyConnector, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeToFlatTableModel
Creates a model backed by a given TreeModel
, with the given columns.
IlvTreeToFlatTableModel(TreeModel, int, IlvPropertyConnector, IlvDataColumnInfo[], int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeToFlatTableModel
Creates a model backed by a given TreeModel
, with the given columns.
IlvTreeToTreeListModel - Class in ilog.views.chart.datax.adapter
This class implements an IlvTreeListModel
, based on a
Swing TreeModel
.
IlvTreeToTreeListModel(TreeModel, IlvPropertyConnector) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeToTreeListModel
Creates a model backed by a given TreeModel
, with zero columns.
IlvTreeToTreeListModel(TreeModel, IlvPropertyConnector, int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeToTreeListModel
Creates a model backed by a given TreeModel
, with zero columns.
IlvTreeToTreeListModel(TreeModel, IlvPropertyConnector, IlvDataColumnInfo[]) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeToTreeListModel
Creates a model backed by a given TreeModel
, with the given columns.
IlvTreeToTreeListModel(TreeModel, IlvPropertyConnector, IlvDataColumnInfo[], int) - Constructor for class ilog.views.chart.datax.adapter.IlvTreeToTreeListModel
Creates a model backed by a given TreeModel
, with the given columns.
IlvTreeView - Class in ilog.views.appframe.swing
Defines a document view associated with Swing JTree
.
IlvTreeView(String, String) - Constructor for class ilog.views.appframe.swing.IlvTreeView
Constructs a tree view that reads its settings from a settings element
with the specified settingsType
.
IlvTreeView() - Constructor for class ilog.views.appframe.swing.IlvTreeView
Constructs an IlvTreeView
component.
IlvTriggerBehavior - Class in ilog.views.prototypes
The class IlvTriggerBehavior
is used to trigger the setting of
another value.
IlvTriggerBehavior(String, String, String) - Constructor for class ilog.views.prototypes.IlvTriggerBehavior
Creates a new trigger behavior object.
IlvTriggerBehavior(IlvTriggerBehavior) - Constructor for class ilog.views.prototypes.IlvTriggerBehavior
Creates a new behavior object by copying an existing one.
IlvTriggerBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvTriggerBehavior
Reads the behavior from an IlvInputStream
stream.
IlvTunnelCrossings - Class in ilog.views.graphic.linkpolicy
IlvTunnelCrossings(IlvCrossingAwareLinkImage) - Constructor for class ilog.views.graphic.linkpolicy.IlvTunnelCrossings
Creates a new IlvTunnelCrossings
.
IlvTunnelCrossings(IlvTunnelCrossings) - Constructor for class ilog.views.graphic.linkpolicy.IlvTunnelCrossings
Creates a new IlvTunnelCrossings
by copying an existing one.
IlvTunnelCrossings(IlvInputStream) - Constructor for class ilog.views.graphic.linkpolicy.IlvTunnelCrossings
Reads the object from an IlvInputStream
.
IlvTunnelCrossings - Class in ilog.views.hypergraph.crossing
An
IlvTunnelCrossings
is an auxiliary graphic object that is
used in combination with an
IlvSegmentedHyperEdge
.
IlvTunnelCrossings(IlvSegmentedHyperEdge) - Constructor for class ilog.views.hypergraph.crossing.IlvTunnelCrossings
Creates a new IlvTunnelCrossings
.
IlvTunnelCrossings(IlvTunnelCrossings) - Constructor for class ilog.views.hypergraph.crossing.IlvTunnelCrossings
Creates a new IlvTunnelCrossings
by copying an existing one.
IlvTunnelCrossings(IlvInputStream) - Constructor for class ilog.views.hypergraph.crossing.IlvTunnelCrossings
Reads the object from an IlvInputStream
.
IlvULocaleAware - Interface in ilog.views.util
Interface to be implemented by classes that can store a locale.
IlvUnaryPredicate<T> - Interface in ilog.views.util.collections
IlvUnaryPredicate
defines the abstract behavior of a predicate that take a
single argument and evaluates to a boolean
result.
IlvUnicodeUtil - Class in ilog.views.util.text
The IlvUnicodeUtil
class consists of static methods that
are of general use when working with Unicode text strings.
IlvUniformLengthEdgesLayout - Class in ilog.views.graphlayout.uniformlengthedges
The main class for the Uniform Length Edges Layout algorithm.
IlvUniformLengthEdgesLayout() - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout
Creates a new instance of the Uniform Length Edges Layout algorithm.
IlvUniformLengthEdgesLayout(IlvUniformLengthEdgesLayout) - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout
Creates a new layout instance by copying an existing one.
IlvUniformLengthEdgesLayoutGrapherProperty - Class in ilog.views.graphlayout.uniformlengthedges
The class IlvUniformLengthEdgesLayoutGrapherProperty
allows you to store the global settings of an instance of
IlvUniformLengthEdgesLayout
as a named property in the
grapher.
IlvUniformLengthEdgesLayoutGrapherProperty(String, IlvUniformLengthEdgesLayout, boolean) - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutGrapherProperty
Creates a new IlvUniformLengthEdgesLayoutGrapherProperty
that stores layout parameter settings of the layout
.
IlvUniformLengthEdgesLayoutGrapherProperty(IlvUniformLengthEdgesLayoutGrapherProperty) - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutGrapherProperty
Creates a new IlvUniformLengthEdgesLayoutGrapherProperty
by copying an existing one.
IlvUniformLengthEdgesLayoutGrapherProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutGrapherProperty
Creates a new IlvUniformLengthEdgesLayoutGrapherProperty
from an IlvInputStream
.
IlvUniformLengthEdgesLayoutGrapherProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutGrapherProperty
Creates a new IlvUniformLengthEdgesLayoutGrapherProperty
from an IlvInputStream
.
IlvUniformLengthEdgesLayoutLinkProperty - Class in ilog.views.graphlayout.uniformlengthedges
The class IlvUniformLengthEdgesLayoutLinkProperty
allows
you to store the settings of an instance of
IlvUniformLengthEdgesLayout
for an individual link as a
named property in the link.
IlvUniformLengthEdgesLayoutLinkProperty(String, IlvUniformLengthEdgesLayout, IlvGraphic, boolean) - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutLinkProperty
Creates a new IlvUniformLengthEdgesLayoutLinkProperty
that stores layout parameter settings of the layout
for
the link
.
IlvUniformLengthEdgesLayoutLinkProperty(IlvUniformLengthEdgesLayoutLinkProperty) - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutLinkProperty
Creates a new IlvUniformLengthEdgesLayoutLinkProperty
by
copying an existing one.
IlvUniformLengthEdgesLayoutLinkProperty(IlvInputStream) - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutLinkProperty
Creates a new IlvUniformLengthEdgesLayoutLinkProperty
from an IlvInputStream
.
IlvUniformLengthEdgesLayoutLinkProperty(IlvInputStream, boolean) - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutLinkProperty
Creates a new IlvUniformLengthEdgesLayoutLinkProperty
from an IlvInputStream
.
IlvUniformLengthEdgesLayoutReport - Class in ilog.views.graphlayout.uniformlengthedges
IlvUniformLengthEdgesLayoutReport() - Constructor for class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutReport
Creates a new instance of the report object.
IlvUniformScalePartitioner - Class in ilog.views.chart.datax.adapter.partition
This class partitions a set of objects according to the value of a model
column, as a number, by dividing the value range [min,max] into intervals
of equal length.
IlvUniformScalePartitioner(IlvObjectModelWithColumns, IlvDataColumnInfo, int, int) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvUniformScalePartitioner
Creates an instance of this class.
IlvUniformScalePartitionerFactory - Class in ilog.views.chart.datax.adapter.partition
This class provides a partitioner that partitions a set of objects according
to the value of a model column, as a number, by dividing the value range
[min,max] into intervals of equal length.
IlvUniformScalePartitionerFactory(IlvDataColumnInfo, int, int) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvUniformScalePartitionerFactory
Creates a partitioner factory that partitions according to the values at
the given column.
IlvUnit - Class in ilog.views.maps
The base class for all the units used in the maps package.
IlvUnit(String, String) - Constructor for class ilog.views.maps.IlvUnit
Constructs a new unit with the specified name and abbreviation.
IlvUnit(IlvUnit) - Constructor for class ilog.views.maps.IlvUnit
Constructs a new unit by copying an existing one.
IlvUnit(IlvInputStream) - Constructor for class ilog.views.maps.IlvUnit
Reads the object from an IlvInputStream
object.
IlvUnit - Class in ilog.views.util.print
Defines units of measurement.
IlvUnit.Dimension - Class in ilog.views.util.print
Defines a dimension with its unit of measurement.
IlvUnit.Measure - Class in ilog.views.util.print
Defines a distance with its unit of measurement.
IlvUnit.Point - Class in ilog.views.util.print
Defines a point with its unit of measurement.
IlvUnit.Rectangle - Class in ilog.views.util.print
Defines a rectangle with its unit of measurement.
IlvUnitConverter - Class in ilog.views.maps
IlvUnitConverter(double, String) - Constructor for class ilog.views.maps.IlvUnitConverter
Deprecated.
Defines a new instance of the class IlvUnitConverter
.
IlvUnitConverter(double, String, String) - Constructor for class ilog.views.maps.IlvUnitConverter
Deprecated.
Defines a new instance of the class IlvUnitConverter
.
IlvUnitConverter(IlvInputStream) - Constructor for class ilog.views.maps.IlvUnitConverter
Deprecated.
Reads the object from an IlvInputStream
object.
IlvUniversalComparator - Class in ilog.views.chart.datax.adapter.sort
This class implements a comparator that can compare any kind of objects.
IlvUniversalComparator() - Constructor for class ilog.views.chart.datax.adapter.sort.IlvUniversalComparator
Creates an instance of this comparator.
IlvUniversalPolarStereographicProjection - Class in ilog.views.maps.projection
This class defines the Universal Polar Stereographic projection, also known as the
UPS projection.
IlvUniversalPolarStereographicProjection() - Constructor for class ilog.views.maps.projection.IlvUniversalPolarStereographicProjection
Creates an instance of the UPS projection.
IlvUniversalPolarStereographicProjection(boolean) - Constructor for class ilog.views.maps.projection.IlvUniversalPolarStereographicProjection
Creates an instance of the class IlvUniversalPolarStereographicProjection
and specifies the Pole.
IlvUniversalPolarStereographicProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvUniversalPolarStereographicProjection
Reads the object from an IlvInputStream
.
IlvUniversalPolarStereographicProjection(IlvUniversalPolarStereographicProjection) - Constructor for class ilog.views.maps.projection.IlvUniversalPolarStereographicProjection
Creates a new IlvUniversalPolarStereographicProjection
by copying an existing one.
IlvUniversalTransverseMercatorProjection - Class in ilog.views.maps.projection
This class defines Universal Transverse Mercator projections, also known as
the UTM projection.
IlvUniversalTransverseMercatorProjection() - Constructor for class ilog.views.maps.projection.IlvUniversalTransverseMercatorProjection
Creates an instance of the class
IlvUniversalTransverseMercatorProjection
.
IlvUniversalTransverseMercatorProjection(int) - Constructor for class ilog.views.maps.projection.IlvUniversalTransverseMercatorProjection
Creates an instance of the class
IlvUniversalTransverseMercatorProjection
and specifies
the UTM zone.
IlvUniversalTransverseMercatorProjection(double) - Constructor for class ilog.views.maps.projection.IlvUniversalTransverseMercatorProjection
Creates an instance of the
IlvUniverseTransverseMercatorProjection
and specifies the central meridian.
IlvUniversalTransverseMercatorProjection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvUniversalTransverseMercatorProjection
Reads the object from an IlvInputStream
.
IlvUniversalTransverseMercatorProjection(IlvUniversalTransverseMercatorProjection) - Constructor for class ilog.views.maps.projection.IlvUniversalTransverseMercatorProjection
Creates a new IlvUniversalTransverseMercatorProjection
by copying an existing one.
IlvUnresizeableDrawSelection - Class in ilog.views
This class is a default selection object used to show that a
graphic object which cannot be resized with interactors is
selected.
IlvUnresizeableDrawSelection(IlvGraphic) - Constructor for class ilog.views.IlvUnresizeableDrawSelection
Creates a new selection object for unresizeable graphic objects.
IlvUnsupportedProjectionFeature - Exception in ilog.views.maps.projection
This exception is raised when a given function or feature is
not supported by the projection.
IlvUnsupportedProjectionFeature() - Constructor for exception ilog.views.maps.projection.IlvUnsupportedProjectionFeature
Creates an instance of the class
IlvUnsupportedProjectionFeature
with no message.
IlvUnsupportedProjectionFeature(String) - Constructor for exception ilog.views.maps.projection.IlvUnsupportedProjectionFeature
Creates an instance of the class
IlvUnsupportedProjectionFeature
with the specified message.
IlvUnsynchronizedStack<E> - Class in ilog.views.util.collections
This class represents a last-in-first-out (LIFO) stack of
objects.
IlvUnsynchronizedStack(int) - Constructor for class ilog.views.util.collections.IlvUnsynchronizedStack
Constructs an empty stack with the specified initial capacity.
IlvUnsynchronizedStack() - Constructor for class ilog.views.util.collections.IlvUnsynchronizedStack
Constructs an empty stack with an initial capacity of ten.
IlvUnZoomViewInteractor - Class in ilog.views.interactor
Interactor class that lets you drag a rectangle, and unzoom
the view on the selected rectangle.
IlvUnZoomViewInteractor() - Constructor for class ilog.views.interactor.IlvUnZoomViewInteractor
Creates a new instance of IlvUnZoomViewInteractor.
IlvURLGraphic - Class in ilog.views.sdm.graphic
A class that loads the contents of an IlvGraphic
from a URL.
IlvURLGraphic() - Constructor for class ilog.views.sdm.graphic.IlvURLGraphic
Creates a new empty URL graphic.
IlvURLGraphic(IlvInputStream) - Constructor for class ilog.views.sdm.graphic.IlvURLGraphic
Reads a new URL graphic from an input stream.
IlvURLGraphic(IlvURLGraphic) - Constructor for class ilog.views.sdm.graphic.IlvURLGraphic
Creates a new copy of a URL graphic.
IlvURLKeyTable - Class in ilog.views.graphic
A table of URLs.
IlvURLKeyTable() - Constructor for class ilog.views.graphic.IlvURLKeyTable
Creates a new empty table.
IlvURLKeyTable(IlvURLKeyTable) - Constructor for class ilog.views.graphic.IlvURLKeyTable
Creates a copy of the source table.
IlvURLKeyTable(IlvInputStream) - Constructor for class ilog.views.graphic.IlvURLKeyTable
Reads the object from an IlvInputStream
.
IlvURLPartitionerFactory - Class in ilog.views.chart.datax.adapter.partition
This class provides a partitioner that partitions a set of objects according
to the value of a model column, interpreted as a URL.
IlvURLPartitionerFactory(IlvDataColumnInfo) - Constructor for class ilog.views.chart.datax.adapter.partition.IlvURLPartitionerFactory
Creates an instance of this class, with some default values.
IlvURLResolver - Interface in ilog.views.appframe.util
A URL resolver tries to resolve a URL from a specified file name or
relative path.
IlvURLResolverManager - Class in ilog.views.appframe.util
Defines URL resolvers that manage a set of URL resolvers.
IlvURLResolverManager() - Constructor for class ilog.views.appframe.util.IlvURLResolverManager
Constructs a new IlvURLResolverManager
.
IlvUserPropertyHolder - Interface in ilog.views.gantt.property
IlvUserPropertyHolder
defines the behavior of a data model
entity that supports user-defined properties.
IlvUtil - Class in ilog.views.appframe.util
Utility class that gathers useful static methods.
IlvUtil - Class in ilog.views
IlvUtil
regroups some utilities.
IlvUTMCoordinateFormatter - Class in ilog.views.maps
The IlvUTMCoordinateFormatter utility class converts longitude and latitude
values (expressed in radians) into either:
Universal Transverse Mercator (UTM) coordinates: zone number, zone letter , grid square, easting on 5 digits, northing on 5 digits such as MGRS 60 V WQ 77438 21254
.
IlvUTMCoordinateFormatter() - Constructor for class ilog.views.maps.IlvUTMCoordinateFormatter
Public constructor, using a default WGS84 ellipsoid
IlvUTMCoordinateFormatter(IlvInputStream) - Constructor for class ilog.views.maps.IlvUTMCoordinateFormatter
Creates a new IlvUTMCoordinateFormatter
from an
IlvInputStream
.
IlvValleyIntervalColorModel - Class in ilog.views.maps.defense.terrain
This class represents an interval color model used to display slopes. the pixel value should be 0,1 or 2..
IlvValleyIntervalColorModel() - Constructor for class ilog.views.maps.defense.terrain.IlvValleyIntervalColorModel
Creates a valley color model with default color and limits values.
IlvValleyIntervalColorModel(IlvInputStream) - Constructor for class ilog.views.maps.defense.terrain.IlvValleyIntervalColorModel
Creates a valley color model from an input stream.
IlvValleyIntervalColorModel(Color[], short[]) - Constructor for class ilog.views.maps.defense.terrain.IlvValleyIntervalColorModel
Creates a valley color model .
IlvValleyRasterStyle - Class in ilog.views.maps.defense.terrain
Style of a valley raster.
IlvValleyRasterStyle() - Constructor for class ilog.views.maps.defense.terrain.IlvValleyRasterStyle
Constructs a IlvValleyRasterStyle
.
IlvValleyRasterStyle(IlvRasterAbstractReader) - Constructor for class ilog.views.maps.defense.terrain.IlvValleyRasterStyle
Constructs a IlvValleyRasterStyle
for the specified reader.
IlvValleyRasterStyle(IlvInputStream) - Constructor for class ilog.views.maps.defense.terrain.IlvValleyRasterStyle
Reads an IlvValleyRasterStyle
from an IlvInputStream
.
IlvValleyRasterStyle(IlvValleyRasterStyle) - Constructor for class ilog.views.maps.defense.terrain.IlvValleyRasterStyle
Constructor by copy
IlvValueBehavior - Class in ilog.views.prototypes
The class IlvValueBehavior
is used to store a value.
IlvValueBehavior(String, Class) - Constructor for class ilog.views.prototypes.IlvValueBehavior
Creates a new value behavior.
IlvValueBehavior(IlvValueBehavior) - Constructor for class ilog.views.prototypes.IlvValueBehavior
Creates a new behavior object by copying an existing one.
IlvValueBehavior(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvValueBehavior
Reads the behavior from an IlvInputStream
stream.
IlvValueColorScheme - Class in ilog.views.chart.renderer
This abstract class denotes a color scheme which chooses the color as a
function of a continuous real value or of an enumerated value.
IlvValueColorScheme() - Constructor for class ilog.views.chart.renderer.IlvValueColorScheme
Creates a value-based color scheme.
IlvValueConverter - Class in ilog.views.prototypes
The class IlvValueConverter
is used to convert a value from one
type to another.
IlvValueException - Exception in ilog.views.prototypes
Exceptions of the class IlvValueException
are thrown by the
IlvGroupElement
subclasses.
IlvValueException(String) - Constructor for exception ilog.views.prototypes.IlvValueException
Creates a new IlvValueException
with the specified message.
IlvValueFilter - Interface in ilog.views.prototypes
An IlvValueFilter
object is called by the class
IlvValueConverter
to convert a value from one type to another.
IlvValueFormat - Interface in ilog.views.chart
Formats data values into string.
IlvValueGradientPaint - Class in ilog.views.chart.java2d
Implements a gradient Paint
whose definition is based on
data values.
IlvValueGradientPaint(IlvChart, int, double[], Color[]) - Constructor for class ilog.views.chart.java2d.IlvValueGradientPaint
Creates a gradient based on the specified y-values.
IlvValueGradientPaint(IlvChart, int, double[], Color[], boolean) - Constructor for class ilog.views.chart.java2d.IlvValueGradientPaint
Creates a gradient based on the specified y-values.
IlvValueGradientPaint(IlvChart, int, double[], Color[], short, boolean) - Constructor for class ilog.views.chart.java2d.IlvValueGradientPaint
Creates a gradient based on the specified y-values.
IlvValueGradientPaint(IlvChart, double[], Color[]) - Constructor for class ilog.views.chart.java2d.IlvValueGradientPaint
Creates a gradient based on the specified x-values.
IlvValueGradientPaint(IlvChart, double[], Color[], boolean) - Constructor for class ilog.views.chart.java2d.IlvValueGradientPaint
Creates a gradient based on the specified x-values.
IlvValueGradientPaint(IlvChart, double[], Color[], short, boolean) - Constructor for class ilog.views.chart.java2d.IlvValueGradientPaint
Creates a gradient based on the specified x-values.
IlvValueNormalizer - Interface in ilog.views.chart.renderer
An instance of this interface maps a value from a given interval
onto the interval [0,1].
IlvValuesNotHandledException - Exception in ilog.views.prototypes
This subclass of IlvValueException
is used to signal that one or
more of the values passed to the methods set
or get
have not been handled by an IlvGroupElement
object.
IlvValueSource - Class in ilog.views.prototypes
The class IlvValueSource
is the base class of all objects that
generate values.
IlvValueSource(String) - Constructor for class ilog.views.prototypes.IlvValueSource
Creates a new value source.
IlvValueSource(IlvValueSource) - Constructor for class ilog.views.prototypes.IlvValueSource
Creates a new value source object by copying an existing one.
IlvValueSource(IlvInputStream) - Constructor for class ilog.views.prototypes.IlvValueSource
Reads the value source from an IlvInputStream
stream.
IlvVariableWidthRenderer - Interface in ilog.views.chart.renderer
Interface for renderers where the graphical representation of a data point
is drawn according to a given width along the x-axis.
IlvVerticalBoundedRangeModel - Class in ilog.views.gantt.swing
The IlvVerticalBoundedRangeModel
class implements a model
for bounded-range components, such as a JScrollBar
or a
JSlider
.
IlvVerticalBoundedRangeModel() - Constructor for class ilog.views.gantt.swing.IlvVerticalBoundedRangeModel
Creates a new IlvVerticalBoundedRangeModel
with the
following default values:
value
= 0
extent
= 0
maximum
= 100
adjusting
= false
IlvVerticalDisplayController - Class in ilog.views.gantt
IlvVerticalDisplayController
is a display controller that
coordinates the vertical scrolling, row expand/collapse, and row visibility
behavior between an
IlvGanttConfiguration
and 1 or more user
interface components.
IlvVerticalDisplayController(int) - Constructor for class ilog.views.gantt.IlvVerticalDisplayController
Construct a new IlvVerticalDisplayController
that will
coordinate the vertical scrolling, expand/collapse, and visibility behavior
of the specified type of rows.
IlvVerticalDisplayController.ActivityAdapter - Class in ilog.views.gantt
ActivityAdapter
can adapt between a vertical controller and
the activity tree of a Gantt data model.
IlvVerticalDisplayController.ResourceAdapter - Class in ilog.views.gantt
ResourceAdapter
can adapt between a vertical controller and
the resource tree of a Gantt data model.
IlvVerticalExpandable - Interface in ilog.views.gantt
The
IlvVerticalExpandable
interface defines the behavior of all
the ui components that can have their row expand/collapse and visibility
behavior coordinated by an
IlvGanttConfiguration
.
IlvVerticalExpansionMaster - Interface in ilog.views.gantt
IlvVerticalExpansionMaster
defines the behavior of a class that can track
the expand/collapse status of an
IlvGanttConfiguration
's data tree and the
rows that each
activity or
resource
is displayed on.
IlvVerticalFlowLayout - Class in ilog.views.util.swing.layout
A vertical FlowLayout
layout manager.
IlvVerticalFlowLayout() - Constructor for class ilog.views.util.swing.layout.IlvVerticalFlowLayout
Constructs a new IlvVerticalFlowLayout
with a middle
alignment.
IlvVerticalFlowLayout(int) - Constructor for class ilog.views.util.swing.layout.IlvVerticalFlowLayout
Constructs a new IlvVerticalFlowLayout
with the specified
alignment, and horizontal and vertical gaps of 5.
IlvVerticalFlowLayout(int, int, int) - Constructor for class ilog.views.util.swing.layout.IlvVerticalFlowLayout
Constructs a new IlvVerticalFlowLayout
object.
IlvVerticalFlowLayout(int, int, int, boolean) - Constructor for class ilog.views.util.swing.layout.IlvVerticalFlowLayout
Constructs a new IlvVerticalFlowLayout
object.
IlvVerticalGanttGrid - Class in ilog.views.gantt.graphic.grid
An IlvVerticalGanttGrid
draws the vertical grid for a Gantt
sheet.
IlvVerticalGanttGrid() - Constructor for class ilog.views.gantt.graphic.grid.IlvVerticalGanttGrid
Creates an IlvVerticalGanttGrid
.
IlvVerticalHourScale - Class in ilog.views.gantt.swing.calendarview
IlvVerticalHourScale
is a Swing component that displays a vertical
scale marked and labeled with the hours of the day.
IlvVerticalHourScale() - Constructor for class ilog.views.gantt.swing.calendarview.IlvVerticalHourScale
Creates a new vertical hour scale.
IlvVerticalScrollable - Interface in ilog.views.gantt
The IlvVerticalScrollable
interface defines the behavior of a
UI component that can be scrolled vertically.
IlvVerticalScrollAction - Class in ilog.views.gantt.action
The
IlvVerticalScrollAction
class implements an action
that will scroll an
IlvVerticalScrollable
up or
down.
IlvVerticalScrollAction(IlvVerticalScrollable, int, String, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvVerticalScrollAction
IlvVerticalScrollAction(IlvVerticalScrollable, int, String, Icon, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvVerticalScrollAction
IlvVerticalScrollBar - Class in ilog.views.gantt.swing
IlvVerticalScrollBar
is a
JScrollBar
extension that
coordinates vertical scrolling with other Gantt components via connection to
an
IlvGanttConfiguration
.
IlvVerticalScrollBar() - Constructor for class ilog.views.gantt.swing.IlvVerticalScrollBar
Creates a new vertical scroll bar.
IlvVerticalScrollController - Class in ilog.views.gantt
An
IlvVerticalScrollController
coordinates the vertical
scrolling of 1 or more
IlvVerticalScrollable
objects.
IlvVerticalScrollController() - Constructor for class ilog.views.gantt.IlvVerticalScrollController
Creates a new IlvVerticalScrollController
.
IlvVerticalSymbolInteractor - Class in ilog.views.symbology.interactor
This interactor reacts to the supported mouse gesture (MOUSE_DRAGGED) to compute a value
according to a vertical mouse motion.
IlvVerticalSymbolInteractor() - Constructor for class ilog.views.symbology.interactor.IlvVerticalSymbolInteractor
Creates the interactor and sets the default direction to UP
IlvVerticalTextIcon - Class in ilog.views.util.swing
IlvVerticalTextIcon is an Icon implementation which draws a short string vertically.
IlvVerticalTextIcon(Component, String) - Constructor for class ilog.views.util.swing.IlvVerticalTextIcon
Creates a IlvVerticalTextIcon
for the specified component
with the specified label
.
IlvVerticalTextIcon(Component, String, int) - Constructor for class ilog.views.util.swing.IlvVerticalTextIcon
Creates a IlvVerticalTextIcon
for the specified component
with the specified label
.
IlvViewContainer - Interface in ilog.views.appframe.docview
Defines objects that contain document views.
IlvViewHelper - Interface in ilog.views.faces.component
The IlvViewHelper
interface defines a component that is linked
to a view.
IlvViewHelperImpl - Class in ilog.views.faces.component
This class implements the IlvViewHelper
interface.
IlvViewHelperImpl(IlvFacesComponent) - Constructor for class ilog.views.faces.component.IlvViewHelperImpl
Creates a new IlvViewHelperImpl
instance.
IlvViewHelperTag - Class in ilog.views.faces.taglib
This class defines a custom tag handler that is
sized and is linked to a view.
IlvViewHelperTag() - Constructor for class ilog.views.faces.taglib.IlvViewHelperTag
Creates a new IlvViewHelperTag
instance.
IlvVisibilityPredicate - Interface in ilog.views.gantt.scale
The IlvVisibilityPredicate
interface provides a way to specify a
predicate that should be evaluated.
IlvVisibleAreaListener - Class in ilog.views.sdm.modeltools
This class allows you to listen to changes in the visible area of a view, and to request the controller
to lock the new visible area.
IlvVisibleAreaListener(IlvContentController) - Constructor for class ilog.views.sdm.modeltools.IlvVisibleAreaListener
Constructor.
IlvVisibleTimeScaleRows - Class in ilog.views.gantt.scale
The IlvVisibleTimeScaleRows
class provides a way to specify a
predicate associated to a list of rows.
IlvVisibleTimeScaleRows() - Constructor for class ilog.views.gantt.scale.IlvVisibleTimeScaleRows
Creates a new IlvVisibleTimeScaleRows
.
IlvVisibleTimeScaleRows(IlvVisibilityPredicate) - Constructor for class ilog.views.gantt.scale.IlvVisibleTimeScaleRows
Creates a new IlvVisibleTimeScaleRows
, with a predicate.
IlvVMAPDataInput - Interface in ilog.views.maps.defense.format.vmap
The interface that a stream must implement to provide VMAP data.
IlvVMAPDataSource - Class in ilog.views.maps.defense.datasource
IlvVMAPDataSource
is a data source used to read a VMAP
database.
IlvVMAPDataSource(String) - Constructor for class ilog.views.maps.defense.datasource.IlvVMAPDataSource
Constructs an IlvVMAPDataSource
instance from the specified
filename (the root folder of the VMAP database).
IlvVMAPDataSource(IlvInputStream) - Constructor for class ilog.views.maps.defense.datasource.IlvVMAPDataSource
Constructs an IlvVMAPDataSource
instance from the specified
input stream.
IlvVMAPDataSource.FACCFilter - Class in ilog.views.maps.defense.datasource
A specialized criterion filter that returns the value of the FACC attribute
of a map feature.
IlvVMAPFormatException - Exception in ilog.views.maps.defense.format.vmap
IlvVMAPFormatException
is thrown whenever reading corrupt
VMAP data, that is, data which does not comply to the VMAP format
specification.
IlvVMAPFormatException() - Constructor for exception ilog.views.maps.defense.format.vmap.IlvVMAPFormatException
The public constructor.
IlvVMAPFormatException(String) - Constructor for exception ilog.views.maps.defense.format.vmap.IlvVMAPFormatException
Public constructor with a message.
IlvVMAPGeometryFactory - Interface in ilog.views.maps.defense.format.vmap
Interface that creates gis components for VMAP primitive features.
IlvVMAPReader - Class in ilog.views.maps.defense.format.vmap
Reader for VMAP database files.
IlvVMAPReader(String) - Constructor for class ilog.views.maps.defense.format.vmap.IlvVMAPReader
Constructs a IlvVMAPReader from a specified database path.
IlvVMAPReader(IlvInputStream) - Constructor for class ilog.views.maps.defense.format.vmap.IlvVMAPReader
Constructs an IlvVMAPReader
from the input stream
IlvVMAPTable - Class in ilog.views.maps.defense.format.vmap
IlvVMAPTable
encapsulates a VMAP table and reads records from
it.
IlvVMAPTable(String) - Constructor for class ilog.views.maps.defense.format.vmap.IlvVMAPTable
Constructs an IlvVMAPTable
object from the specified
filename.
IlvVMAPVariableLengthIndexTable - Class in ilog.views.maps.defense.format.vmap
IlvVMAPVariableLengthIndexTable
encapsulates a variable length
index file.
IlvVMAPVariableLengthIndexTable(IlvVMAPTable) - Constructor for class ilog.views.maps.defense.format.vmap.IlvVMAPVariableLengthIndexTable
Constructs a variable length index table from a corresponding VMAP table.
IlvWagner4Projection - Class in ilog.views.maps.projection
This class defines the Wagner IV projection.
IlvWagner4Projection() - Constructor for class ilog.views.maps.projection.IlvWagner4Projection
Creates an instance of the class IlvWagner4Projection
.
IlvWagner4Projection(IlvInputStream) - Constructor for class ilog.views.maps.projection.IlvWagner4Projection
Reads the object from an IlvInputStream
.
IlvWagner4Projection(IlvWagner4Projection) - Constructor for class ilog.views.maps.projection.IlvWagner4Projection
Creates a new IlvWagner4Projection
.
IlvWeekendGrid - Class in ilog.views.gantt.graphic.grid
IlvWeekendGrid() - Constructor for class ilog.views.gantt.graphic.grid.IlvWeekendGrid
Creates a new vertical grid that highlights the weekends.
IlvWeekTimeScaleRow - Class in ilog.views.gantt.scale
This class implements methods of the class IlvBasicTimeScaleRow
to provide a complete scale displaying weekly intervals.
IlvWeekTimeScaleRow() - Constructor for class ilog.views.gantt.scale.IlvWeekTimeScaleRow
This constructor creates and initializes an
IlvWeekTimeScaleRow
object.
IlvWKTCoordinateSystemDictionary - Class in ilog.views.maps.srs.wkt
IlvWKTCoordinateSystemDictionary
provides utility methods to
read, sort, change, and save a set of national coordinate systems.
IlvWKTCoordinateSystemDictionary() - Constructor for class ilog.views.maps.srs.wkt.IlvWKTCoordinateSystemDictionary
Creates a coordinate system dictionary using the default Rogue Wave JViews
coordinate system resource file found in
ilog.views.maps.srs.wkt.wktdictionary.txt
.
IlvWKTCoordinateSystemDictionary(InputStream) - Constructor for class ilog.views.maps.srs.wkt.IlvWKTCoordinateSystemDictionary
Reads the initial coordinate systems and categories from an input stream
to create a coordinate system dictionary.
IlvWKTCoordinateSystemDictionary.CoordinateSystemNode - Class in ilog.views.maps.srs.wkt
CoordinateSystemNode
is a node class that stores a coordinate
system.
IlvWKTCoordinateSystemFactory - Class in ilog.views.maps.srs.wkt
This factory is used to create IlvCoordinateSystem
s from
WKT.
IlvWKTCoordinateSystemFactory() - Constructor for class ilog.views.maps.srs.wkt.IlvWKTCoordinateSystemFactory
Creates a new default coordinate system factory, with
default projection and datum factories.
IlvWKTCoordinateSystemFactory(IlvWKTProjectionFactory, IlvWKTDatumFactory) - Constructor for class ilog.views.maps.srs.wkt.IlvWKTCoordinateSystemFactory
Creates a new coordinate system factory, with the specified
projection and datum factories.
IlvWKTDatumFactory - Class in ilog.views.maps.srs.wkt
The factory used to create datums from WKT names.
IlvWKTDatumFactory() - Constructor for class ilog.views.maps.srs.wkt.IlvWKTDatumFactory
Creates a new default datum factory with a default horizontal datum
collection.
IlvWKTDatumFactory(IlvHorizontalDatumCollection) - Constructor for class ilog.views.maps.srs.wkt.IlvWKTDatumFactory
Creates a new default datum factory with the specified horizontal
datum collection.
IlvWKTProjectionFactory - Class in ilog.views.maps.srs.wkt
The factory used to create projections from WKT names.
IlvWKTProjectionFactory() - Constructor for class ilog.views.maps.srs.wkt.IlvWKTProjectionFactory
Creates a new projection factory.
IlvWMSDataSource - Class in ilog.views.maps.format.wms
A data source for reading a URL that points to an OpenGIS-compliant map server.
IlvWMSDataSource(IlvInputStream) - Constructor for class ilog.views.maps.format.wms.IlvWMSDataSource
Creates a new IlvWMSDataSource
.
IlvWMSDataSource(IlvWMSReader) - Constructor for class ilog.views.maps.format.wms.IlvWMSDataSource
Constructs an IlvWMSDataSource
from the specified reader.
IlvWMSDataSource(URL) - Constructor for class ilog.views.maps.format.wms.IlvWMSDataSource
Constructs an IlvWMSDataSource
from the specified URL.
IlvWMSException - Exception in ilog.views.maps.format.wms
Runtime exception possibly thrown by classes of the ilog.views.maps.format.wms package.
IlvWMSException(String, Throwable) - Constructor for exception ilog.views.maps.format.wms.IlvWMSException
Constructs a new exception with the specified detail message and
cause.
IlvWMSLayerNode - Class in ilog.views.maps.format.wms
A DefaultMutableTreeNode
that hold informations
about layers available from a OpenGIS compliant server.
IlvWMSReader - Class in ilog.views.maps.format.wms
A map reader that can read image layers from a OpenGIS-compliant server.
IlvWMSReader(URL) - Constructor for class ilog.views.maps.format.wms.IlvWMSReader
Constructs an IlvWMSreader
from a URL
.
IlvWMSReader(String) - Constructor for class ilog.views.maps.format.wms.IlvWMSReader
Constructs an IlvWMSreader
from a string
representation of a URL
.
IlvWMSReader(IlvInputStream) - Constructor for class ilog.views.maps.format.wms.IlvWMSReader
Constructs an IlvWMSReader
from an IlvInputStream
.
IlvWMSServerNode - Class in ilog.views.maps.format.wms
A DefaultMutableTreeNode
that holds information
about a server connected by an IlvWMSReader
.
IlvWorkspaceDataContainer - Class in ilog.views.appframe.docview.project
Defines a data container that manages file references, folders, and
project references.
IlvWorkspaceDataContainer() - Constructor for class ilog.views.appframe.docview.project.IlvWorkspaceDataContainer
Constructs an empty IlvWorkspaceDataContainer
.
IlvWorkspaceDocument - Class in ilog.views.appframe.docview.project
IlvWorkspaceDocument() - Constructor for class ilog.views.appframe.docview.project.IlvWorkspaceDocument
Constructs a new IlvWorkspaceDocument
document.
IlvWrappedEditor - Interface in ilog.views.gantt.swing
IlvWrappedEditor
is a Swing CellEditor
that is implemented as a wrapper around the real editing
component.
IlvWrappedICUBreakIterator - Class in ilog.views.util.text
IlvWrappedICUBreakIterator(BreakIterator) - Constructor for class ilog.views.util.text.IlvWrappedICUBreakIterator
Creates a BreakIterator
that delegates to an ICU
BreakIterator
.
IlvWrappedICUCalendar - Class in ilog.views.util.time
IlvWrappedICUCalendar(Calendar) - Constructor for class ilog.views.util.time.IlvWrappedICUCalendar
Creates a Calendar
that delegates to an ICU
Calendar
.
IlvWrappedICUDateFormat - Class in ilog.views.util.text
IlvWrappedICUDateFormat(DateFormat) - Constructor for class ilog.views.util.text.IlvWrappedICUDateFormat
Creates a DateFormat
that delegates to an ICU
DateFormat
.
IlvWrappedICUDecimalFormat - Class in ilog.views.util.text
IlvWrappedICUDecimalFormat(Locale, DecimalFormat) - Constructor for class ilog.views.util.text.IlvWrappedICUDecimalFormat
Creates a DecimalFormat
that delegates to an ICU
DecimalFormat
.
IlvWrappedICUNumberFormat - Class in ilog.views.util.text
IlvWrappedICUNumberFormat(NumberFormat) - Constructor for class ilog.views.util.text.IlvWrappedICUNumberFormat
Creates a NumberFormat
that delegates to an ICU
NumberFormat
.
IlvXMLConnector - Class in ilog.views.sdm.util
This class is responsible for reading and writing
an SDM model from/to an XML file.
IlvXMLConnector() - Constructor for class ilog.views.sdm.util.IlvXMLConnector
Creates a new IlvXMLConnector
.
IlvXMLDataReader - Class in ilog.views.chart.data.xml
A class to load data from an XML stream.
IlvXMLDataReader() - Constructor for class ilog.views.chart.data.xml.IlvXMLDataReader
Creates a new IlvXMLDataReader
.
IlvXMLDataReaderException - Exception in ilog.views.chart.data.xml
This class is used to report exceptions encountered during reading data
sets from a DOM.
IlvXMLDataReaderException(Node, String) - Constructor for exception ilog.views.chart.data.xml.IlvXMLDataReaderException
Creates an exception that occurred at the specified document node.
IlvXMLDataSource - Class in ilog.views.chart.data.xml
A data source that reads data from an XML file.
IlvXMLDataSource() - Constructor for class ilog.views.chart.data.xml.IlvXMLDataSource
Creates a new IlvXMLDataSource
.
IlvXMLDataSource - Class in ilog.views.diagrammer.datasource
An XML data source for the diagram component.
IlvXMLDataSource() - Constructor for class ilog.views.diagrammer.datasource.IlvXMLDataSource
Creates a new IlvXMLDataSource
.
IlvXMLDataSourceRenderer - Class in ilog.views.chart.faces.dhtml.renderkit
This class is the DHTML renderer for an IlvXMLFacesDataSource
.
IlvXMLDataSourceRenderer() - Constructor for class ilog.views.chart.faces.dhtml.renderkit.IlvXMLDataSourceRenderer
Creates a new IlvXMLDataSourceRenderer
instance.
IlvXMLDataSourceTag - Class in ilog.views.chart.faces.dhtml.taglib
This class defines the custom tag handler for an XML data source component.
IlvXMLDataSourceTag() - Constructor for class ilog.views.chart.faces.dhtml.taglib.IlvXMLDataSourceTag
Creates a new IlvXMLDataSourceTag
instance.
IlvXMLDataWriter - Class in ilog.views.chart.data.xml
A class that exports a Chart data model to an XML file.
IlvXMLDataWriter() - Constructor for class ilog.views.chart.data.xml.IlvXMLDataWriter
IlvXMLDataWriter(Locale) - Constructor for class ilog.views.chart.data.xml.IlvXMLDataWriter
Creates a new IlvXMLDataWriter
.
IlvXMLPropertyReader - Interface in ilog.views.chart.data.xml
An interface to read property element from a chart XML document.
IlvXMLSettings - Class in ilog.views.appframe.settings.xml
Defines settings associated with XML streams.
IlvXMLSettings() - Constructor for class ilog.views.appframe.settings.xml.IlvXMLSettings
Constructs a new IlvXMLSettings
.
IlvXMLSettings(String) - Constructor for class ilog.views.appframe.settings.xml.IlvXMLSettings
Constructs a new IlvXMLSettings
with the specified name.
IlvXSLConnector - Class in ilog.views.sdm.util
IlvXSLConnector
is a subclass of IlvXMLConnector
that can transform a third-party XML format
into the format accepted by the SDM engine using XSLT.
IlvXSLConnector() - Constructor for class ilog.views.sdm.util.IlvXSLConnector
Creates a new IlvXSLConnector
with no
input and output templates.
IlvXSortedDataSet - Class in ilog.views.chart.data
This class encapsulates a data set and sorts its data points so that the
X values are in ascending order.
IlvXSortedDataSet() - Constructor for class ilog.views.chart.data.IlvXSortedDataSet
Creates a sorted data set without any underlying data set.
IlvXSortedDataSet(IlvDataSet) - Constructor for class ilog.views.chart.data.IlvXSortedDataSet
Creates a sorted data set.
IlvYearTimeScaleRow - Class in ilog.views.gantt.scale
This class implements methods from the class
IlvBasicTimeScaleRow
to provide a complete scale displaying
yearly intervals.
IlvYearTimeScaleRow() - Constructor for class ilog.views.gantt.scale.IlvYearTimeScaleRow
This constructor creates and initializes an
IlvYearTimeScaleRow
object.
IlvZoomableLabel - Class in ilog.views.graphic
A graphic object that displays a label.
IlvZoomableLabel() - Constructor for class ilog.views.graphic.IlvZoomableLabel
Creates a new IlvZoomableLabel
with the lower-left corner
in (0, 0)
and an empty label.
IlvZoomableLabel(IlvPoint, String, boolean) - Constructor for class ilog.views.graphic.IlvZoomableLabel
Creates a new IlvZoomableLabel
instance.
IlvZoomableLabel(IlvPoint, String) - Constructor for class ilog.views.graphic.IlvZoomableLabel
Creates a new IlvZoomableLabel
instance.
IlvZoomableLabel(IlvZoomableLabel) - Constructor for class ilog.views.graphic.IlvZoomableLabel
Copy constructor of IlvZoomableLabel
.
IlvZoomableLabel(IlvInputStream) - Constructor for class ilog.views.graphic.IlvZoomableLabel
Reads the object from an IlvInputStream
.
IlvZoomAction - Class in ilog.views.chart.servlet
An IlvChartServerAction implementation to zoom in or out a chart.
IlvZoomAction() - Constructor for class ilog.views.chart.servlet.IlvZoomAction
Creates a new ZoomAction
object.
IlvZoomFactorVisibilityFilter - Class in ilog.views
Controls the visibility of a layer according to the zoom factor on the view.
IlvZoomFactorVisibilityFilter(double, double) - Constructor for class ilog.views.IlvZoomFactorVisibilityFilter
Initializes an IlvZoomFactorVisibilityFilter
object.
IlvZoomFactorVisibilityFilter(IlvInputStream) - Constructor for class ilog.views.IlvZoomFactorVisibilityFilter
Initializes an IlvZoomFactorVisibilityFilter
from an
IlvInputStream
.
IlvZoomInAccelerator - Class in ilog.views.accelerator
IlvZoomInAccelerator
is used to allow the user to zoom into
the manager.
IlvZoomInAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvZoomInAccelerator
Creates an IlvZoomInAccelerator
.
IlvZoomInAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvZoomInAccelerator
Creates an IlvZoomInAccelerator
.
IlvZoomInAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvZoomInAccelerator
Creates an IlvZoomInAccelerator
.
IlvZoomInAction - Class in ilog.views.gantt.action
The
IlvZoomInAction
class implements an action that will
zoom in on a specified
IlvTimeScrollable
.
IlvZoomInAction(IlvTimeScrollable, String, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvZoomInAction
Creates an
IlvZoomInAction
for the specified
IlvTimeScrollable
object with a default icon.
IlvZoomInAction(IlvTimeScrollable, String, Icon, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvZoomInAction
IlvZoomOutAccelerator - Class in ilog.views.accelerator
IlvZoomOutAccelerator
is used to allow the user to zoom out
of the manager.
IlvZoomOutAccelerator(int, int, char, int, boolean) - Constructor for class ilog.views.accelerator.IlvZoomOutAccelerator
Creates an IlvZoomOutAccelerator
.
IlvZoomOutAccelerator(int, int, int, boolean) - Constructor for class ilog.views.accelerator.IlvZoomOutAccelerator
Creates an IlvZoomOutAccelerator
.
IlvZoomOutAccelerator(int, int, int) - Constructor for class ilog.views.accelerator.IlvZoomOutAccelerator
Creates an IlvZoomOutAccelerator
.
IlvZoomOutAction - Class in ilog.views.gantt.action
The
IlvZoomOutAction
class implements an action that will
zoom out on a specified
IlvTimeScrollable
.
IlvZoomOutAction(IlvTimeScrollable, String, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvZoomOutAction
Creates an
IlvZoomOutAction
for the specified
IlvTimeScrollable
object with a default icon.
IlvZoomOutAction(IlvTimeScrollable, String, Icon, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvZoomOutAction
IlvZoomToFitAction - Class in ilog.views.gantt.action
The
IlvZoomToFitAction
class implements an action that will zoom a
specified
IlvHierarchyChart
to display its full extent.
IlvZoomToFitAction(IlvHierarchyChart, String, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvZoomToFitAction
Creates an
IlvZoomToFitAction
for the specified
IlvHierarchyChart
using a default icon.
IlvZoomToFitAction(IlvHierarchyChart, String, Icon, KeyStroke, String, String) - Constructor for class ilog.views.gantt.action.IlvZoomToFitAction
IlvZoomToFitAction.IntervalPolicy - Interface in ilog.views.gantt.action
IlvZoomToFitAction.RootActivityIntervalPolicy - Class in ilog.views.gantt.action
The
RootActivityIntervalPolicy
class determines the time interval of a
Gantt data model
from its root activity.
IlvZoomViewInteractor - Class in ilog.views.interactor
Interactor class that lets you drag a rectangle, and zoom in on
the view on the selected rectangle.
IlvZoomViewInteractor() - Constructor for class ilog.views.interactor.IlvZoomViewInteractor
Creates a new instance of IlvZoomViewInteractor.
IlWithProperties - Interface in ilog.util
This interface defines methods for objects that want to
carry generic properties.
image - Variable in class ilog.views.chart.IlvChart.IlvChartImagePaintContext
IMAGE - Static variable in interface ilog.views.faces.IlvFacesConstants
An image URL property.
IMAGE_FORMAT - Static variable in interface ilog.views.faces.dhtml.IlvDHTMLConstants
The format of the generated image.
IMAGE_FORMAT_PARAM - Static variable in class ilog.views.chart.servlet.IlvChartServletSupport
The image format parameter value.
IMAGE_FORMAT_PARAM - Static variable in class ilog.views.gantt.servlet.IlvGanttServletSupport
The image format parameter for image requests.
IMAGE_LOADED_HANDLER - Static variable in interface ilog.views.faces.dhtml.IlvDHTMLConstants
onImageLoaded
JavaScript handler property of a component.
IMAGE_MAP_GENERATOR - Static variable in interface ilog.views.faces.dhtml.IlvDHTMLConstants
The image map generator of a view.
IMAGE_MAP_GENERATOR_CLASS - Static variable in interface ilog.views.faces.dhtml.IlvDHTMLConstants
The image map generator class name of a view.
IMAGE_MAP_GENERATOR_PARAM - Static variable in class ilog.views.faces.dhtml.servlet.IlvFacesManagerServletSupport
The name of the image map generator request parameter.
IMAGE_MAP_VISIBLE - Static variable in interface ilog.views.faces.dhtml.IlvDHTMLConstants
The flag indicating whether to display the image map (if generated).
IMAGE_MAP_VISIBLE_DEFAULT_VALUE - Static variable in class ilog.views.faces.dhtml.component.IlvFacesDHTMLViewSupportImpl
Flag indicating whether an image map should be visible or not (if generated).
IMAGE_MASK - Static variable in class ilog.views.sdm.renderer.IlvStyleSheetRenderer
Debug mask: displays a clone of the node in a separate window.
IMAGE_MODE - Static variable in interface ilog.views.faces.IlvFacesConstants
A mode that implies the generation of an image.
IMAGE_MODE_DEFAULT_VALUE - Static variable in class ilog.views.faces.dhtml.component.IlvFacesSelectionManager
Default value of imageMode
property.
IMAGE_MODE_DEFAULT_VALUE - Static variable in class ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor
Default value of imageMode
property
IMAGE_REQUEST - Static variable in class ilog.views.chart.servlet.IlvChartServletSupport
IMAGE_REQUEST - Static variable in class ilog.views.gantt.servlet.IlvGanttServletSupport
IMAGE_SERVLET_CONTEXT - Static variable in interface ilog.views.faces.dhtml.IlvDHTMLConstants
The image servlet invocation context.
imageLabelVerticalSpacing - Variable in class ilog.views.maps.label.IlvMapAreaLabel.ParameterRecord
Vertical offset between text and image.
imageLabelVerticalSpacing - Variable in class ilog.views.maps.label.IlvMapPointLabel.ParameterRecord
Vertical offset between text and image.
IMAGEMAP_NAME - Static variable in class ilog.views.chart.servlet.IlvChartServletSupport
The image map name parameter
IMAGEMAP_REQUEST - Static variable in class ilog.views.chart.servlet.IlvChartServletSupport
ImageMapAreaGeneratorProperty - Static variable in class ilog.views.servlet.IlvManagerServlet
The name of the property that is used during the generation of
an image map.
ImageMapAreaGeneratorProperty - Static variable in class ilog.views.servlet.IlvManagerServletSupport
The name of the property that is used during the generation of an image
map.
imageMapParamsHandler - Variable in class ilog.views.chart.servlet.IlvChartServletParameterHandlerFactory
imageModeActionPerformed(ServerActionEvent) - Method in class ilog.views.gantt.servlet.IlvGanttComponentSelectionSupport
Server action listener invoked when a request with an action to change the
image mode is received.
imageModeActionPerformed(ServerActionEvent) - Method in class ilog.views.gantt.servlet.IlvGanttSheetSelectionSupport
Handles imageModeAction
server actions.
imageModeActionPerformed(ServerActionEvent) - Method in class ilog.views.gantt.servlet.IlvGanttTableSelectionSupport
Handles imageModeAction
server actions.
imageParamsHandler - Variable in class ilog.views.chart.servlet.IlvChartServletParameterHandlerFactory
imageProducer - Variable in class ilog.views.maps.geometry.IlvMapImage
The ImageProducer
of the image.
imageUpdate(Image, int, int, int, int, int) - Method in class ilog.views.graphic.IlvIcon
Redraws the object when the image is fully loaded.
imageUpdate(Image, int, int, int, int, int) - Method in class ilog.views.IlvManagerView
Repaints the component when the image has changed.
imageUpdate(Image, int, int, int, int, int) - Method in class ilog.views.ui.IlvImageButton
Deprecated.
Repaints the component when the image has changed.
imgFileName - Variable in class ilog.views.maps.defense.format.asrp.IlvRasterASRPReader
Raster information about the raster currently loading.
Impact - Static variable in class ilog.tgo.model.IltAlarmStateEnum
ImpactAlarmCountAttribute - Static variable in class ilog.tgo.model.IltObject
Attribute used to retrieve the number of outstanding impact alarms of the
IltObject
.
ImpactAlarmCountNumberAttribute - Static variable in class ilog.tgo.model.IltObject
Attribute used to retrieve the number of outstanding impact alarms of the
IltObject
.
ImpactAlarmCriticalHigh - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmCriticalHighBright - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmCriticalHighDark - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmCriticalLow - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmCriticalLowBright - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmCriticalLowDark - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmHighestSeverityAttribute - Static variable in class ilog.tgo.model.IltObject
Attribute used to retrieve the highest severity of outstanding impact
alarms of the IltObject
.
ImpactAlarmMajorHigh - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMajorHighBright - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMajorHighDark - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMajorLow - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMajorLowBright - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMajorLowDark - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMinorHigh - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMinorHighBright - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMinorHighDark - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMinorLow - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMinorLowBright - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmMinorLowDark - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmUnknown - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmUnknownBright - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmUnknownDark - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmWarningHigh - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmWarningHighBright - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmWarningHighDark - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmWarningLow - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmWarningLowBright - Static variable in class ilog.tgo.resource.IltrColor
ImpactAlarmWarningLowDark - Static variable in class ilog.tgo.resource.IltrColor
ImpactSeverity() - Constructor for class ilog.tgo.model.IltAlarm.ImpactSeverity
Used to initialize the severities that are declared in this class
ImpactSeverity(String, int) - Constructor for class ilog.tgo.model.IltAlarm.ImpactSeverity
Creates a new severity.
ImpactSeverityFilter - Static variable in class ilog.tgo.model.IltAlarm.State
importFile - Static variable in class ilog.views.dashboard.IlvDashboardAction
Imports a Rogue Wave JViews background graphic file into
the current dashboard diagram.
importNode(Node, boolean) - Method in class ilog.views.appframe.settings.IlvSettings
Imports a node from another document to this document.
importNode(Node, boolean) - Method in class ilog.views.appframe.settings.xml.IlvXMLSettings
Imports a node from another document to this document.
IMPROVED_FIRST_LAST_SEGMENT - Static variable in class ilog.tgo.graphic.graphlayout.IltShortLinkLayout
Improved link bundles option.
IMPROVED_FIRST_LAST_SEGMENT - Static variable in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout
Improved link bundles.
In - Static variable in class ilog.tgo.model.IltPerformance.SecState
A state to model any input of data in bytes.
IN_BACK - Static variable in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeConnector
Layer mode option.
IN_COMPUTE_GRAPHIC - Static variable in class ilog.cpl.style.IlpStyle
Deprecated.
IN_FIXED_LAYER - Static variable in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeConnector
Layer mode option.
IN_FRONT - Static variable in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeConnector
Layer mode option.
In_Gb - Static variable in class ilog.tgo.model.IltPerformance.SecState
A state to model any input of data in gigabytes.
In_Kb - Static variable in class ilog.tgo.model.IltPerformance.SecState
A state to model any input of data in kilobytes.
In_Mb - Static variable in class ilog.tgo.model.IltPerformance.SecState
A state to model any input of data in megabytes.
IN_NODE_LAYER - Static variable in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeConnector
Layer mode option.
IN_PLACE - Static variable in class ilog.cpl.util.IlpExpansionType
In place expansion.
IN_PLACE_MINIMAL_LOADING - Static variable in class ilog.cpl.util.IlpExpansionType
Defines an in-place expansion that minimizes the loading of children.
Inactive - Static variable in class ilog.tgo.model.IltSONET.State
INACTIVE - Static variable in class ilog.views.graphlayout.recursive.IlvRecursiveMultipleLayout
The sublayout is inactive for all subgraphs.
InAddrErrors - Static variable in class ilog.tgo.model.IltSNMP.IP
inBBox(IlvPoint) - Method in class ilog.views.graphic.IlvPolyPoints
Tests if a point lies inside the bounding box of the object.
INCHES - Static variable in class ilog.views.util.print.IlvUnit
The inch unit.
increasePercentageComplete(int) - Method in class ilog.views.graphlayout.basic.IlvBasicLinkStyleLayout
Increases the percentage of completion that is stored in the layout
report to the input value.
increasePercentageComplete(int) - Method in class ilog.views.graphlayout.IlvGraphLayout
Increases the percentage of completion that is stored in the layout
report to the input value.
increasePercentageComplete(int) - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Increases the percentage of completion that is stored in the layout
report to the input value.
INCREMENTAL_MODE - Static variable in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout
Incremental layout mode.
incrementDay() - Method in class ilog.views.gantt.swing.calendarview.IlvDayView
Increments the view to display the next day.
incrementMonth() - Method in class ilog.views.gantt.swing.calendarview.IlvMonthPanel
Increments the panel to display the next month.
incrementMonth() - Method in class ilog.views.gantt.swing.calendarview.IlvMonthView
Increments the view to display the next month.
incrementProgressValue(int) - Method in class ilog.views.appframe.util.IlvProgressMonitor
Increments the progression value to the specified value
.
incrementStep(double) - Method in class ilog.views.chart.IlvCategoryStepsDefinition
Returns the next step value.
incrementStep(double) - Method in class ilog.views.chart.IlvDefaultStepsDefinition
Returns the next step value.
incrementStep(double) - Method in class ilog.views.chart.IlvLogarithmicStepsDefinition
Returns the next step value.
incrementStep(double) - Method in class ilog.views.chart.IlvStepsDefinition
Increments the specified step.
incrementStep(double) - Method in class ilog.views.chart.IlvTimeStepsDefinition
Returns the next step value.
incrementSubStep(double) - Method in class ilog.views.chart.IlvCategoryStepsDefinition
Returns the next substep value.
incrementSubStep(double) - Method in class ilog.views.chart.IlvDefaultStepsDefinition
Returns the next substep value.
incrementSubStep(double) - Method in class ilog.views.chart.IlvLogarithmicStepsDefinition
Returns the next substep value.
incrementSubStep(double) - Method in class ilog.views.chart.IlvStepsDefinition
Increments the specified substep.
incrementSubStep(double) - Method in class ilog.views.chart.IlvTimeStepsDefinition
Returns the next substep value.
incrementTime(Calendar) - Method in class ilog.views.chart.IlvMultipleTimeUnit
Increments the specified time according to this unit.
incrementTime(Calendar) - Method in class ilog.views.chart.IlvTimeUnit
Increments the specified time according to this unit.
incrementTime(Date) - Method in class ilog.views.gantt.scale.IlvBasicTimeScaleRow
Returns an incremented value of the scale time unit.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy.Day
Increments the given
Calendar
upwards by
dayStep days.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy.HalfDay
Increments the given Calendar
upwards by a half-day.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy.Hour
Increments the given
Calendar
upwards by
hourStep hours.
incrementTime(Calendar) - Method in interface ilog.views.util.time.IlvTimeIncrementPolicy
Increments the given Calendar
upwards to the next time increment
boundary.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy.Minute
Increments the given
Calendar
upwards by
minuteStep minutes.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy.Month
Increments the given
Calendar
upwards by
monthStep months.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy.Second
Increments the given
Calendar
upwards by
secondStep seconds.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy.Week
Increments the given
Calendar
upwards by
weekStep weeks.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy.Year
Increments the given
Calendar
upwards by
yearStep years.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy2.Day
Increments the given
Calendar
upwards by
dayStep days.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy2.HalfDay
Increments the given Calendar
upwards by a half-day.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy2.Hour
Increments the given
Calendar
upwards by
hourStep hours.
incrementTime(Calendar) - Method in interface ilog.views.util.time.IlvTimeIncrementPolicy2
Increments the given Calendar
upwards to the next time increment
boundary.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy2.Minute
Increments the given
Calendar
upwards by
minuteStep minutes.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy2.Month
Increments the given
Calendar
upwards by
monthStep months.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy2.Second
Increments the given
Calendar
upwards by
secondStep seconds.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy2.Week
Increments the given
Calendar
upwards by
weekStep weeks.
incrementTime(Calendar) - Method in class ilog.views.util.time.IlvTimeIncrementPolicy2.Year
Increments the given
Calendar
upwards by
yearStep years.
InDatagrams - Static variable in class ilog.tgo.model.IltSNMP.UDP
InDelivers - Static variable in class ilog.tgo.model.IltSNMP.IP
Indeterminate - Static variable in class ilog.tgo.graphic.IltBaseStyle
State: Unknown state combination.
Indeterminate - Static variable in class ilog.tgo.model.IltAlarm.ProbableCause
indeterminate - Static variable in class ilog.views.prototypes.IlvGroup
This value is returned by the get
methods when a graphic
property has different values for different graphic elements of the group.
INDETERMINATE - Static variable in class ilog.views.swing.IlvThreadedActivityMonitor
This value is used to indicate that the progress is indeterminate.
index - Variable in class ilog.views.chart.data.IlvDataSetPoint
The index of the data point in the data set.
INDEXED - Static variable in class ilog.views.tiling.IlvTileController
The indexed mode of the tile controller: the space is divided into
a number of identical rectangular tile areas.
indexOf(Object) - Method in class ilog.cpl.list.IlpDefaultListModel
Returns the index in this list of the first occurrence of the specified
element, or -1
if this list does not contain this element.
IndexOf(Object[], Object) - Static method in class ilog.views.appframe.util.IlvUtil
Gets the index of the specified object
in the
src
array of objects.
indexOf(Action) - Method in class ilog.views.diagrammer.application.IlvDiagrammerMenu
Returns the index of the menu item associated with the specified action.
indexOf(Action) - Method in class ilog.views.diagrammer.application.IlvDiagrammerToolBar
Returns the index of the button associated with the specified action.
indexOf(IlvGraphic) - Method in class ilog.views.IlvGraphicVector
Searches for the specified element starting from the first position.
indexOf(IlvGraphic, int) - Method in class ilog.views.IlvGraphicVector
Searches for the specified element starting from the specified position.
indexOf(Object) - Method in class ilog.views.symbology.palettes.IlvPaletteCategory
Returns the position of the child in the category
indexOf(Object) - Method in class ilog.views.util.collections.IlvHashTreeList
Returns the index of a given element in the list,
or -1 if the given value is not an element of this list.
indianRed - Static variable in class ilog.views.chart.IlvColor
The color indian red.
InDiscards - Static variable in class ilog.tgo.model.IltSNMP.Interface
InDiscards - Static variable in class ilog.tgo.model.IltSNMP.IP
InErrors - Static variable in class ilog.tgo.model.IltSNMP.EGP
InErrors - Static variable in class ilog.tgo.model.IltSNMP.ICMP
InErrors - Static variable in class ilog.tgo.model.IltSNMP.Interface
InErrors - Static variable in class ilog.tgo.model.IltSNMP.TCP
InErrors - Static variable in class ilog.tgo.model.IltSNMP.UDP
Info - Static variable in class ilog.tgo.resource.IltrImage
Deprecated.
Default value of setting InformationWindow.Icon.
info - Static variable in class ilog.views.maps.beans.IlvMapAnnotationModel
The IlvAttributeInfoProperty
used to define the attribute to be displayed as a
label by the annotation graphic objects.
info - Static variable in class ilog.views.maps.measures.IlvMapOrthodromyPath
Property description.
INFO_PROVIDER_MB - Static variable in interface ilog.views.faces.IlvFacesConstants
A method binding that provides additional information on an object when invoked.
InfoAck - Static variable in class ilog.tgo.resource.IltrImage
Deprecated.
Default value of setting InformationWindow.Acknowledged.Icon.
InfoBalloon - Static variable in class ilog.views.sdm.renderer.IlvRendererUtil
The alias "InfoBalloon"
for the class ilog.views.sdm.renderer.IlvInfoBalloonRenderer
.
InfoBalloonBorderColor - Static variable in interface ilog.cpl.graphic.IlpGraphic
InfoBalloonColor - Static variable in interface ilog.cpl.graphic.IlpGraphic
InfoBalloonOrientation - Static variable in interface ilog.cpl.graphic.IlpGraphic
InfoBalloonPointerDepth - Static variable in interface ilog.cpl.graphic.IlpGraphic
InfoBalloonShadowColor - Static variable in interface ilog.cpl.graphic.IlpGraphic
InfoBalloonShadowThickness - Static variable in interface ilog.cpl.graphic.IlpGraphic
InfoIcon - Static variable in class ilog.tgo.graphic.IltCompositeGraphic
The graphic setting indicating that an info icon is present,
and containing information about the info icon's state and the
info window's state.
InfoIconInteractor - Static variable in class ilog.tgo.model.IltObject
Information icon interactor, responsible for opening the information window.
InfoIconThreshold - Static variable in class ilog.tgo.model.IltObject
inform(ActivitiesInsertedEvent) - Method in class ilog.views.gantt.IlvVerticalDisplayController.ActivityAdapter
Invoked through the event demultiplexer when activities have been
inserted into the data model.
inform(ActivitiesRemovedEvent) - Method in class ilog.views.gantt.IlvVerticalDisplayController.ActivityAdapter
Invoked through the event demultiplexer when activities have been
removed from the data model.
inform(ActivityMovedEvent) - Method in class ilog.views.gantt.IlvVerticalDisplayController.ActivityAdapter
Invoked through the event demultiplexer when an activity has been moved
within the data model.
inform(GanttModelChangedEvent) - Method in class ilog.views.gantt.IlvVerticalDisplayController
Invoked through the event demultiplexer when the entire data model has
been replaced.
inform(ResourcesInsertedEvent) - Method in class ilog.views.gantt.IlvVerticalDisplayController.ResourceAdapter
Invoked through the event demultiplexer when resources have been
inserted into the data model.
inform(ResourcesRemovedEvent) - Method in class ilog.views.gantt.IlvVerticalDisplayController.ResourceAdapter
Invoked through the event demultiplexer when resources have been removed
from the data model.
inform(ResourceMovedEvent) - Method in class ilog.views.gantt.IlvVerticalDisplayController.ResourceAdapter
Invoked through the event demultiplexer when a resource has been moved
within the data model.
inform(EventObject) - Method in class ilog.views.gantt.swing.IlvJTreeStringRenderPolicy
Invoked when the property being rendered has been modified in one of
the rows.
inform(EventObject) - Method in class ilog.views.gantt.swing.IlvStringColumn
Invoked when the property represented by this column has been modified
in one of the rows.
inform(EventObject) - Method in interface ilog.views.gantt.util.event.GenericEventListener
Invoked when an event is dispatched.
inform(EventObject) - Method in class ilog.views.gantt.util.event.IlvEventDemultiplexer
Demultiplexes an event based on its type.
InformationIcon - Static variable in class ilog.tgo.graphic.IltGraphicElementName
Collapsed information icon, which when clicked upon maximizes the
information window.
InformationWindow - Static variable in class ilog.tgo.graphic.IltGraphicElementName
Expanded information window containing the list of secondary states.
InformixFeatureIterator - Class in ilog.views.maps.datasource.ibm.informix
InformixFeatureIterator(IlvInputStream) - Constructor for class ilog.views.maps.datasource.ibm.informix.InformixFeatureIterator
Reads an iterator from an IlvInputStream
.
InformixFeatureIterator(IlvInformixDataSource) - Constructor for class ilog.views.maps.datasource.ibm.informix.InformixFeatureIterator
Creates a new InformixFeatureIterator
.
InfoWindow - Static variable in class ilog.tgo.resource.IltrColor
InfoWindowAlwaysVisible - Static variable in class ilog.tgo.model.IltObject
InfoWindowBorder - Static variable in class ilog.tgo.resource.IltrColor
InfoWindowBorderColor - Static variable in class ilog.tgo.model.IltObject
InfoWindowColor - Static variable in class ilog.tgo.model.IltObject
InfoWindowShadow - Static variable in class ilog.tgo.resource.IltrColor
InfoWindowShadowColor - Static variable in class ilog.tgo.model.IltObject
InfoWindowText - Static variable in class ilog.tgo.resource.IltrColor
InfoWindowText - Static variable in class ilog.tgo.resource.IltrFont
InfoWindowText - Static variable in class ilog.tgo.resource.IltrTextPalette
Deprecated.
InfoWindowTextAntialiasing - Static variable in class ilog.tgo.model.IltObject
InfoWindowTextBackgroundColor - Static variable in class ilog.tgo.model.IltObject
InfoWindowTextFont - Static variable in class ilog.tgo.model.IltObject
InfoWindowTextForegroundColor - Static variable in class ilog.tgo.model.IltObject
InfoWindowVisible - Static variable in class ilog.tgo.model.IltObject
InHdrErrors - Static variable in class ilog.tgo.model.IltSNMP.IP
inHeight - Variable in class ilog.cpl.graphic.views.IlpSlotSizesSAXInfo.IlpSAXSlotSizesHandler
Whether slots are present along height
inherit(InheritEvent) - Method in class ilog.views.maps.beans.IlvLayerTreePanel
Called when the user toggles the inherit button in the style sheet.
inherit(InheritEvent) - Method in interface ilog.views.maps.propertysheet.InheritListener
Called when the inherit button changes state.
INHERITED_DIRECTION - Static variable in class ilog.views.util.text.IlvBidiUtil
Constant defines that the base text direction of the current object is
inherited from its parent
INHERITED_DIRECTION_NAME - Static variable in class ilog.views.util.text.IlvBidiUtil
Textual notation for INHERITED_DIRECTION
inheritedDirection - Static variable in class ilog.views.dashboard.IlvDashboardAction
Sets the base text direction of the diagram to be inherited
from the parent.
InheritEvent - Class in ilog.views.maps.propertysheet
Event send when the inheritance button in the style sheet is toggled.
InheritEvent(String, boolean) - Constructor for class ilog.views.maps.propertysheet.InheritEvent
Constructs a Inherit event.
InheritListener - Interface in ilog.views.maps.propertysheet
Listener to be notified for changes of the inherit button
from an ilvMapStylePropertySheet
InhibInProg - Static variable in class ilog.tgo.resource.IltrImage
Deprecated.
Default value of settings:
Bellcore.SecState.InhibitInProgress.OOS.Icon
Bellcore.SecState.InhibitInProgress.NT.Icon
Bellcore.SecState.InhibitInProgress.CT.Icon
Image: ilog/tgo/ilt_inh_prog.png
InhibitInProgress - Static variable in class ilog.tgo.model.IltBellcore.SecState
init() - Method in class ilog.cpl.graph.action.toolbar.IlpGraphInteractorButton
init(IlpViewsView, String, String) - Method in class ilog.cpl.graph.action.toolbar.IlpGraphInteractorButton
Init() - Static method in class ilog.cpl.IlpSystem
Init(String) - Static method in class ilog.cpl.IlpSystem
Initializes a CPL process and creates a default context using a
deployment descriptor specified by a file name.
Init(URL, String) - Static method in class ilog.cpl.IlpSystem
Initializes the system using a deployment descriptor specified by
a relative URL, relative to a given base URL.
Init(URL, URL) - Static method in class ilog.cpl.IlpSystem
Initializes the system using a deployment descriptor specified by an URL.
Init(Applet) - Static method in class ilog.cpl.IlpSystem
Init(Applet, String) - Static method in class ilog.cpl.IlpSystem
Init(IlpContext) - Static method in class ilog.cpl.IlpSystem
Initializes the system based on a service context.
init(Color, Color, Color, int, int) - Method in class ilog.cpl.table.IlpArrowIcon
Initializes the icon.
init(ServletConfig) - Method in class ilog.tgo.faces.graph.dhtml.servlet.IltFacesGraphServlet
Initializes the servlet.
init() - Method in class ilog.tgo.graphic.graphlayout.IltLinkLayout
Initializes instance variables.
init() - Method in class ilog.tgo.graphic.graphlayout.IltLocalLinkLayout
init() - Method in class ilog.tgo.graphic.graphlayout.IltShortLinkLayout
Initializes instance variables.
init() - Method in class ilog.tgo.graphic.graphlayout.IltStraightLinkLayout
Init() - Static method in class ilog.tgo.IltSystem
Initializes a JTGO process and creates a default context using
a deployment descriptor.
Init(String) - Static method in class ilog.tgo.IltSystem
Initializes a JTGO process and creates a default context using a
deployment descriptor specified by a file name.
Init(URL, String) - Static method in class ilog.tgo.IltSystem
Initializes the system using a deployment descriptor specified by
a relative URL, relative to a given base URL.
Init(URL, URL) - Static method in class ilog.tgo.IltSystem
Initializes the system using a deployment descriptor specified by an URL.
Init(Applet) - Static method in class ilog.tgo.IltSystem
Init(Applet, String) - Static method in class ilog.tgo.IltSystem
Init(IlpContext) - Static method in class ilog.tgo.IltSystem
Initializes the system based on a service context.
Init() - Static method in class ilog.tgo.util.IltSystemInitializer
Initializes JViews TGO on a working thread, creating a default context
using a deployment descriptor.
Init(String) - Static method in class ilog.tgo.util.IltSystemInitializer
Initializes JViews TGO on a working thread, creating a default context
using a deployment descriptor specified by a file name.
Init(Applet) - Static method in class ilog.tgo.util.IltSystemInitializer
Init(Applet, String) - Static method in class ilog.tgo.util.IltSystemInitializer
Init(IlpContext) - Static method in class ilog.tgo.util.IltSystemInitializer
Initializes JViews TGO on a working thread using a given service context.
Init(IltSystemInitializer.Initializer) - Static method in class ilog.tgo.util.IltSystemInitializer
Initializes JViews TGO on a working thread using a given customized
initializer object.
init() - Method in class ilog.views.appframe.swing.mdi.IlvMDIApplet
Called by the browser or applet viewer to inform
this applet that it has been loaded into the system.
init(Container) - Method in class ilog.views.bpmn.IlvBPMNFrame
This method is called both when the class is run as an application and when
it is run as an applet.
init(Container) - Method in class ilog.views.bpmn.IlvBPMNModeler
Deprecated.
This method is called both when the class is run as an application and when
it is run as an applet.
init(ServletConfig) - Method in class ilog.views.chart.servlet.IlvChartServlet
This method is invoked by the servlet container to indicate that the
servlet is being placed into service.
init(String[]) - Method in class ilog.views.dashboard.IlvDashboardEditor
Initializes the internal properties of the Dashboard Editor application.
init(String[]) - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
This method initializes a new instance of this class when it is run as
an application.
init() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Called when this class is run as an applet.
init(Container) - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
This method is called both when the class is run as an application and when
it is run as an applet.
init(String[]) - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
This method initializes a new instance of this class when it is run as
an application.
init(Container) - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
This method is called both when the class is run as an application and when
it is run as an applet.
init() - Method in class ilog.views.diagrammer.application.IlvDiagrammerPaletteAction
Initializes the properties of the action.
init(ServletConfig) - Method in class ilog.views.diagrammer.faces.dhtml.servlet.IlvFacesDiagrammerServlet
This method is overridden to handle the "project"
parameter of
the diagrammer.servlet configuration.
init(ServletConfig) - Method in class ilog.views.diagrammer.servlet.IlvDiagrammerServlet
This method is overridden to handle the "project"
parameter of
the diagrammer.servlet configuration.
init(ServletConfig) - Method in class ilog.views.faces.dhtml.servlet.IlvFacesManagerServlet
Initializes the manager servlet.
init(ServletConfig) - Method in class ilog.views.faces.IlvResourceController
init(FilterConfig) - Method in class ilog.views.faces.servlet.IlvJSNamespaceFilter
Deprecated.
Called by the web container to indicate to a filter that it is being placed into service.
init(ServletConfig) - Method in class ilog.views.gantt.faces.dhtml.servlet.IlvFacesGanttServlet
This method is invoked by the servlet container to indicate that the
servlet is being placed into service.
init() - Method in class ilog.views.gantt.graphic.interactor.IlvActivityGraphicDuplicateInteractor
Initializes the interactor.
init() - Method in class ilog.views.gantt.graphic.interactor.IlvActivityGraphicMoveInteractor
Initializes the interactor.
init(ServletConfig) - Method in class ilog.views.gantt.servlet.IlvGanttServlet
This method is invoked by the servlet container to indicate that the
servlet is being placed into service.
init() - Method in class ilog.views.graphlayout.basic.IlvBasicLinkStyleLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.bus.IlvBusLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.circular.IlvCircularLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.grid.IlvGridLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.IlvGraphLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.labellayout.random.IlvRandomLabelLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.link.IlvLinkLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.random.IlvRandomLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.recursive.IlvRecursiveLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.recursive.IlvRecursiveMultipleLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayout
Deprecated.
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Initializes instance variables.
init() - Method in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout
Initializes instance variables.
init(int, int) - Method in class ilog.views.IlvManager
Initializes the manager.
init() - Method in class ilog.views.maps.defense.terrain3d.util.Ilv3DRotation
Resets this rotation to the identity rotation.
init(GLAutoDrawable) - Method in class ilog.views.maps.defense.terrain3d.view.Ilv3DView
GLEventListener implementation.
init() - Method in class ilog.views.sdm.interactor.IlvMakeSDMNodeInteractor
Initializes the interactor.
init(ServletConfig) - Method in class ilog.views.sdm.servlet.IlvSDMServlet
Initializes the servlet.
init(IlvManagerView) - Method in class ilog.views.servlet.IlvHitmapDefinition
Initializes a hitmap definition for the given view.
init(IlvManagerView, int, int) - Method in class ilog.views.servlet.IlvHitmapDefinition
Initializes a hitmap definition for the given view
and delta X, delta Y.
init(ServletConfig) - Method in class ilog.views.servlet.IlvManagerServlet
Initializes the manager servlet.
init(ServletConfig) - Method in class ilog.views.svg.servlet.IlvSVGManagerServlet
Initializes the manager servlet.
init(String, String, String, String, ClassLoader, Map) - Method in class ilog.views.symbology.IlvSymbolDescriptor
Initializes the descriptor.
init(IlvCSSBeans, Object, String, String, String, String, ClassLoader, Map) - Method in class ilog.views.symbology.IlvSymbolDescriptor
Initializes the descriptor.
init(E) - Method in class ilog.views.util.collections.IlvPostorderIterator
Initializes the iterator to traverse the subtree of objects that descends from the
specified root
.
init(E) - Method in class ilog.views.util.collections.IlvPreorderIterator
Initializes the iterator to traverse the subtree of objects that descends from the
specified root
.
init() - Method in class ilog.views.util.swing.calendar.IlvJCalendarPanel
Initializes calendar panel properties to their default values.
init() - Method in class ilog.views.util.swing.color.IlvColorChooser
Initializes the color chooser.
init(int) - Method in class ilog.views.util.swing.color.IlvColorDiskPanel
Initializes a color disk panel.
init - Static variable in class ilog.views.util.swing.SwingFactories
init() - Static method in class ilog.views.util.swing.SwingFactories
This method allows you to initialize in advance, at a time point of your
choice, the JFileChooser
instance needed by some methods of
this class.
initAvailableLocales - Static variable in class ilog.views.util.swing.SwingFactories
initAvailableLocales() - Static method in class ilog.views.util.swing.SwingFactories
initBackupDataSource() - Method in class ilog.views.maps.datasource.IlvMapDataSource
Creates and initializes the internal backup data source that is used when
the original source data is not available.
initBaseRenderer() - Method in class ilog.tgo.graphic.renderer.IltBaseRenderer
Initializes the properties of this base renderer.
initBaseRenderer() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Offscreen
initBaseRenderer() - Method in class ilog.tgo.graphic.renderer.IltOPCBaseRenderer.Clover
initBaseRenderer() - Method in class ilog.tgo.graphic.renderer.IltOPCBaseRenderer.Diamond
initBaseTextDirection() - Method in class ilog.views.faces.taglib.IlvFacesMenuItemTag
Sets the default base text direction of menu item.
initComponent(IltObject) - Method in class ilog.tgo.graphic.IltCompositeGraphic
Sets the object to visible and the telecom object which is being
represented.
initComponentDefaults(UIDefaults, LookAndFeel) - Method in class ilog.views.util.swing.calendar.plaf.IlvLookAndFeelSupport
Updates the specified defaults table with the default component properties
for the specified look and feel.
initComponents() - Method in class ilog.views.chart.print.IlvChartDocumentSetupDialog
Creates the components of the dialog box.
initComponents() - Method in class ilog.views.gantt.print.IlvGanttDocumentSetupDialog
Creates the components of the dialog box.
initComponents() - Method in class ilog.views.maps.print.IlvMapDocumentSetupDialog
Creates the components of the dialog box.
initComponents() - Method in class ilog.views.print.IlvManagerDocumentSetupDialog
Creates the components of the dialog box.
initComponents() - Method in class ilog.views.util.print.IlvDocumentSetupDialog
This method is called from within the constructor to initialize the form.
initDataSets(IlvDataSet[]) - Method in class ilog.views.chart.data.IlvAbstractDataSource
Initializes the data source with the specified data sets.
initDefaultUIDelegates() - Method in class ilog.views.util.swing.calendar.plaf.IlvLookAndFeelSupport
Initializes the mapping between components and their UI delegate implementations
for each LAF.
initDisplayInfo() - Static method in class ilog.views.IlvManagerView
Initializes the information about the display.
initExport(IlvMapLayer[]) - Method in class ilog.views.maps.export.IlvKMLExporter
Prepare this exporter to export a collection of IlvMapFeature
objects.
initExport(IlvMapLayer[]) - Method in interface ilog.views.maps.export.IlvMapExportManager.IlvMapExporter
Prepare this exporter to export a collection of IlvMapFeature
objects.
initExport(IlvMapLayer[]) - Method in class ilog.views.maps.export.IlvSDOExporter
Prepare this exporter to export a collection of IlvMapFeature
objects.
initExport(IlvMapLayer[]) - Method in class ilog.views.maps.export.IlvShapeExporter
Prepare this exporter to export a collection of IlvMapFeature
objects.
initFeatureList() - Method in class ilog.views.maps.defense.format.dafif.IlvDAFIFDataSource
Specific initialization done when data source is created.
initFeatureList() - Method in class ilog.views.maps.defense.format.s57.IlvS57DataSource
Specific initialization done when data source is created.
initFeatureList() - Method in class ilog.views.maps.format.dxf.IlvDXFDataSource
Specific initialization done when data source is created.
initFeatureList() - Method in class ilog.views.maps.format.IlvDefaultTilableDataSource
Specific initialization done when data source is created.
initFeatureList() - Method in class ilog.views.maps.format.kml.IlvKMLDataSource
Specific initialization done when data source is created.
initFeatureList() - Method in class ilog.views.maps.format.svg.IlvSVGDataSource
Specific initialization done when data source is created.
initFeatureList() - Method in class ilog.views.maps.format.wms.IlvWMSDataSource
Specific initialization done when data source is created.
initField(JTree, Object, boolean, boolean, boolean, int) - Method in class ilog.views.gantt.swing.IlvJTreeStringRenderPolicy.PropertyEditor
Initializes the text field immediately before
getCellEditorComponent()
returns it to begin editing.
initField(JTable, Object, boolean, int, int) - Method in class ilog.views.gantt.swing.IlvTextFieldTableEditor
Initializes the text field immediately before
getCellEditorComponent()
returns it to begin editing.
initField(JTree, Object, boolean, boolean, boolean, int) - Method in class ilog.views.gantt.swing.IlvTextFieldTreeEditor
Initialize the text field immediately before
getCellEditorComponent()
returns it to begin editing.
initFrame() - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
Initialize frame settings.
initGhost(IlvHyperEdge) - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeInteractor
Initializes the ghost with the properties of the original hyperedge.
initGhost(IlvHyperEdge) - Method in class ilog.views.hypergraph.interactor.IlvMakeSegmentedHyperEdgeInteractor
Initializes the ghost with the properties of the original edge.
initGhostGraphics(Graphics) - Method in class ilog.views.chart.IlvChartInteractor
Initializes the g
according
to the ghost properties.
initGraphicViewStyleManager(IlpContext, IlpGraphicView) - Method in class ilog.cpl.graphic.IlpAbstractGraphicController
Creates the graphic view style manager, either retrieving the configuration
from an XML file or any other storage, or simply creating an empty instance;
and initializes the view with it.
initHashCode() - Method in class ilog.cpl.style.IlpStyleContext
Deprecated.
Initializes the hash code cache.
initHierarchy2(IltcGraphicElementAggregate, IltBaseElement) - Method in class ilog.tgo.graphic.IltCompositeGraphic
INITIAL_CODE - Static variable in class ilog.views.graphlayout.IlvGraphLayoutReport
The initial value of the code.
INITIAL_CODE - Static variable in class ilog.views.graphlayout.labellayout.IlvLabelLayoutReport
The initial value of the code.
InitializationRequired - Static variable in class ilog.tgo.model.IltOSI.Procedural
initialize() - Method in class ilog.tgo.model.IltAlarmSystem
initialize(IltObject, IltGraphic) - Method in interface ilog.tgo.model.IltChildInitializer
Deprecated.
This method is called when a graphic representation of a child object
is about to be made visible on behalf of its container.
initialize() - Method in class ilog.tgo.model.IltStateSystem
initialize() - Method in class ilog.tgo.resource.IltDefaultLookAndFeel
IltSettings.setLookAndFeel
calls this method before the first call
to getDefaults
.
initialize() - Method in interface ilog.tgo.resource.IltLookAndFeel
This method initializes the look and feel instance.
initialize() - Method in class ilog.views.appframe.IlvApplication
Initializes the application.
initialize() - Method in class ilog.views.appframe.swing.IlvSplashWindow
Initializes the splash window.
initialize(IlvLabelingModel) - Method in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelDescriptor
Initializes the label descriptor before layout.
initialize(IlvLabelingModel) - Method in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingPointLabelDescriptor
Initializes the label descriptor before layout.
initialize(IlvLabelingModel) - Method in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingPolylineLabelDescriptor
Initializes the label descriptor before layout.
initialize() - Static method in class ilog.views.util.swing.calendar.plaf.IlvLookAndFeelSupport
Initializes the shared support instance, if necessary, that will handle the
look and feel integration into Swing for the calendar components.
initializeAcceptedClasses() - Method in class ilog.cpl.datasource.IlpAbstractHierarchyAdapter
Initializes the predefined list of accepted classes.
initializeBTS(IltBTSAntenna[]) - Method in class ilog.tgo.model.IltBTS
This method should only be called by the constructors.
initializeBTSAntenna(int, int, int) - Method in class ilog.tgo.model.IltBTSAntenna
This method must only be called by the constructors.
initializeCardCarrier(int) - Method in class ilog.tgo.model.IltCardCarrier
This method must only be called in the constructors.
initializeCreatedGraphic(IltGraphicManager, IltGraphic) - Method in class ilog.tgo.model.IltBTS
This method must be called just after preCreateGraphic to initialize any
needed property or graphic setting.
initializeCreatedGraphic(IltGraphicManager, IltGraphic) - Method in class ilog.tgo.model.IltCardCarrier
initializeCreatedGraphic(IltGraphicManager, IltGraphic) - Method in class ilog.tgo.model.IltLinkBundle
initializeCreatedGraphic(IltGraphicManager, IltGraphic) - Method in class ilog.tgo.model.IltLinkSet
This is called before adding a graphic representation to a given
view.
initializeCreatedGraphic(IltGraphicManager, IltGraphic) - Method in class ilog.tgo.model.IltObject
This method must be called just after preCreateGraphic to initialize any
needed property or graphic setting.
initializeCreatedGraphic(IltGraphicManager, IltGraphic) - Method in class ilog.tgo.model.IltShelf
initializeDataContainer(IlvDataContainer, Object) - Method in class ilog.views.appframe.docview.project.IlvDataContainerDocument
Initializes the specified dataContainer
.
initializeDataContainer(IlvDataContainer, Object) - Method in class ilog.views.appframe.docview.project.IlvProjectDocument
Initializes the specified dataContainer
.
initializeDataContainer(IlvDataContainer, Object) - Method in class ilog.views.appframe.docview.project.IlvWorkspaceDocument
Initializes the specified dataContainer
.
initializeDefaultValues() - Method in class ilog.cpl.model.IlpBeansObject
This method initializes the attribute values of the object with the default
attribute values, if there are any.
initializeDefaultValues() - Method in class ilog.cpl.model.IlpDefaultObject
This method initializes the attribute values of the object with the default
attribute values, if there are any.
initializeDefaultValues() - Method in interface ilog.cpl.model.IlpObject
This method initializes the attribute values of the object with the default
attribute values, if there are any.
initializeDefaultValues() - Method in class ilog.cpl.model.IlpObjectSupport
This method initializes the attribute values of the object with the default
attribute values, if there are any.
initializeDefaultValues() - Method in class ilog.tgo.model.IltObject
This method initializes the attribute values of the object with the default
attribute values, if any.
initializeDefaultValues(IlpObject) - Method in class ilog.tgo.model.IltObjectInfo
Initialize the default values set in this business class, by adding
these attributes with their default values to the given business object.
initializeDocument(Object) - Method in class ilog.views.appframe.docview.IlvAbstractDocument
Initializes a new document.
initializeDocument(Object) - Method in class ilog.views.appframe.docview.IlvDataDocument
Initializes a new data document.
initializeDocument(Object) - Method in interface ilog.views.appframe.docview.IlvDocument
Initializes a new document.
initializeDocument(Object) - Method in class ilog.views.appframe.docview.IlvDOMDocument
Initializes a new empty DOM document.
initializeDocument(Object) - Method in class ilog.views.appframe.docview.IlvTextDocument
Initializes a new text document.
initializeDocument(Object) - Method in class ilog.views.appframe.docview.project.IlvDataContainerDocument
Initializes a new data container document.
initializeDocumentViews(IlvDocument) - Method in class ilog.views.appframe.docview.IlvDocumentTemplate
Initializes all the views of the specified document
.
initializedOnUserSettings() - Method in class ilog.views.appframe.plugin.IlvPluginManager
Determines whether the plug-in manager has been initialized with the
user settings.
initializeEditorPane(JEditorPane) - Method in class ilog.views.appframe.swing.IlvTextView
Invoked after a new editor pane has been created and added to the
panel view to initialize it.
initializeExcludedClasses() - Method in class ilog.cpl.datasource.IlpAbstractAdapter
Initializes the predefined list of excluded classes.
initializeExcludedClasses() - Method in class ilog.cpl.graph.IlpAbstractNodeAdapter
Initializes the predefined list of excluded classes.
initializeFileChooser(JFileChooser, boolean) - Method in class ilog.views.appframe.docview.IlvFileDocumentTemplate
Initializes the specified file chooser with all the file filters
of this document template that apply to the specified open
mode.
initializeFileChooser(JFileChooser, String, int, IlvFileDocumentTemplate) - Method in class ilog.views.appframe.IlvApplication
Initializes a file chooser dialog.
initializeFromStorage(IlpContext, IlpStorageStyleIdentifier, ReferenceQueue) - Method in class ilog.cpl.style.IlpStyleContext
Deprecated.
Initializes all fields from the Storage identifier
initializeLayout(IlvGraphModel) - Method in class ilog.tgo.graphic.IltCompositeGrapher
Initializes the layout with the given model.
initializeLinkBundle(IltAbstractLink, IltChildrenModel) - Method in class ilog.tgo.model.IltLinkBundle
initializeMapping() - Method in class ilog.views.gantt.model.table.IlvTableGanttModel
Performs the mapping of all the TableModel
s to the
IlvGanttModel
.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltBTS
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltBTSAntenna
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltCard
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltCardCarrier
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltEmptySlot
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltLed
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltLink
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltNetworkElement
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltObject
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltOffPageConnector
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltPort
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltShelf
This method is only called by the constructor.
initializeObject(IltObjectState, String) - Method in class ilog.tgo.model.IltShelfItem
This method is only called by the constructor.
Initializer() - Constructor for class ilog.tgo.util.IltSystemInitializer.Initializer
initializeRepresentationObjects() - Method in class ilog.cpl.datasource.IlpAbstractAdapter
Identifies all root objects and creates their representation,
starting to feed the representation model with new objects.
initializeResponseProperties(IlvSelectionSupport.IlvSelectionResponse, HttpServletRequest) - Method in class ilog.tgo.faces.graph.dhtml.servlet.IltFacesGraphSelectionSupport
This method is overridden to add the graph view to the response
properties.
initializeResponseProperties(IlvSelectionSupport.IlvSelectionResponse, HttpServletRequest) - Method in class ilog.views.diagrammer.servlet.IlvDiagrammerSelectionSupport
initializeResponseProperties(IlvSelectionSupport.IlvSelectionResponse, HttpServletRequest) - Method in class ilog.views.gantt.servlet.IlvGanttSheetSelectionSupport
To retrieve the Gantt chart from the response object:
IlvHierarchyChart chart = (IlvHierarchyChart)response.getProperty(GANTT_CHART_KEY);
initializeResponseProperties(IlvSelectionSupport.IlvSelectionResponse, HttpServletRequest) - Method in class ilog.views.gantt.servlet.IlvGanttTableSelectionSupport
To retrieve the Gantt chart from the response object:
IlvHierarchyChart chart = (IlvHierarchyChart) response.getProperty(GANTT_CHART_KEY);
initializeResponseProperties(IlvSelectionSupport.IlvSelectionResponse, HttpServletRequest) - Method in class ilog.views.util.servlet.IlvSelectionSupport
Initialize properties that will be used during the handling of a selection
request.
initializeSettings() - Method in class ilog.views.appframe.settings.IlvSettings
Initializes the settings.
initializeSettings() - Method in class ilog.views.appframe.settings.IlvSettingsManager
Initializes the settings.
initializeShelf(int, int, int, int, int) - Method in class ilog.tgo.model.IltShelf
This method should be only called by the constructors.
initializeShelf(int[], int[], int) - Method in class ilog.tgo.model.IltShelf
This method should be only called by the constructors.
initializeTextDocument(Document) - Method in class ilog.views.appframe.docview.IlvTextDocument
Initializes a new created text document.
initializeTree(JTree) - Method in class ilog.views.appframe.swing.IlvExplorerView
initializeTree(JTree) - Method in class ilog.views.appframe.swing.IlvTreeView
initializeType(IltTrap.Type, int, int) - Method in class ilog.tgo.model.IltTrap.State
Initializes the aggregate state value instance with the given counter for
the given trap type.
initializeView(IlvDocument) - Method in interface ilog.views.appframe.docview.IlvDocumentView
Initializes the document view with the specified document.
initializeView(IlvDocument) - Method in class ilog.views.appframe.docview.IlvDocumentViewSupport
Initializes the document view with the specified document.
initializeView(IlvDocument) - Method in class ilog.views.appframe.swing.IlvExplorerView
Initializes the tree view with the specified document.
initializeView(IlvDataContainer) - Method in class ilog.views.appframe.swing.IlvExplorerView
Initializes the explorer view with the specified data container.
initializeView(IlvDocument) - Method in class ilog.views.appframe.swing.IlvPanelView
Initializes the panel view with the specified document.
initializeView(IlvDocument) - Method in class ilog.views.appframe.swing.IlvTextView
Initializes the text view with the specified document.
initializeView(IlvDocument) - Method in class ilog.views.appframe.swing.IlvTreeView
Initializes the tree view with the specified document.
initializeVisibleGraphic(IltGraphicManager, IltGraphic) - Method in class ilog.tgo.model.IltAbstractLink
This is called before adding a graphic representation to a given
view.
initializeVisibleGraphic(IltGraphicManager, IltGraphic) - Method in class ilog.tgo.model.IltObject
This method must be called before a graphic representation becomes visible.
Initializing - Static variable in class ilog.tgo.model.IltOSI.Procedural
Initializing - Static variable in class ilog.tgo.resource.IltrImage
Deprecated.
Default value of settings:
OSI.Procedural.Initializing.OOS.Icon
OSI.Procedural.Initializing.NT.Icon
Image: ilog/tgo/ilt_initial.png
initInsertionLayer(IlvMapLayer) - Method in class ilog.views.maps.datasource.ibm.IlvDBDataSource
Initializes the insertion IlvMapLayer
of this data source
and inserts a new IlvManagerLayer
in the specified
IlvMapLayer
.
initInsertionLayer(IlvMapLayer) - Method in class ilog.views.maps.datasource.IlvMapDataSource
Initializes the insertion IlvMapLayer
of this data source
and inserts a new IlvManagerLayer
in the specified
IlvMapLayer
.
initInsertionLayer(IlvMapLayer) - Method in class ilog.views.maps.datasource.IlvTiledShapeDataSource
Initializes the insertion IlvMapLayer
of this datasource.
initInsertionLayer(IlvMapLayer) - Method in class ilog.views.maps.raster.datasource.IlvTiledRasterDataSource
initInteractorManager(IlpContext) - Method in class ilog.cpl.graphic.IlpAbstractGraphicController
Returns the default interactor manager from the context.
initJComponentULocale(JComponent) - Static method in class ilog.views.util.IlvLocaleUtil
Initializes the ULocale
of a Swing component, in a way that is
consistent with the initialization of the Locale
of the same
component during the JComponent
constructor.
initListeners() - Method in class ilog.views.util.event.IlvAbstractEventListenerCollection
Initializes the collection of event listeners.
initListeners() - Method in class ilog.views.util.event.IlvEventListenerList
Initializes the collection of event listeners.
initListeners() - Method in class ilog.views.util.event.IlvEventListenerSet
Initializes the collection of event listeners.
initMemoryManagement() - Method in class ilog.views.maps.raster.IlvRasterMappedBuffer
Method that initializes the memory management for this buffer.
initParser(Parser) - Method in class ilog.views.sdm.util.IlvXMLConnector
initPredicates() - Method in class ilog.views.gantt.scale.IlvGanttTimeScaleVisibilityPolicy
Initializes the different visibility predicates.
initProperties(String, int) - Method in class ilog.tgo.graphic.graphlayout.IltShortLinkLayout
Initializes local properties of this layout class.
initPseudoClasses() - Method in class ilog.views.chart.faces.servlet.IlvFacesChart
Initializes the pseudo-classes of this chart.
initPseudoClasses() - Method in class ilog.views.chart.IlvChart
Initializes the pseudo-classes of this chart.
initReDraws() - Method in class ilog.views.IlvManager
Starts an initRedraws/invalidateRegion/reDrawViews
session.
initReDraws() - Method in interface ilog.views.util.java2d.IlvBlinkingObjectOwner
Initializes a redraw session.
initRenderers() - Method in class ilog.cpl.equipment.IlpEquipmentView
Call partial renderer initialization.
initRenderers() - Method in class ilog.cpl.graph.IlpGraphView
Renderer initialization.
initRenderers() - Method in class ilog.cpl.network.IlpNetworkView
Call partial renderer initialization.
InitReq - Static variable in class ilog.tgo.resource.IltrImage
Deprecated.
Default value of setting OSI.Procedural.InitializationRequired.OOS.Icon.
initResources() - Method in class ilog.cpl.graphic.component.IlpAlarmBalloon
Deprecated.
Initializes the resources used internally, base on style values.
initResources() - Method in class ilog.cpl.graphic.component.IlpBalloon
Deprecated.
Initializes the resources needed to display this graphic.
initResources() - Method in class ilog.cpl.graphic.component.IlpInfoBalloon
Deprecated.
Initializes the resources used internally, base on style values.
initResources() - Method in class ilog.cpl.graphic.IlpCompositeGraphic
Deprecated.
Initializes any resources needed by this graphic.
initResources() - Method in class ilog.tgo.graphic.renderer.IltBaseRenderer
Initializes resources using the property values defined in
this base renderer.
initResources() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Offscreen
initResources() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Standard
initResources() - Method in class ilog.tgo.graphic.renderer.IltCardDirectImageBaseRendererFactory.BaseRenderer
Initializes resources.
initResources() - Method in class ilog.tgo.graphic.renderer.IltCardImageBaseRendererFactory.BaseRenderer
Initializes resources using the property values defined in
this BaseRenderer.
initResources() - Method in class ilog.tgo.graphic.renderer.IltLogicalImageBaseRendererFactory.BaseRenderer
Initializes resources.
initResources() - Method in class ilog.tgo.graphic.renderer.IltNEDirectImageBaseRendererFactory.BaseRenderer
Initializes resources.
initResources() - Method in class ilog.tgo.graphic.renderer.IltNEImageBaseRendererFactory.BaseRenderer
Initializes resources.
initResources() - Method in class ilog.tgo.graphic.renderer.IltOPCDirectImageBaseRendererFactory.BaseRenderer
Initializes resources.
initResources() - Method in class ilog.tgo.graphic.renderer.IltOPCImageBaseRendererFactory.BaseRenderer
Initializes resources.
initResources() - Method in class ilog.tgo.graphic.renderer.IltPortDirectImageBaseRendererFactory.BaseRenderer
Initializes resources.
initResources() - Method in class ilog.tgo.graphic.renderer.IltPortImageBaseRendererFactory.BaseRenderer
Initializes resources.
initResources() - Method in class ilog.tgo.graphic.renderer.IltTinyImageBaseRendererFactory.BaseRenderer
Initializes resources.
initResourcesFromStyles(IlpStyle, IlpStyle) - Method in class ilog.cpl.graphic.component.IlpAlarmBalloon
Deprecated.
Initializes the graphic characteristics from styles.
initResourcesFromStyles(IlpStyle, IlpStyle) - Method in class ilog.cpl.graphic.component.IlpBalloon
Deprecated.
Initializes the graphic characteristics from styles.
initResourcesFromStyles(IlpStyle, IlpStyle) - Method in class ilog.cpl.graphic.component.IlpCentered
Deprecated.
Initializes the graphic characteristics from styles.
initResourcesFromStyles(IlpStyle, IlpStyle) - Method in class ilog.cpl.graphic.component.IlpInfoBalloon
Deprecated.
Initializes the graphic characteristics from styles.
initResourcesFromStyles(IlpStyle, IlpStyle) - Method in class ilog.cpl.graphic.component.IlpStacker
Deprecated.
Initializes the graphic characteristics from styles.
initSDMView(HttpServletRequest, IlvSDMView) - Method in class ilog.views.diagrammer.servlet.IlvDiagrammerServletSupport
This method is overridden to load the default project if any.
initSDMView(HttpServletRequest, IlvSDMView) - Method in class ilog.views.sdm.servlet.IlvSDMServletSupport
Initializes the SDM view after it is created for a given session.
initSpecifics() - Method in class ilog.cpl.graphic.component.IlpCentered
Deprecated.
Stores the specific information for the component.
initSpecifics() - Method in class ilog.cpl.graphic.component.IlpStacker
Deprecated.
Stores the specific information for the component.
initSpecifics() - Method in class ilog.cpl.graphic.IlpCompositeGraphic
Deprecated.
Stores the specific information for the component.
InitStrategies() - Static method in class ilog.tgo.model.IltAlarmObjectState
Sets the map and list strategies to their default values.
InitStrategies() - Static method in class ilog.tgo.model.IltTrapObjectState
Sets the map and list strategies to their default values.
initStyle() - Method in class ilog.tgo.graphic.IltCompositeGraphic
Creates the style and adds a specific listener in order
to recompute the graphic representation when the style changes.
InitStyle() - Static method in class ilog.tgo.model.IltAlarm
Initializes the style.
InitStyle() - Static method in class ilog.tgo.model.IltObject
Initializes the class legend in each context.
initSystem() - Method in class ilog.tgo.util.IltSystemInitializer.Initializer
Abstract method to customize the IltSystem
initialization.
initTileOrigin(IlvRect) - Method in class ilog.views.tiling.IlvTiledLayer
Initializes the origin tile if it could not be computed
in the constructor of the layer.
initTransparency() - Method in class ilog.views.util.java2d.IlvMultipleGradientPaint
Checks whether the gradient uses a transparent color.
initTraversalStack() - Method in class ilog.views.util.collections.IlvPreorderIterator
initUserResource() - Method in class ilog.tgo.util.IltSystemInitializer.Initializer
Abstract method to allow executing user initialization together with
the TGO static initialization.
initXMLReader(XMLReader) - Method in class ilog.views.sdm.util.IlvXMLConnector
initXMLReader(XMLReader) - Method in class ilog.views.sdm.util.IlvXSLConnector
Initializes an XSL transformer that will transform the XML input
using the input templates.
InMsgs - Static variable in class ilog.tgo.model.IltSNMP.EGP
InMsgs - Static variable in class ilog.tgo.model.IltSNMP.ICMP
INNER - Static variable in class ilog.views.graphic.composite.layout.IlvCenteredLayout
The inner layout constraint.
INNER - Static variable in class ilog.views.graphlayout.basic.IlvBasicLinkStyleLayout
Multiple self-link distribution: towards inner nestings.
INNER_MARGIN - Static variable in class ilog.views.maps.graphic.style.IlvMapTextStyle
The Inner Margin property name.
InnerBackgroundColor - Static variable in class ilog.tgo.model.IltAbstractLink
Deprecated.
InnerBackgroundColor - Static variable in class ilog.tgo.model.IltLink
innerBorderColor - Variable in class ilog.tgo.graphic.IltDefaultAlarmCountGraphic
InnerBorderColor - Static variable in class ilog.tgo.model.IltLink
InnerBorderColor2 - Static variable in class ilog.tgo.model.IltLink
InnerBorderLineStyle - Static variable in class ilog.tgo.model.IltLink
innerBorderVisible - Variable in class ilog.tgo.graphic.IltDefaultAlarmCountGraphic
innerBorderWidth - Variable in class ilog.tgo.graphic.IltDefaultAlarmCountGraphic
InnerBorderWidth - Static variable in class ilog.tgo.model.IltAbstractLink
Deprecated.
InnerBorderWidth - Static variable in class ilog.tgo.model.IltLink
InnerCenterWidth - Static variable in class ilog.tgo.model.IltAbstractLink
Deprecated.
InnerCenterWidth - Static variable in class ilog.tgo.model.IltLink
InnerForegroundColor - Static variable in class ilog.tgo.model.IltAbstractLink
Deprecated.
InnerForegroundColor - Static variable in class ilog.tgo.model.IltLink
InnerLineStyle - Static variable in class ilog.tgo.model.IltAbstractLink
Deprecated.
InnerLineStyle - Static variable in class ilog.tgo.model.IltLink
InnerReliefBorders - Static variable in class ilog.tgo.model.IltLink
InNUcastPkts - Static variable in class ilog.tgo.model.IltSNMP.Interface
InOctets - Static variable in class ilog.tgo.model.IltSNMP.Interface
InPkts - Static variable in class ilog.tgo.model.IltSNMP.SNMP
inPlaceExpansionStrategy - Variable in class ilog.cpl.graph.IlpDefaultNodeExpansionStrategyFactory
Expansion strategy for IN_PLACE expansion.
inPlaceExpansionStrategy - Variable in class ilog.cpl.tree.IlpDefaultTreeExpansionStrategyFactory
Expansion strategy for IN_PLACE expansion
inPlaceMinimalLoadingExpansionStrategy - Variable in class ilog.cpl.graph.IlpDefaultNodeExpansionStrategyFactory
Expansion strategy that loads each level at a time.
inPlaceMinimalLoadingExpansionStrategy - Variable in class ilog.cpl.tree.IlpDefaultTreeExpansionStrategyFactory
Expansion strategy for IN_PLACE_MINIMAL_LOADING expansion
Input - Static variable in class ilog.tgo.model.IltPerformance.SecState
A generic state to model any input.
INPUT_XSL - Static variable in interface ilog.views.diagrammer.faces.IlvFacesDiagrammerConstants
The URL of the XSL input file used in the data source.
InputDeviceError - Static variable in class ilog.tgo.model.IltAlarm.ProbableCause
InputOutputDeviceError - Static variable in class ilog.tgo.model.IltAlarm.ProbableCause
InputParameterOutOfRange - Static variable in class ilog.tgo.model.IltAlarm.ProbableCause
InReceives - Static variable in class ilog.tgo.model.IltSNMP.IP
InSegs - Static variable in class ilog.tgo.model.IltSNMP.TCP
insert(MutableTreeNode, int) - Method in class ilog.cpl.tree.IlpDefaultTreeNode
Adds newChild
to this node at index
.
insert(IlvSettingsElement, int) - Method in class ilog.views.appframe.settings.IlvSettingsElement
Makes newChild
a new child of this settings element by adding
it to the child array of the element at the specified insertion index.
insert(IlvManagerLayer) - Method in class ilog.views.maps.beans.IlvMapLayer
Inserts an IlvManagerLayer
object into this layer.
insert(MutableTreeNode, int) - Method in class ilog.views.maps.beans.IlvMapLayerTreeNode
Removes newChild
from its present parent (if it has a
parent), sets the parent of the child to this node, and then adds the child
to this node at index childIndex
.
insert(IlvMapDataSource) - Method in class ilog.views.maps.datasource.IlvMapDataSourceModel
Inserts a data source in this model.
INSERT_FILE_CMD - Static variable in class ilog.views.appframe.swing.IlvExplorerView
Action command key for the action that inserts a new file.
INSERT_FOLDER_CMD - Static variable in class ilog.views.appframe.swing.IlvExplorerView
Action command key for the action that inserts a new folder.
INSERT_PROJECT_CMD - Static variable in class ilog.views.appframe.swing.IlvExplorerView
Action command key for the action that inserts a new project.
insertAction(Action, int) - Method in class ilog.views.diagrammer.application.IlvDiagrammerMenu
Inserts a button linked to a specified action to this menu.
insertAction(Action, int) - Method in class ilog.views.diagrammer.application.IlvDiagrammerToolBar
Adds a button linked to a specified action to this toolbar.
insertBars(IlvMainWindow) - Method in class ilog.views.appframe.docview.IlvDocumentTemplate
Completes the menu and toolbars of the specified mainWindow
and inserts additional toolbars as specified in the settings of the
document template.
insertBefore(Node, Node) - Method in class ilog.views.appframe.settings.IlvSettings
Inserts the node newChild
before the existing child node
refChild
.
insertBefore(Node, Node) - Method in class ilog.views.appframe.settings.IlvSettingsAttribute
Inserts the node newChild
before the existing child node
refChild
.
insertBefore(Node, Node) - Method in class ilog.views.appframe.settings.IlvSettingsElement
Inserts the node newChild
before the existing child node
refChild
.
insertBefore(Node, Node) - Method in class ilog.views.appframe.settings.xml.IlvXMLSettings
Inserts the node newChild
before the existing child node
refChild
.
insertChild(Object, Object, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeTableToTreeListModel
This method throws an UnsupportedOperationException
.
insertChild(Object, Object[], Object, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeTableToTreeListModel
This method throws an UnsupportedOperationException
.
insertChild(Object, Object, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeToTreeListModel
This method throws an UnsupportedOperationException
.
insertChild(Object, Object[], Object, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeToTreeListModel
This method throws an UnsupportedOperationException
.
insertChild(Object, Object, int) - Method in class ilog.views.chart.datax.tree.list.IlvBufferTreeListModel
Adds an object to the list of children of a parent object in the model
at a given index.
insertChild(Object, Object[], Object, int) - Method in class ilog.views.chart.datax.tree.list.IlvBufferTreeListModel
Adds an object to the list of children of a parent object in the model
at a given index.
insertChild(Object, Object, int) - Method in class ilog.views.chart.datax.tree.list.IlvDefaultTreeListModel
Adds an object to the list of children of a parent object in the model
at a given index.
insertChild(Object, Object[], Object, int) - Method in class ilog.views.chart.datax.tree.list.IlvDefaultTreeListModel
Adds an object to the list of children of a parent object in the model
at a given index.
insertChild(Object, Object[], Object, int) - Method in class ilog.views.chart.datax.tree.list.IlvPropertyBasedTreeListModel
Adds an object to the list of children of a parent object in the model
at a given index.
insertChildren(Object[], Object, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeTableToTreeListModel
This method throws an UnsupportedOperationException
.
insertChildren(Object[], Object, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeToTreeListModel
This method throws an UnsupportedOperationException
.
insertChildren(Object[], Object, int) - Method in class ilog.views.chart.datax.tree.list.IlvBufferTreeListModel
Adds some objects to the list of children of a parent object in the model
at a given index.
insertChildren(Object[], Object, int) - Method in class ilog.views.chart.datax.tree.list.IlvDefaultTreeListModel
Adds some objects to the list of children of a parent object in the model
at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.adapter.IlvDataSourceToFlatTableModel
This method throws an UnsupportedOperationException
.
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvDataSourceToFlatTableModel
This method throws an UnsupportedOperationException
.
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.adapter.IlvDataSourceToFlatTableModel
This method throws an UnsupportedOperationException
.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.adapter.IlvFlatListToFlatTableModel
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvFlatListToFlatTableModel
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.adapter.IlvFlatListToFlatTableModel
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.adapter.IlvFlatSetToFlatTableModel
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvFlatSetToFlatTableModel
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.adapter.IlvFlatSetToFlatTableModel
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.adapter.IlvFlatTableToFlatListModel
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvFlatTableToFlatListModel
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.adapter.IlvFlatTableToFlatListModel
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.adapter.IlvListToFlatTableModel
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.flat.list.IlvBasicFlatListModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.flat.list.IlvBasicFlatListModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.flat.list.IlvBasicFlatListModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.flat.list.IlvBufferFlatListModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.flat.list.IlvBufferFlatListModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.flat.list.IlvBufferFlatListModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.flat.set.IlvBasicFlatSetModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.flat.set.IlvBasicFlatSetModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.flat.set.IlvBasicFlatSetModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.flat.set.IlvBufferFlatSetModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.flat.set.IlvBufferFlatSetModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.flat.set.IlvBufferFlatSetModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.flat.table.IlvBasicFlatTableModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.flat.table.IlvBasicFlatTableModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.flat.table.IlvBasicFlatTableModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.flat.table.IlvBufferFlatTableModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Object[]) - Method in class ilog.views.chart.datax.flat.table.IlvBufferFlatTableModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo, double[]) - Method in class ilog.views.chart.datax.flat.table.IlvBufferFlatTableModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.tree.list.IlvBasicTreeListModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Map) - Method in class ilog.views.chart.datax.tree.list.IlvBasicTreeListModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.tree.list.IlvBufferTreeListModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Map) - Method in class ilog.views.chart.datax.tree.list.IlvBufferTreeListModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.tree.set.IlvBasicTreeSetModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Map) - Method in class ilog.views.chart.datax.tree.set.IlvBasicTreeSetModel
Adds a column with given data to the model at a given index.
insertColumn(int, IlvDataColumnInfo) - Method in class ilog.views.chart.datax.tree.set.IlvBufferTreeSetModel
Adds a column to the model at a given index.
insertColumn(int, IlvDataColumnInfo, Map) - Method in class ilog.views.chart.datax.tree.set.IlvBufferTreeSetModel
Adds a column with given data to the model at a given index.
insertElementAt(IlvGraphic, int) - Method in class ilog.views.IlvGraphicVector
Inserts the specified object as an element at the specified index.
insertFileReference(Object, String, int) - Method in class ilog.views.appframe.docview.project.IlvProjectDataContainer
Inserts a file reference node for the specified filename
.
insertFileReference(Object, URL, int) - Method in class ilog.views.appframe.docview.project.IlvProjectDataContainer
Inserts a file reference node for the specified url
.
insertFolder(Object, String, int) - Method in class ilog.views.appframe.docview.project.IlvProjectDataContainer
Inserts a new folder node.
insertLayer(String, String, boolean) - Method in class ilog.views.appframe.settings.IlvSettingsManager
Inserts a new settings layer.
insertNewFiles(Object) - Method in class ilog.views.appframe.swing.IlvExplorerView
Inserts a new file reference into the specified data container parent
node.
insertNewFolder(Object) - Method in class ilog.views.appframe.swing.IlvExplorerView
Inserts a new folder into the specified data container parent
node.
insertNewProject(Object) - Method in class ilog.views.appframe.swing.IlvExplorerView
Inserts a new project reference into the specified data container parent
node.
insertNode(Object, Object, int) - Method in interface ilog.views.appframe.docview.project.IlvDataContainer
Inserts the specified node
among the children of the
specified parent
node at a specified position.
insertNode(Object, Object, int) - Method in class ilog.views.appframe.docview.project.IlvDefaultDataContainer
Inserts the specified node
among the children of the
specified parent
node at a specified position.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class ilog.cpl.tree.IlpTreeModel
Overridden so that the IlpTreeView
object will be updated if a
node is inserted under the root node.
insertObject(Object, int) - Method in class ilog.views.chart.datax.adapter.IlvFlatTableToFlatListModel
Adds an object to the model at a given index.
insertObject(Object, Object[], int) - Method in class ilog.views.chart.datax.adapter.IlvFlatTableToFlatListModel
Adds an object to the model at a given index.
insertObject(Object, int) - Method in class ilog.views.chart.datax.adapter.IlvListToFlatListModel
Adds an object to the model at a given index.
insertObject(Object, Object[], int) - Method in class ilog.views.chart.datax.adapter.IlvListToFlatListModel
Adds an object to the model at a given index.
insertObject(Object, int) - Method in class ilog.views.chart.datax.flat.list.IlvBufferFlatListModel
Adds an object to the model at a given index.
insertObject(Object, Object[], int) - Method in class ilog.views.chart.datax.flat.list.IlvBufferFlatListModel
Adds an object to the model at a given index.
insertObject(Object, int) - Method in class ilog.views.chart.datax.flat.list.IlvDefaultFlatListModel
Adds an object to the model at a given index.
insertObject(Object, Object[], int) - Method in class ilog.views.chart.datax.flat.list.IlvDefaultFlatListModel
Adds an object to the model at a given index.
insertObjects(Object[], int) - Method in class ilog.views.chart.datax.adapter.IlvFlatTableToFlatListModel
Adds some objects to the model at a given index.
insertObjects(Object[], int) - Method in class ilog.views.chart.datax.adapter.IlvListToFlatListModel
Adds some objects to the model at a given index.
insertObjects(Object[], int) - Method in class ilog.views.chart.datax.flat.list.IlvBufferFlatListModel
Adds some objects to the model at a given index.
insertObjects(Object[], int) - Method in class ilog.views.chart.datax.flat.list.IlvDefaultFlatListModel
Adds some objects to the model at a given index.
insertPoint(int, IlvPoint) - Method in class ilog.cpl.graphic.views.IlpPolygon
Inserts a point into a specific segment.
insertPoint(IlvPoint) - Method in class ilog.cpl.graphic.views.IlpPolygon
Inserts a point into the nearest segment.
insertPoint(int, IlvPoint) - Method in class ilog.cpl.graphic.views.IlpPolyline
Inserts a point into a specific segment.
insertPoint(IlvPoint) - Method in class ilog.cpl.graphic.views.IlpPolyline
Inserts a point into the nearest segment.
insertPoint(int, IlvPoint) - Method in class ilog.cpl.graphic.views.IlpPolyPoints
Inserts a point into a specific segment.
insertPoint(IlvPoint) - Method in class ilog.cpl.graphic.views.IlpPolyPoints
Inserts a point where it fits best.
insertPoint(int, IlvPoint) - Method in class ilog.tgo.graphic.IltLogicalPolygon
Deprecated.
Inserts a point into a specific segment.
insertPoint(IlvPoint) - Method in class ilog.tgo.graphic.IltLogicalPolygon
Deprecated.
Inserts a point into the nearest segment.
insertPoint(int, IlvPoint) - Method in class ilog.tgo.graphic.IltLogicalPolyline
Deprecated.
Inserts a point into a specific segment.
insertPoint(IlvPoint) - Method in class ilog.tgo.graphic.IltLogicalPolyline
Deprecated.
Inserts a point into the nearest segment.
insertPoint(int, IlvPoint) - Method in class ilog.tgo.graphic.IltLogicalPolyPoints
Deprecated.
Inserts a point into a specific segment.
insertPoint(IlvPoint) - Method in class ilog.tgo.graphic.IltLogicalPolyPoints
Deprecated.
Inserts a point where it fits best.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.graphic.composite.IlvCompositeLink
This method delegates to the link supplied with the setLink
method.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.graphic.IlvGeneralPath
Inserts a new point in the IlvGeneralPath
if
allowsPointInsertion
returns true
.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.graphic.IlvLine
The insertion of a point is not allowed in IlvLine
.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.graphic.IlvPolylineLinkImage
Inserts a point at a specified index.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.graphic.IlvPolyPoints
Inserts a point at a specified index.
insertPoint(IlvPolyPointsInterface, IlvPoint, IlvObjectInteractorContext) - Method in class ilog.views.graphic.IlvSplineEdition
Called when a point is inserted.
insertPoint(IlvPolyPointsInterface, IlvPoint, IlvObjectInteractorContext) - Method in class ilog.views.graphic.IlvSplineLinkEdition
Called when a point is inserted.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.graphic.IlvSplineLinkImage
Inserts a point at a specified index.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.graphic.linkbundle.IlvLinkBundle
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.graphic.linkpolicy.IlvCrossingAwareLinkImage
Inserts a point at a specified index.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.graphic.linkpolicy.IlvPolicyAwareLinkImage
Inserts a point at a specified index.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.IlvLinkImage
The insertion of a point is not allowed in IlvLinkImage
.
insertPoint(IlvPolyPointsInterface, IlvPoint, IlvObjectInteractorContext) - Method in class ilog.views.IlvPolyPointsEdition
Called when a point is inserted.
insertPoint(int, double, double, IlvTransformer) - Method in interface ilog.views.IlvPolyPointsInterface
Inserts a point.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.maps.beans.IlvMapAnnotationToolBar.MapGraphicPath
Inserts a point.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.maps.beans.IlvMapAnnotationToolBar.MapLink
This method delegates to the link supplied with the setLink
method.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.maps.beans.IlvMapAnnotationToolBar.MapPolyline
Inserts a point at a specified index.
insertPoint(int, double, double, IlvTransformer) - Method in class ilog.views.maps.defense.terrain.IlvMapControllingPolyline
insertPoint(IlvPolyPointsInterface, IlvPoint, IlvObjectInteractorContext) - Method in class ilog.views.maps.graphic.IlvMapPolyPointEdition
Called when a point is inserted.
insertProjectReference(Object, int) - Method in class ilog.views.appframe.docview.project.IlvProjectDocument
Inserts a reference node to this project document.
insertRendererAt(IlvActivityRenderer, int) - Method in class ilog.views.gantt.graphic.renderer.IlvActivityCompositeRenderer
Inserts an activity renderer at the specified index in the list of child renderers.
insertRow(int, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvFlatListToFlatTableModel
Adds a row to the model at a given index.
insertRow(int, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvFlatSetToFlatTableModel
Adds a row to the model at a given index.
insertRow(int, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvFlatTableToTableModel
insertRow(int, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
Adds a row to the model at a given index.
insertRow(int) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
This method throws an UnsupportedOperationException
.
insertRow(int, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
This method throws an UnsupportedOperationException
.
insertRow(int) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
This method throws an UnsupportedOperationException
.
insertRow(int, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
This method throws an UnsupportedOperationException
.
insertRow(int) - Method in class ilog.views.chart.datax.adapter.IlvTreeToFlatTableModel
This method throws an UnsupportedOperationException
.
insertRow(int, Object[]) - Method in class ilog.views.chart.datax.adapter.IlvTreeToFlatTableModel
This method throws an UnsupportedOperationException
.
insertRow(int, Object[]) - Method in class ilog.views.chart.datax.flat.table.IlvBufferFlatTableModel
Adds a row to the model at a given index.
insertRow(int) - Method in class ilog.views.chart.datax.flat.table.IlvDefaultFlatTableModel
Adds a row to the model at a given index.
insertRow(int, Object[]) - Method in class ilog.views.chart.datax.flat.table.IlvDefaultFlatTableModel
Adds a row to the model at a given index.
insertRow(int, Object[]) - Method in class ilog.views.util.data.IlvRowSetTableModel
insertRow(int, Object[]) - Method in interface ilog.views.util.data.IlvTableModel
Inserts a row at row
in the model.
insertRowAt(IlvTimeScaleRow, int) - Method in class ilog.views.gantt.scale.IlvVisibleTimeScaleRows
Inserts a row at the specified index in the list of rows.
insertRows(int, int) - Method in class ilog.views.chart.datax.adapter.IlvFlatListToFlatTableModel
Adds some rows to the model at a given index.
insertRows(int, int) - Method in class ilog.views.chart.datax.adapter.IlvFlatSetToFlatTableModel
Adds some rows to the model at a given index.
insertRows(int, int) - Method in class ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
Adds some rows to the model at a given index.
insertRows(int, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
This method throws an UnsupportedOperationException
.
insertRows(int, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
This method throws an UnsupportedOperationException
.
insertRows(int, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeToFlatTableModel
This method throws an UnsupportedOperationException
.
insertRows(int, int) - Method in class ilog.views.chart.datax.flat.table.IlvBufferFlatTableModel
Adds some rows to the model at a given index.
insertRows(int, int) - Method in class ilog.views.chart.datax.flat.table.IlvDefaultFlatTableModel
Adds some rows to the model at a given index.
insertRule(int, IlvBPMNFlowValidator.FlowRule) - Method in class ilog.views.bpmn.IlvBPMNFlowValidator
Inserts a rule to validate flow connection at a specified index.
insertSelectableSymbol(IlvDashboardSymbol) - Method in class ilog.views.dashboard.IlvDashboardKeySelectManager
Inserts a selectable symbol into the selection chain.
insertVisibleTimeScaleRowsAt(IlvVisibleTimeScaleRows, int) - Method in class ilog.views.gantt.scale.IlvBasicTimeScaleVisibilityPolicy
Inserts a IlvVisibleTimeScaleRows
at the specified
index in the list of visible time scale rows.
insets - Variable in class ilog.cpl.graphic.component.IlpCentered
Deprecated.
Define the margin
INSIDE - Static variable in class ilog.views.chart.IlvScale
Circular scale side (x scale in polar or radar chart): Labels, title, and
"outside" ticks are drawn inside the circle.
inside(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvDoubleGraphicHandleBag
Tests whether a rectangle contains the object.
inside(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvFixedSizeGraphic
Tests whether a rectangle contains the object.
inside(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvFullZoomingGraphic
Tests whether a rectangle contains the object.
inside(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvGraphicHandle
Tests whether a rectangle contains the object.
inside(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvGraphicHandleSelection
Tests whether a rectangle contains the object.
inside(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvHalfZoomingGraphic
Tests whether a rectangle contains the object.
inside(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvTransformedGraphic
Tests whether a rectangle contains the object.
inside(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.IlvGraphic
Tests if a rectangle contains the object.
inside(double, double) - Method in class ilog.views.IlvRect
Tests if a particular point lies inside the rectangle.
INSIDE_LEADING - Static variable in class ilog.views.gantt.graphic.renderer.IlvBasicActivityLabel
The box-orientation constant used to specify that the label is drawn inside the
main activity renderer
on the leading text edge.
INSIDE_LEFT - Static variable in class ilog.views.gantt.graphic.renderer.IlvBasicActivityLabel
The box-orientation constant used to specify that the label is drawn
inside the
main activity renderer
on the left.
INSIDE_RIGHT - Static variable in class ilog.views.gantt.graphic.renderer.IlvBasicActivityLabel
The box-orientation constant used to specify that the label is drawn
inside the
main activity renderer
on the right.
INSIDE_TRAILING - Static variable in class ilog.views.gantt.graphic.renderer.IlvBasicActivityLabel
The box-orientation constant used to specify that the label is drawn inside the
main activity renderer
on the trailing text edge.
InsideRoundRect(int, int, int, int, int, int, int, int) - Static method in class ilog.util.IlGraphicPrim
Tests for containment in a rounded rectangle, including its border.
inspectSelection() - Method in class ilog.views.dashboard.IlvDashboardPropertyPanel
Inspects the objects currently selected in the active
IlvDashboardDiagram
instance.
install(IlvApplication, IlvPlugin) - Method in interface ilog.views.appframe.plugin.IlvPluginInstaller
Invoked to install the plug-in in the host application
.
INSTALL_BY_DEFAULT - Static variable in class ilog.views.appframe.plugin.IlvPluginManager
Installation mode that specifies that a plug-in should automatically be installed
when launching the application.
installChooserPanel(JColorChooser) - Method in class ilog.views.util.swing.color.IlvBlinkingColorChooserPanel
Installs the chooser panel.
installComponents() - Method in class ilog.views.util.swing.calendar.plaf.BasicMonthScrollerUI
Initializes the month scroller child components.
installComponents() - Method in class ilog.views.util.swing.calendar.plaf.BasicTimeChooserUI
Initializes the time chooser child components.
installDefaults() - Method in class ilog.views.util.swing.calendar.plaf.BasicCalendarPanelUI
Initializes the calendar panel properties.
installDefaults() - Method in class ilog.views.util.swing.calendar.plaf.BasicMonthScrollerUI
Initializes the month scroller properties.
installDefaults() - Method in class ilog.views.util.swing.calendar.plaf.BasicTimeChooserUI
Initializes the time chooser properties.
installImageMapAreaGenerator(IlvManager, IlvImageMapAreaGenerator) - Method in class ilog.tgo.faces.graph.dhtml.servlet.IltFacesGraphServletSupport
installImageMapAreaGenerator(IlvFacesDHTMLViewSupport) - Method in class ilog.views.diagrammer.faces.dhtml.renderkit.IlvFacesDiagrammerBaseRenderer
Installs the image map generator specified on all the objects contained by the manager.
installImageMapAreaGenerator(IlvFacesDHTMLViewSupport) - Method in class ilog.views.faces.dhtml.renderkit.IlvFacesViewRenderer
Installs the image map generator specified on all the objects contained by the manager.
installImageMapAreaGenerator(IlvManager, IlvImageMapAreaGenerator) - Method in class ilog.views.faces.dhtml.servlet.IlvFacesManagerServletSupport
installImageMapAreaGenerator(HttpServletRequest, HttpServletResponse) - Method in class ilog.views.faces.dhtml.servlet.IlvFacesManagerServletSupport
Installs the image map generator passed as a request parameter.
installImageMapAreaGenerator(IlvSDMView) - Method in class ilog.views.sdm.servlet.IlvSDMServletSupport
Deprecated.
installImageMapAreaGenerator(HttpServletRequest, IlvSDMView) - Method in class ilog.views.sdm.servlet.IlvSDMServletSupport
Installs the image map generator.
installListener(IlvManagerView) - Method in class ilog.views.sdm.modeltools.IlvVisibleAreaListener
Starts listening to visible area changes in the given view.
installListeners() - Method in class ilog.tgo.faces.graph.dhtml.servlet.IltFacesGraphSelectionSupport
Installs the server listeners required by this selection support.
installListeners() - Method in class ilog.views.chart.servlet.IlvChartPopupMenuSupport
Installs the listeners to properly handle the pop-up menu actions.
installListeners() - Method in class ilog.views.diagrammer.servlet.IlvDiagrammerSelectionSupport
Installs the mandatory server listeners to properly use this selection
support.
installListeners() - Method in class ilog.views.gantt.servlet.IlvGanttComponentSelectionSupport
Installs the server action listeners to properly handle selection actions.
installListeners() - Method in class ilog.views.gantt.servlet.IlvGanttPopupMenuSupport
Installs the listeners to properly handle the pop-up menu actions.
installListeners() - Method in class ilog.views.gantt.servlet.IlvGanttSelectionSupport
Installs the server action listeners to properly handle selection actions.
installListeners() - Method in class ilog.views.servlet.IlvManagerPopupServletSupport
Installs the listeners to properly handle the pop-up menu actions.
installListeners() - Method in class ilog.views.util.servlet.IlvPopupMenuServletSupport
Installs the server action listeners to properly handle pop-up actions.
installListeners() - Method in class ilog.views.util.servlet.IlvSelectionSupport
Installs the server action listeners to properly handle selection actions.
installListeners() - Method in class ilog.views.util.swing.calendar.plaf.BasicCalendarPanelUI
Creates and installs the listeners for the calendar panel and its model.
installListeners() - Method in class ilog.views.util.swing.calendar.plaf.BasicMonthScrollerUI
Creates and installs the listeners for the month scroller and its model.
installListeners() - Method in class ilog.views.util.swing.calendar.plaf.BasicTimeChooserUI
Creates and installs the listeners for the time chooser and its model.
installPlugin(IlvPlugin) - Method in class ilog.views.appframe.plugin.IlvPluginManager
Installs the specified plugin
.
installUI(JComponent) - Method in class ilog.views.util.swing.calendar.plaf.BasicCalendarPanelUI
Configures the specified calendar panel for the look and feel.
installUI(JComponent) - Method in class ilog.views.util.swing.calendar.plaf.BasicMonthScrollerUI
Configures the specified month scroller for the look and feel.
installUI(JComponent) - Method in class ilog.views.util.swing.calendar.plaf.BasicTimeChooserUI
Configures the specified time chooser for the look and feel.
instance - Variable in class ilog.views.prototypes.IlvMakePrototypeInstanceInteractor
The last prototype instance created by the interactor.
InStandby - Static variable in class ilog.tgo.model.IltOSI.Standby
instantiateEquipment() - Method in class ilog.tgo.util.IltSystemInitializer.Initializer
Indicates whether or not the JViews TGO Equipment component
should be instantiated during initialization.
instantiateNetwork() - Method in class ilog.tgo.util.IltSystemInitializer.Initializer
Indicates whether or not the JViews TGO Network component
should be instantiated during initialization.
instantiateTable() - Method in class ilog.tgo.util.IltSystemInitializer.Initializer
Indicates whether or not the JViews TGO Table component
should be instantiated during initialization.
instantiateTree() - Method in class ilog.tgo.util.IltSystemInitializer.Initializer
Indicates whether or not the JViews TGO Tree component
should be instantiated during initialization.
InState - Static variable in class ilog.tgo.graphic.IltGraphicElementName
The secondary state icon on the left border of a base.
INT_NOT_DEFINED - Static variable in interface ilog.views.faces.IlvFacesConstants
Value specifying a non initialized integer.
INT_RASTER - Static variable in class ilog.views.maps.raster.IlvRasterMappedBuffer
When the the data type attribute is set to this value, it means that the
raster is coded with integers.
INTEGERSTYLE - Static variable in class ilog.views.util.text.IlvNumberFormatFactory
Constant to specify a integer number style format.
IntegrityViolation - Static variable in class ilog.tgo.model.IltAlarm.AlarmType
IntensityChange(int) - Constructor for class ilog.views.chart.IlvStyle.IntensityChange
Creates a new IntensityChange
.
interactionPerformed(ChartInteractionEvent) - Method in interface ilog.views.chart.event.ChartInteractionListener
This method is called by the interactor to notify that an
interaction has been performed.
interactionStarted(IlvChartInteractor, MouseEvent) - Method in class ilog.views.chart.IlvChartInteractor
Called when the given interactor is about to start an interaction
on the given event.
interactionStarted(IlvChartInteractor, MouseEvent) - Method in class ilog.views.chart.interactor.IlvChartEditPointInteractor
Called when the given interactor is about to start an interaction
on the given event.
interactionStarted(IlvChartInteractor, MouseEvent) - Method in class ilog.views.chart.interactor.IlvChartInfoViewInteractor
Called when the given interactor is about to start an interaction
on the given event.
INTERACTOR - Static variable in interface ilog.views.chart.faces.IlvChartConstants
The interactor property of a view.
INTERACTOR - Static variable in interface ilog.views.faces.IlvFrameworkConstants
The interactor property of a component.
Interactor - Static variable in class ilog.views.sdm.renderer.IlvRendererUtil
The alias "Interactor"
for the class ilog.views.sdm.renderer.IlvInteractorRenderer
.
INTERACTOR_ID - Static variable in interface ilog.views.chart.faces.IlvChartConstants
The interactor id property of a view.
INTERACTOR_ID - Static variable in interface ilog.views.faces.IlvFrameworkConstants
The ID of an interactor.
interactorChanged(InteractorChangedEvent) - Method in class ilog.cpl.graph.action.toolbar.IlpGraphInteractorAction
Listen to interactor changes in the attached views.
interactorChanged(IlvManagerViewInteractor, IlvManagerViewInteractor) - Method in class ilog.cpl.graphic.views.IlpManagerView
interactorChanged(InteractorChangedEvent) - Method in interface ilog.views.event.InteractorListener
Called when the interactor of a view changes.
interactorChanged(IlvManagerViewInteractor, IlvManagerViewInteractor) - Method in class ilog.views.IlvManagerView
Called when the interactor of the view is changed,
that is, each time an interactor is added or removed from the
interactor stack.
InteractorChangedEvent - Class in ilog.views.event
An InteractorChangedEvent
event is delivered to the listeners
of the interactors on a view of a manager.
InteractorChangedEvent(IlvManagerView, IlvManagerViewInteractor, IlvManagerViewInteractor) - Constructor for class ilog.views.event.InteractorChangedEvent
Creates the event.
InteractorListener - Interface in ilog.views.event
Interface to be implemented by objects that need to observe
the modifications of the interactor on a view of a manager.
INTERACTORS - Static variable in interface ilog.views.faces.IlvFacesConstants
INTERCEPT_INTERACTOR - Static variable in interface ilog.views.faces.IlvFacesConstants
INTERFACE_TAG - Static variable in class ilog.tgo.model.IltSNMPObjectStateSAXInfo
INTERLINE - Static variable in class ilog.views.maps.graphic.style.IlvMapTextStyle
The Interline property name.
intern() - Method in interface ilog.tgo.model.IltAlarmSeverity
Returns a canonical representation for this object.
intern() - Method in class ilog.tgo.model.IltState
Returns a canonical representation for this object.
intern(IltState) - Method in class ilog.tgo.model.IltStateInfo
Returns a canonical representation for an IltState
instance.
intern() - Method in class ilog.util.IlEnum
Returns a canonical representation for this object.
INTERNAL_HIGH - Static variable in class ilog.views.chart.IlvChartInteractor
The priority value for high-priority internal interactors.
INTERNAL_LOW - Static variable in class ilog.views.chart.IlvChartInteractor
The priority value for low-priority internal interactors.
INTERNAL_PROVIDER_MODE - Static variable in class ilog.views.graphlayout.recursive.IlvRecursiveLayout
Layout mode with internal layout provider.
InternalAddToolTipSupport(Container, IltObjectLocator) - Static method in class ilog.tgo.graphic.IltToolTipManager
Deprecated.
Adds the tooltip support to a Java container.
internalGetDefaultValue() - Method in class ilog.cpl.style.key.IlpKey
Deprecated.
Internal accessor to default value.
internalGetHighestAcknowledgedAlarmSeverity() - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity for which the number of acknowledged
alarms is nonzero.
internalGetHighestAcknowledgedAlarmSeverity(IlpFilter) - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity for which the number of acknowledged
alarms is nonzero, and that satisfies a given filter.
internalGetHighestAcknowledgedAlarmSeverity(IltAlarmSeverity) - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity less than below
for which the
number of acknowledged alarms is nonzero.
internalGetHighestAcknowledgedAlarmSeverity(IltAlarmSeverity, IlpFilter) - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity less than below
for which the
number of acknowledged alarms is nonzero, and that satisfies a given
filter.
internalGetHighestAlarmSeverity() - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity for which the number of alarms,
acknowledged or otherwise, is nonzero.
internalGetHighestAlarmSeverity(IlpFilter) - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity for which the number of alarms,
acknowledged or otherwise, is nonzero, and that satisfies a given filter.
internalGetHighestAlarmSeverity(IltAlarmSeverity) - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity less than below
for which the
number of alarms, acknowledged or otherwise, is nonzero.
internalGetHighestAlarmSeverity(IltAlarmSeverity, IlpFilter) - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity less than below
for which the
number of alarms, acknowledged or otherwise, is nonzero, and that
satisfies a given filter.
internalGetHighestNewAlarmSeverity() - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity for which the number of new alarms is
nonzero.
internalGetHighestNewAlarmSeverity(IlpFilter) - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity for which the number of new alarms is
nonzero, and that satisfies a given filter.
internalGetHighestNewAlarmSeverity(IltAlarmSeverity) - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity less than below
for which the
number of new alarms is nonzero.
internalGetHighestNewAlarmSeverity(IltAlarmSeverity, IlpFilter) - Method in class ilog.tgo.model.IltAlarmSystem.State
Return the highest severity less than below
for which the
number of new alarms is nonzero, and that satisfies a given filter.
InternalGetToolTipManager(Container) - Static method in class ilog.tgo.graphic.IltToolTipManager
Deprecated.
Returns the tooltip manager responsible for handling tooltip support to
the given view.
InternalHasToolTipSupport(Container) - Static method in class ilog.tgo.graphic.IltToolTipManager
Deprecated.
Returns true if the Container has tooltip support.
internalLayout(boolean) - Method in class ilog.views.graphlayout.basic.IlvBasicLinkStyleLayout
internalLayout(boolean) - Method in class ilog.views.graphlayout.circular.IlvCircularLayout
Computes the layout using the Circular Layout algorithm.
internalLayout(boolean) - Method in class ilog.views.graphlayout.random.IlvRandomLayout
Computes the layout using the Random Layout algorithm.
internalLayout(boolean) - Method in class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayout
Computes the layout using the Topological Mesh Layout algorithm.
internalLayout(boolean) - Method in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout
Computes the layout using the Uniform Length Edges Layout algorithm.
internalObjectsAdd(int, Object) - Method in class ilog.views.chart.datax.flat.list.IlvDefaultFlatListModel
Adds an object to the list of objects internally stored in this model.
internalObjectsAdd(int, Object) - Method in class ilog.views.chart.datax.flat.list.IlvPropertyBasedFlatListModel
Adds an object to the list of objects internally stored in this model.
internalObjectsRemove(int) - Method in class ilog.views.chart.datax.flat.list.IlvDefaultFlatListModel
Removes an object from the list of objects internally stored in this model.
internalObjectsRemove(int) - Method in class ilog.views.chart.datax.flat.list.IlvPropertyBasedFlatListModel
Removes an object from the list of objects internally stored in this model.
internalObjectsSet(int, Object) - Method in class ilog.views.chart.datax.flat.list.IlvDefaultFlatListModel
Replaces an object in the list of objects internally stored in this model.
internalObjectsSet(int, Object) - Method in class ilog.views.chart.datax.flat.list.IlvPropertyBasedFlatListModel
Replaces an object in the list of objects internally stored in this model.
InternalRemoveToolTipSupport(Container) - Static method in class ilog.tgo.graphic.IltToolTipManager
Deprecated.
Removes the tooltip support from a container.
internalState - Variable in class ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor
internalTransformation - Variable in class ilog.views.maps.defense.format.asrp.IlvRasterASRPReader
Transformation from x/y to lat/lon data
InternalZoom - Static variable in class ilog.cpl.style.key.IlpObjectKeys
interruptIntermediateTarget - Static variable in class ilog.views.bpmn.IlvBPMNFlowValidator
The Interrupt Intermediate Event cannot be the target of a flow.
intersection(IlvDataInterval) - Method in class ilog.views.chart.IlvDataInterval
Computes the intersection of this interval with the given interval and
modifies this data interval accordingly.
intersection(IlvDataWindow) - Method in class ilog.views.chart.IlvDataWindow
Computes the intersection between the specified data window
and this data window and modifies this data window accordingly.
intersection(IlvDataInterval, IlvDataInterval) - Method in class ilog.views.chart.IlvDataWindow
Computes the intersection between the specified intervals along the
x- and y-axis with this data window and modifies this data window
accordingly.
intersection(IlvTimeInterval) - Method in class ilog.views.gantt.IlvTimeInterval
Returns the intersection of the specified time interval with this one.
intersection(IlvRect) - Method in class ilog.views.IlvRect
Computes the intersection of the rectangle with the specified rectangle.
intersects(float, float, float, float) - Method in class ilog.cpl.graphic.views.IlpLineSegment
intersects(double, double, double, double) - Method in class ilog.cpl.graphic.views.IlpLineSegment
Tests whether this segment intersects a given rectangle
x1 <= x <= x2, y1 <= y <= y2.
intersects(double, double, double, double) - Method in class ilog.cpl.graphic.views.IlpPolygon
intersects(Rectangle2D) - Method in class ilog.cpl.graphic.views.IlpPolygon
intersects(double, double, double, double) - Method in class ilog.cpl.graphic.views.IlpPolyline
intersects(Rectangle2D) - Method in class ilog.cpl.graphic.views.IlpPolyline
intersects(double, double, double, double) - Method in class ilog.tgo.graphic.IltLogicalPolygon
Deprecated.
intersects(Rectangle2D) - Method in class ilog.tgo.graphic.IltLogicalPolygon
Deprecated.
intersects(double, double, double, double) - Method in class ilog.tgo.graphic.IltLogicalPolyline
Deprecated.
intersects(Rectangle2D) - Method in class ilog.tgo.graphic.IltLogicalPolyline
Deprecated.
intersects(IlvDataInterval) - Method in class ilog.views.chart.IlvDataInterval
Returns whether the given interval intersects this interval.
intersects(IlvDataWindow) - Method in class ilog.views.chart.IlvDataWindow
Returns whether the specified data window intersects
this data window.
intersects(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvDoubleGraphicHandleBag
Tests whether a rectangle overlaps the object.
intersects(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvFixedSizeGraphic
Tests whether a rectangle overlaps the object.
intersects(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvFullZoomingGraphic
Tests whether a rectangle overlaps the object.
intersects(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvGraphicHandle
Tests whether a rectangle overlaps the object.
intersects(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvGraphicHandleSelection
Tests whether a rectangle overlaps the object.
intersects(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvHalfZoomingGraphic
Tests whether a rectangle overlaps the object.
intersects(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvPolyPoints
Tests if a rectangle overlaps the object.
intersects(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.graphic.IlvTransformedGraphic
Tests whether a rectangle overlaps the object.
intersects(IlvRect, IlvRect, IlvTransformer) - Method in class ilog.views.IlvGraphic
Tests if a rectangle overlaps the object.
intersects(IlvRect) - Method in class ilog.views.IlvRect
Tests if the rectangle intersects another one.
intersects(Rectangle2D) - Method in class ilog.views.maps.label.IlvLabelingAreas
Test whether the specified region intersects any element of the list.
intersects(double, double, double, double) - Method in class ilog.views.util.java2d.IlvPolygon2D
Determines whether a rectangle has points in common with this
Shape
.
intersects(Rectangle2D) - Method in class ilog.views.util.java2d.IlvPolygon2D
Determines whether a rectangle has points in common with this
Shape
.
intersects(double, double, double, double) - Method in class ilog.views.util.java2d.IlvTranslatedShape
Determines whether a rectangle has points in common with this
Shape
.
intersects(Rectangle2D) - Method in class ilog.views.util.java2d.IlvTranslatedShape
Determines whether a rectangle has points in common with this
Shape
.
intervalAdded(ListDataEvent) - Method in class ilog.cpl.table.IlpTableListModel
Called when the underlying model has changed.
intervalRemoved(ListDataEvent) - Method in class ilog.cpl.table.IlpTableListModel
Called when the underlying model has changed.
InTest - Static variable in class ilog.tgo.model.IltOSI.Availability
InTest - Static variable in class ilog.tgo.resource.IltrImage
Deprecated.
Default value of settings:
OSI.Availability.InTest.OOS.Icon
OSI.Availability.InTest.NT.Icon
OSI.Availability.InTest.CT.Icon
SNMP.State.Testing.Icon
Image: ilog/tgo/ilt_in_test.png
intExpr(Object[]) - Static method in class ilog.views.util.styling.runtime.IlvExpressionEvaluation
Implements the int(arg1, op1, arg2, ...)
intValue() - Method in class ilog.views.io.IlvSingleValueNamedProperty
Returns the value stored in the named property, if the value is a
int
.
IntValue(IlvAttributeProperty, String) - Static method in class ilog.views.maps.attribute.IlvIntegerAttribute
Returns the int
value of the
IlvIntegerAttribute
whose name is specified.
intValue() - Method in class ilog.views.util.swing.IlvSwingUtil.Version
Deprecated.
InUcastPkts - Static variable in class ilog.tgo.model.IltSNMP.Interface
InUnknownProtos - Static variable in class ilog.tgo.model.IltSNMP.Interface
InUnknownProtos - Static variable in class ilog.tgo.model.IltSNMP.IP
Invalid - Static variable in class ilog.cpl.util.IlpDirection
INVALID direction.
invalidate(IlpRepresentationObject) - Method in class ilog.cpl.graph.IlpGraphView
Invalidates the graphic representation of the given object.
invalidate() - Method in class ilog.cpl.graphic.IlpDefaultGraphicHolder
Invalidates all graphic instances present in this holder.
invalidate() - Method in class ilog.cpl.graphic.IlpEmptyGraphicHolder
Invalidates all graphic instances present in this holder.
invalidate() - Method in interface ilog.cpl.graphic.IlpGraphicHolder
Invalidates all graphic instances present in this holder.
invalidate(IlpRepresentationObject) - Method in interface ilog.cpl.graphic.IlpGraphicView
Invalidates the graphic representation of the given object.
invalidate() - Method in class ilog.cpl.table.IlpTableView
Invalidates the container so that this container and all parents
up in the hierarchy are marked as needing to be laid out.
invalidate(IlpRepresentationObject) - Method in class ilog.cpl.table.IlpTableView
Invalidates the graphic representation of the given object.
invalidate(IlpRepresentationObject) - Method in class ilog.cpl.tree.IlpTreeView
Invalidates the graphic representation of the given object.
invalidate() - Method in class ilog.views.gantt.scale.IlvVisibleTimeScaleRows
Marks this predicate as invalid, if it refers to rows of the time scale,
because some time scale rows have changed.
invalidate() - Method in interface ilog.views.graphic.composite.IlvComposite
Invalidates this composite.
invalidate(boolean) - Method in class ilog.views.graphic.composite.IlvCompositeGraphic
Invalidates this IlvCompositeGraphic
.
invalidate() - Method in class ilog.views.graphic.composite.IlvCompositeGraphic
Invalidates this IlvCompositeGraphic
.
invalidate() - Method in class ilog.views.graphic.composite.IlvCompositeLink
Invalidates this composite.
invalidate() - Method in class ilog.views.maps.graphic.IlvMapLabel
Indicates that this label needs to be updated.
invalidate() - Method in class ilog.views.util.print.IlvFlow
Invalidates the flow.
invalidateAndApplyToObject(IlvGraphic, IlvApplyObject, Object, IlvRect, IlvRect) - Method in class ilog.views.graphic.composite.IlvCompositeGraphic
invalidateAndApplyToObject(IlvGraphic, IlvApplyObject, Object, IlvRect, IlvRect) - Method in class ilog.views.graphic.IlvGraphicSet
invalidateAttachmentRect() - Method in class ilog.cpl.graphic.IlpAbstractGraphic
Resets the attachment bounds.
invalidateBBoxCache() - Method in class ilog.views.graphic.composite.IlvCompositeGraphic
Invalidate the bounding box cache.
invalidateBBoxCache() - Method in class ilog.views.graphic.composite.IlvCompositeLink
Invalidates the bounding box cache.
invalidateBBoxCache() - Method in class ilog.views.graphic.IlvGraphicSet
Invalidates the bounding box cache.
invalidateBBoxCache() - Method in class ilog.views.graphic.linkpolicy.IlvCrossingAwareLinkImage
Invalidate the bounding box cache of the link.
invalidateBBoxCache() - Method in class ilog.views.IlvGraphic
Invalidates the bounding box cache.
invalidateBBoxCache() - Method in class ilog.views.sdm.graphic.IlvGeneralNode
Invalidates the bounding box cache.
invalidateBidiCache() - Method in class ilog.views.graphic.IlvReliefLabel
Mark internal caches for locale, component orientation and base
text direction invalid.
invalidateBidiCache() - Method in class ilog.views.graphic.IlvShadowLabel
Mark internal caches for locale, component orientation and base
text direction invalid.
invalidateBidiCache() - Method in class ilog.views.graphic.IlvTextPath
Mark internal caches for locale, component orientation and base
text direction invalid.
invalidateBidiCache() - Method in class ilog.views.IlvBidiGraphic
Mark internal caches for locale, component orientation and base
text direction invalid.
invalidateBidiCache() - Method in class ilog.views.IlvGraphic
Invalidates the bidi cache (locale, component orientation and
resolved base text direction).
invalidateBidiCache() - Method in class ilog.views.sdm.graphic.IlvGeneralLink
Mark internal caches for locale, component orientation and base
text direction invalid.
invalidateBoundingBoxCache() - Method in class ilog.views.graphic.linkpolicy.IlvCrossingAwareLinkImage
invalidateCache() - Method in class ilog.views.gantt.graphic.interactor.IlvActivityGraphicSelection
Invalidates the cache of the time properties used by this object.
invalidateCache() - Method in interface ilog.views.gantt.graphic.interactor.IlvActivitySelection
Invalidates the caches of parameters used to computed the bounding box
or other geometric entities.
invalidateDateTextCache() - Method in class ilog.views.gantt.scale.IlvBasicTimeScaleRow
Invalidates the date text cache by clearing it of all entries.
invalidateFlowLayout() - Method in class ilog.views.util.print.IlvPrintableDocument
This method invalidates the layout of the
IlvFlow
attached to this document if there is
one.
invalidateGraphic(IlpRepresentationObject) - Method in class ilog.cpl.graphic.IlpDefaultGraphicHolder
Invalidates the graphic instance associated with the given representation object
and with all its attribute graphics if they exist.
invalidateGraphic(IlpRepresentationObject, IlpAttribute) - Method in class ilog.cpl.graphic.IlpDefaultGraphicHolder
Invalidates the graphic instance associated with the given representation object
and attribute.
invalidateGraphic(IlpRepresentationObject) - Method in class ilog.cpl.graphic.IlpEmptyGraphicHolder
Invalidates the graphic instance associated with the given object representation.
invalidateGraphic(IlpRepresentationObject, IlpAttribute) - Method in class ilog.cpl.graphic.IlpEmptyGraphicHolder
Invalidates the graphic instance associated with the given object representation
and attribute.
invalidateGraphic(IlpRepresentationObject) - Method in interface ilog.cpl.graphic.IlpGraphicHolder
Invalidates the graphic instance associated with the given representation object.
invalidateGraphic(IlpRepresentationObject, IlpAttribute) - Method in interface ilog.cpl.graphic.IlpGraphicHolder
Invalidates the graphic instance associated with the given representation object
and attribute.
invalidateGraphics() - Method in class ilog.cpl.graph.IlpGraphView
Invalidates all the graphic representations in this view.
invalidateGraphics() - Method in interface ilog.cpl.graphic.IlpGraphicView
Invalidates all the graphic representations in this view.
invalidateGraphics() - Method in class ilog.cpl.table.IlpTableView
Invalidates all the graphic representations in this view.
invalidateGraphics() - Method in class ilog.cpl.tree.IlpTreeView
Invalidates all the graphic representations in this view.
invalidateLayout(Container) - Method in class ilog.views.chart.IlvChartLayout
Invalidates the layout, indicating that if the layout manager has cached
information it should be discarded.
invalidateLayout() - Method in class ilog.views.graphic.linkbundle.IlvLinkBundle
Invalidates the internal layout of this link bundle.
invalidateLayoutCache() - Method in class ilog.cpl.tree.IlpTreeView
This is a convenient method to allow for explicitly invalidating the
layout cache.
invalidateLayoutCache(IlpRepresentationObject) - Method in class ilog.cpl.tree.IlpTreeView
invalidateLimits() - Method in class ilog.views.chart.data.IlvAbstractDataSet
Invalidates the entire x range and y range cache.
invalidateLimits(int, int) - Method in class ilog.views.chart.data.IlvAbstractDataSet
Invalidates the x range cache and y range cache from index
firstIdx to index lastIdx (inclusive).
invalidateLimits(int, int, boolean) - Method in class ilog.views.chart.data.IlvAbstractDataSet
Invalidates the x range cache and y range cache from index
firstIdx to index lastIdx (inclusive).
invalidatePages() - Method in class ilog.views.util.print.IlvPrintableDocument
Marks the pages status as invalid.
invalidateRect(IlvRect) - Method in class ilog.views.IlvManagerView
Adds a rectangle to the invalid region of the view.
invalidateRegion(IltcGraphicElement) - Method in class ilog.tgo.composite.IltcCompositeGraphic
Marks a graphic element for later redraw.
invalidateRegion(IlvGraphic) - Method in class ilog.views.IlvManager
Stores the rectangle occupied by object
in all manager views for a further call of reDrawViews()
.
invalidateRegion(IlvRect) - Method in class ilog.views.IlvManager
Stores the rectangle in all manager views for a further call
of reDrawViews
.
invalidateRegion(IlvManagerView, IlvRect) - Method in class ilog.views.IlvManager
Stores the rectangle in a manager view for a further call
of reDrawViews()
.
invalidateScales() - Method in class ilog.views.chart.IlvChart
Invalidates the geometry cache of the scales of this chart.
invalidateTripleBuffer(boolean) - Method in class ilog.views.IlvManagerView
Invalidates the triple buffer.
invalidateTripleBuffer(IlvRect, boolean) - Method in class ilog.views.IlvManagerView
Invalidates partially the triple buffer.
invalidateView() - Method in class ilog.views.IlvManagerView
Invalidates the entire view.
InvalidGridZone(String) - Constructor for exception ilog.views.maps.grids.IlvMGRSGridZone.InvalidGridZone
Creates an exception.
InvalidMessageReceived - Static variable in class ilog.tgo.model.IltAlarm.ProbableCause
InvalidMSUReceived - Static variable in class ilog.tgo.model.IltAlarm.ProbableCause
InvalidParameter - Static variable in class ilog.tgo.model.IltAlarm.ProbableCause
InvalidPointer - Static variable in class ilog.tgo.model.IltAlarm.ProbableCause
inverse(double) - Method in class ilog.views.chart.IlvAffineAxisTransformer
Applies the inverse transformation to the specified value.
inverse(double) - Method in class ilog.views.chart.IlvAxisTransformer
Applies the inverse transformation to the specified value.
inverse(double[], int) - Method in class ilog.views.chart.IlvAxisTransformer
Applies the inverse transformation to the specified values.
inverse(IlvDataInterval) - Method in class ilog.views.chart.IlvAxisTransformer
Applies the inverse transformation to a data interval.
inverse(double) - Method in class ilog.views.chart.IlvLocalZoomAxisTransformer
Applies the inverse transformation to the specified value.
inverse(double) - Method in class ilog.views.chart.IlvLogarithmicAxisTransformer
Applies the inverse transformation to the specified value.
inverse(IlvPoint) - Method in class ilog.views.IlvTransformer
Applies the inverse transformation on the specified point.
inverse(IlvRect) - Method in class ilog.views.IlvTransformer
Applies the inverse transformation on the specified rectangle.
inverse(IlvCoordinate) - Method in class ilog.views.maps.defense.format.asrp.IlvRasterASRPReader.ASRPProjection
Converts the parameter IlvCoordinate
representing Cartesian
coordinates to a latitude and a longitude.
inverse(IlvCoordinate) - Method in class ilog.views.maps.defense.format.asrp.projection.IlvAbstractARCProjection
Compute the longitude/latitude coordinate of a projected point.
inverse(IlvCoordinate) - Method in class ilog.views.maps.defense.format.asrp.projection.IlvNonPolarARCProjection
Compute the longitude/latitude coordinate of a projected point.
inverse(IlvCoordinate) - Method in class ilog.views.maps.defense.format.asrp.projection.IlvNorthPolarARCProjection
Compute the longitude/latitude coordinate of a projected point.
inverse(IlvCoordinate) - Method in class ilog.views.maps.defense.format.asrp.projection.IlvSouthPolarARCProjection
Compute the longitude/latitude coordinate of a projected point.
inverse() - Method in class ilog.views.maps.defense.terrain3d.util.Ilv3DRotation
Returns the inverse of this rotation and creates a new rotation.
inverse(IlvPoint) - Method in class ilog.views.maps.projection.IlvProjection
Converts the IlvPoint
representing Cartesian
coordinates to a latitude and a longitude.
inverse(MouseEvent) - Method in class ilog.views.maps.projection.IlvProjection
Converts the coordinates of the MouseEvent
to a latitude and a
longitude expressed in radians.
inverse(IlvCoordinate) - Method in class ilog.views.maps.projection.IlvProjection
Converts the parameter IlvCoordinate
representing Cartesian
coordinates to a latitude and a longitude.
INVERSE_VIEW_COORDINATES - Static variable in class ilog.views.graphlayout.IlvGraphLayout
Inverse view coordinates mode.
INVERSE_VIEW_COORDINATES - Static variable in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Inverse view coordinates mode.
inverseStates() - Method in class ilog.tgo.model.IltObjectState
Returns an enumeration of the states in this dictionary - from back to front.
inverseTransform(IlvPoint) - Method in class ilog.views.graphlayout.IlvRotatedGraphModel
Inverse transforms a point.
inverseTransform(IlvRect) - Method in class ilog.views.graphlayout.IlvRotatedGraphModel
Inverse transforms a rectangle.
inverseValues() - Method in class ilog.tgo.model.IltObjectState
Returns an enumeration of the values in this dictionary - from back to front.
invert() - Method in class ilog.views.maps.defense.terrain3d.util.Ilv3DRotation
Inverts this rotation.
invert(Object[], Object, IlvSDMEngine, Object) - Method in class ilog.views.sdm.renderer.IlvSDMCSSFunction
This method is called from the style sheet renderer to
update a model object property.
invert(Object[], Object, IlvSDMEngine, Object) - Method in class ilog.views.sdm.renderer.IlvSDMCSSFunction.SymbolInteractor
This method is called from the style sheet renderer to
update a model object property.
invert(Object[], Object, IlvSDMEngine, Object) - Method in class ilog.views.sdm.renderer.IlvSDMCSSFunction.Test
INVERT_COLORS_OP - Static variable in class ilog.views.IlvHoverHighlightingImageOperation
Predefined invert colors operation
byte lut[] = new byte[256];
for (int j = 0; j < 256; j++) {
lut[j] = (byte) (255 - j);
}
BufferedImageOp INVERT_COLORS_OP =
new LookupOp(new ByteLookupTable(0, lut), null);
invertRigid() - Method in class ilog.views.maps.defense.terrain3d.util.Ilv3DFloatMatrix
Inverts this matrix assuming that it represents a rigid transform (i.e.,
some combination of rotations and translations).
invertY(IlvPoint) - Static method in class ilog.views.maps.projection.IlvProjectionUtil
Inverts the y
coordinate of a point.
invertY(IlvCoordinate) - Static method in class ilog.views.maps.projection.IlvProjectionUtil
Inverts the y
coordinate of a coordinate.
Invisible - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for an invisible element.
INVISIBLE - Static variable in class ilog.views.maps.defense.terrain.IlvLineOfSightIntervalColorModel
Valley type pixel name.
INVISIBLE_BASE_RENDERER - Static variable in class ilog.tgo.graphic.renderer.IltLogicalBaseRenderer
INVISIBLE_BASE_RENDERER - Static variable in class ilog.tgo.graphic.renderer.IltNEBaseRenderer
INVISIBLE_BASE_RENDERER - Static variable in class ilog.tgo.graphic.renderer.IltTinyBaseRenderer
InvisibleSelection - Static variable in class ilog.views.graphic.composite.IlvCompositeGraphic
With the IlvInvisibleSelection
class, nothing is drawn around
the bounding box of an selected IlvGraphic
instance.
INVOCATION_CONTEXT - Static variable in interface ilog.views.faces.dhtml.IlvDHTMLConstants
The invocation context of a listener.
INVOCATION_CONTEXT_DEFAULT_VALUE - Static variable in class ilog.tgo.faces.graph.dhtml.interactor.IltFacesGraphInteractor
The default value of the invocationContext
property.
INVOCATION_CONTEXT_DEFAULT_VALUE - Static variable in class ilog.views.faces.dhtml.interactor.IlvObjectSelectInteractor
Default value of invocationContext property (JSF_CONTEXT).
invokeAndWait(IlvServletRunnable) - Static method in class ilog.views.chart.servlet.IlvServletUtil
invokeAndWait(IlvServletRunnable) - Static method in class ilog.views.gantt.servlet.IlvServletUtil
invokeAndWait(IlvServletRunnable) - Static method in class ilog.views.util.servlet.IlvServletThreadUtil
This method executes runnable.run() synchronously on the AWT event
dispatching thread.
invokeAndWait(Runnable) - Static method in class ilog.views.util.swing.IlvSwingUtil
This method executes runnable.run() synchronously on the AWT event
dispatching thread.
invokeAndWaitForIdle(Runnable) - Static method in class ilog.views.util.swing.IlvSwingUtil
This method executes runnable.run() synchronously on the AWT event
dispatching thread.
invokeConstructor(Constructor<?>) - Method in class ilog.views.io.IlvInputStream
Invokes the given constructor
.
invokeConstructor(String, String, Object[]) - Static method in class ilog.views.util.styling.runtime.IlvExpressionEvaluation
Implements the new(className,signature,...)
invokeConstructor(Class<?>, Class<?>[], Object[]) - Static method in class ilog.views.util.styling.runtime.IlvExpressionEvaluation
Implements the new(className,signature,...)
invokeFinder(IlvObjectSelectedFinder, IlvChart, String[], String) - Method in class ilog.views.chart.faces.servlet.IlvFacesChartPopupAction
Invokes the specified finder with the parameters extracted from the action.
invokeFinder(IlvObjectSelectedFinder, IlvManagerView, String[]) - Method in class ilog.views.diagrammer.faces.dhtml.servlet.IlvFacesDiagrammerPopupListener
Invokes the specified finder with the parameters extracted from the action.
invokeFinder(IlvObjectSelectedFinder, IlvManagerView, String[]) - Method in class ilog.views.diagrammer.faces.dhtml.servlet.IlvFacesDiagrammerPopupSupport
Invokes the specified finder with the parameters extracted from the action.
invokeFinder(IlvObjectSelectedFinder, IlvManagerView, String[]) - Method in class ilog.views.faces.dhtml.servlet.IlvFacesManagerPopupSupport
Invokes the specified finder with the parameters extracted from the action.
invokeFinder(IlvObjectSelectedFinder, IlvManagerView, String[]) - Method in class ilog.views.faces.dhtml.servlet.IlvFacesPopupMenuActionListener
Invokes the specified finder with the parameters extracted from the action.
invokeFinder(IlvObjectSelectedFinder, IlvHierarchyChart, String[]) - Method in class ilog.views.gantt.faces.dhtml.servlet.IlvFacesGanttPopupSupport
Invokes the specified finder with the parameters extracted from the action.
invokeLater(List<Runnable>) - Static method in class ilog.views.util.swing.IlvSwingUtil
Executes the given list of tasks
by sequentially posting them
to the current AWT/Swing event thread.
invokeLater(Runnable) - Static method in class ilog.views.util.swing.IlvSwingUtil
Enqueues the given task
for execution in the current AWT/Swing
event thread.
invokeLaterUnredirected(Runnable) - Static method in class ilog.views.util.swt.IlvEventThreadUtil
Deprecated.
Causes the given task to be executed later, in the AWT/Swing event thread,
ignoring redirections.
invokeMethod(Object, String, String, Object[]) - Static method in class ilog.views.util.styling.runtime.IlvExpressionEvaluation
Implements the invoke(value,methodName,signature,...)
invokeMethod(Object, String, Class<?>[], Object[]) - Static method in class ilog.views.util.styling.runtime.IlvExpressionEvaluation
Implements the invoke(value,methodName,signature,...)
invokeNowOrLater(Runnable) - Static method in class ilog.views.util.swing.IlvSwingUtil
Executes the given task
in the current AWT/Swing event thread,
if not already executing in this thread.
invokePluginInstaller(IlvPlugin, boolean) - Method in class ilog.views.appframe.plugin.IlvPluginManager
Invokes the IlvPluginInstaller
of the specified
plugin
.
invokeStaticMethod(String, String, String, Object[]) - Static method in class ilog.views.util.styling.runtime.IlvExpressionEvaluation
Implements the
invokeStatic(className,methodName,signature,...)
invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class ilog.views.util.styling.runtime.IlvExpressionEvaluation
Implements the
invokeStatic(className,methodName,signature,...)
inWidth - Variable in class ilog.cpl.graphic.views.IlpSlotSizesSAXInfo.IlpSAXSlotSizesHandler
Whether slots are present along width
IO - Static variable in class ilog.tgo.model.IltSAN.SecState
A state to model I/O.
IP - Static variable in class ilog.tgo.model.IltLink.Technology
IP - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IP_ComputerFlat - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a desktop computer.
IP_ComputerTower - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a desktop computer.
IP_Database - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a database.
IP_Desktop - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a desktop computer.
IP_Equipment - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for an equipment.
IP_Firewall - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a firewall.
IP_Firewall2 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a firewall.
IP_InkjetPrinter - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for an inkjet printer.
IP_Laptop - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a laptop.
IP_Laptop2 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a laptop.
IP_LaserPrinter - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a laser printer.
IP_Mainframe - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a mainframe computer.
IP_Mainframe2 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a mainframe computer.
IP_Mainframe3 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a mainframe computer.
IP_Modem - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a modem.
IP_Modem2 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a modem.
IP_Network - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a network.
IP_Network2 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a network.
IP_Network3 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a network.
IP_PDA - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a Personal Digital Assistant.
IP_Printer - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a printer.
IP_Printer2 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a printer.
IP_Router - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a router.
IP_Router2 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a router.
IP_Router3 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a router.
IP_SatelliteAntenna - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a satellite antenna.
IP_Server - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a server.
IP_Server2 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a server.
IP_TAG - Static variable in class ilog.tgo.model.IltSNMPObjectStateSAXInfo
IP_Terminal - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a terminal.
IP_Terminal2 - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a terminal.
IPAccess - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPAlarmCollector - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPBridge - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPHub - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPLANRegenerator - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPLineTerminatingEquipment - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPMediationDevice - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPMUX - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPNetwork - Static variable in class ilog.tgo.model.IltNetworkElement.Type
This type stands for a network of IP nodes.
IPRouter - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPSignalingGateway - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPSTP - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPSwitch - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPSwitchRouter - Static variable in class ilog.tgo.model.IltNetworkElement.Function
IPTrafficGateway - Static variable in class ilog.tgo.model.IltNetworkElement.Function
is3D() - Method in class ilog.views.chart.IlvChart
Indicates whether the chart is rendered in 3-D.
IS_LINK - Static variable in class ilog.views.sdm.model.IlvTableSDMModel
The name of the mapped property that defines
whether objects are links or nodes.
isABehaviorValue(String, boolean) - Method in class ilog.views.prototypes.IlvGroup
Tests if a property exists and is handled by a behavior object.
isAborted() - Method in class ilog.views.chart.IlvChartInteractor
Returns whether the interactor is in aborted state.
isAboutToChangeEvent() - Method in class ilog.views.chart.event.AxisRangeEvent
Returns whether the range is about to be changed.
isAboutToChangeEvent() - Method in class ilog.views.gantt.util.event.IlvPropertyEvent
Returns whether this is a property aboutToChange event.
isAbsolutePaint() - Method in class ilog.views.chart.IlvStyle
Returns false
if this style adapts the
TexturePaint
or GradientPaint
to the bounds of
a shape before it is drawn.
isAbsolutePositioning() - Method in class ilog.views.hypergraph.IlvDefaultHyperEdgeEnd
Returns true
if absolute positioning is used, and
false
otherwise.
isAbstract() - Method in class ilog.views.symbol.compiler.IlvSymbolCompiler
Tests whether the generated symbol class is an abstract class.
isAcceptingFloatingPoint() - Method in class ilog.views.util.swing.IlvJSpinnerDecimalNumberField
Returns whether the number field accepts floating point numbers.
isAcceptNullValues() - Method in class ilog.views.maps.datasource.IlvHierarchicalDataSource
Returns whether this data source should discard map features which do not
have a value for the specified criteria (in the filter list).
isAccessible() - Method in class ilog.tgo.faces.equipment.dhtml.component.IltFacesDHTMLEquipmentView
Returns whether the accessible
property is
true
or false
.
isAccessible() - Method in class ilog.tgo.faces.network.dhtml.component.IltFacesDHTMLNetworkView
Returns whether the accessible
property is
true
or false
.
isAccessible() - Method in class ilog.views.chart.faces.dhtml.component.IlvChartDHTMLViewComponent
Returns whether the view is accessible or not.
isAccessible() - Method in class ilog.views.diagrammer.faces.dhtml.component.IlvFacesDHTMLDashboardView
Returns whether the view is accessible or not.
isAccessible() - Method in class ilog.views.diagrammer.faces.dhtml.component.IlvFacesDHTMLDiagrammerView
Returns whether the view is accessible or not.
isAccessible() - Method in class ilog.views.faces.dhtml.component.IlvFacesDHTMLView
Returns whether the view is accessible or not.
isAccessible() - Method in interface ilog.views.faces.dhtml.component.IlvFacesDHTMLViewSupport
Returns whether the view is accessible or not.
isAccessible() - Method in class ilog.views.faces.dhtml.component.IlvFacesDHTMLViewSupportImpl
Returns whether the view is accessible or not.
isAccessible() - Method in class ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLGanttChartView
Returns whether the view is accessible or not.
isAccessible() - Method in class ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLGanttSupportImpl
Returns whether the view is accessible or not.
isAccessible() - Method in class ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLScheduleChartView
Returns whether the view is accessible or not.
IsActionList(Action) - Static method in class ilog.views.appframe.IlvAction
Determines whether the specified action is a list action.
IsActionLocked(Action) - Static method in class ilog.views.appframe.IlvAction
Determines whether the specified action
has been locked.
isActive() - Method in class ilog.views.chart.data.lod.IlvDataTileController
Indicates whether the controller is in activity.
isActive() - Method in class ilog.views.IlvGrid
Indicates whether the grid is active.
isActive() - Method in class ilog.views.IlvHandlesSelection
Returns true
if the selection is active.
isActive() - Method in class ilog.views.swing.IlvJComponentGraphic
Returns true
if the JComponent
is active.
isAdapting() - Method in interface ilog.views.util.java2d.IlvAdaptablePaint
Returns true
if the createContext
method of this
object may rely on its userBounds
argument.
isAdapting() - Method in class ilog.views.util.java2d.IlvBlinkingMultiPaint
Returns true
if the createContext
method of this
object may rely on its userBounds
argument.
isAdapting() - Method in class ilog.views.util.java2d.IlvBlinkingPaint
Returns true
if the createContext
method of this
object may rely on its userBounds
argument.
isAdapting() - Method in class ilog.views.util.java2d.IlvMultipleGradientPaint
Returns true
if the gradient is adapting itself on
the shape it is drawn.
isAdded() - Method in class ilog.views.symbology.palettes.event.PaletteEvent
Returns whether the child was added to the parent category or removed
from the parent category.
isAddGroupAllowed(Object[]) - Method in class ilog.views.maps.symbology.swing.IlvSymbologyTreeView
Returns whether add group is allowed.
isAddingLinkConnectors() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLinkLayoutRenderer
isAddingLinkConnectors() - Method in class ilog.views.sdm.renderer.IlvStyleSheetRenderer
Returns true
if a link connector is added
on the nodes to compute the link connection points.
isAddRemovePointModifierDown(InputEvent) - Method in class ilog.views.IlvPolyPointsEdition
Tests if the mouse event modifier for the addition or removal of points
is currently down.
isAddSymbolAllowed(Object[]) - Method in class ilog.views.maps.symbology.swing.IlvSymbologyTreeView
Returns whether add symbol is allowed.
isAdfPartial(FacesContext) - Static method in class ilog.views.faces.IlvFacesUtil
Returns whether the current request is a PPR request in an ADF context.
isAdjusting() - Method in class ilog.cpl.table.selection.IlpDefaultTableSelectionModel
isAdjusting() - Method in interface ilog.cpl.table.selection.IlpTableSelectionModel
Returns if the selection model is currently being adjusted.
isAdjusting() - Method in class ilog.cpl.table.selection.TableSelectionEvent
Returns if the selection model is currently being adjusted.
isAdjusting() - Method in class ilog.views.chart.data.lod.DataTileEvent
Returns true
if this event is part of a series of several events.
isAdjusting() - Method in class ilog.views.chart.event.AxisEvent
Indicates whether this event is part of a series of several events.
isAdjusting() - Method in class ilog.views.chart.IlvAxis
Tells whether this axis is in an adjustment state.
isAdjusting() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the diagram component
is currently in an editing sequence.
isAdjusting() - Method in class ilog.views.event.ManagerContentAboutToChangeEvent
Returns true
if this
event is part of a series of modifications.
isAdjusting() - Method in class ilog.views.event.ManagerContentChangedEvent
Returns true
if this
event is part of a series of modifications.
isAdjusting() - Method in class ilog.views.event.ManagerSelectionChangedEvent
Returns true
if this event is part of a series of several
events.
isAdjusting() - Method in class ilog.views.gantt.event.SelectionEvent
Returns the event adjusting value.
isAdjusting() - Method in class ilog.views.gantt.event.VisibleTimeChangedEvent
isAdjusting() - Method in interface ilog.views.gantt.IlvGanttModel
Returns whether an adjustment session is currently active.
isAdjusting() - Method in class ilog.views.gantt.model.filter.IlvFilterGanttModel
Returns whether an adjustment session is currently active.
isAdjusting() - Method in class ilog.views.gantt.model.IlvAbstractGanttModel
Returns whether an adjustment session is currently active.
isAdjusting() - Method in class ilog.views.graphic.linkbundle.event.LinkBundleSelectionChangedEvent
Returns true
if this event is part of a series of several
events.
isAdjusting() - Method in class ilog.views.graphlayout.GraphModelEvent
Returns true
if this event is part of a series of
modifications.
isAdjusting() - Method in class ilog.views.graphlayout.labellayout.LabelingModelEvent
Returns true
if this event is part of a series of
modifications.
isAdjusting() - Method in class ilog.views.sdm.event.SDMEngineSelectionEvent
Returns adjusting value.
isAdjusting() - Method in class ilog.views.sdm.event.SDMModelEvent
Returns the flag that indicates whether the modification is
part of a series of related modifications.
isAdjusting() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true
if and only if the SDM engine
is currently in an editing sequence.
isAdjusting() - Method in interface ilog.views.sdm.IlvSDMModel
isAdjusting() - Method in class ilog.views.sdm.model.IlvBasicSDMModel
isAdjusting() - Method in class ilog.views.sdm.model.IlvFilterSDMModel
This method calls the isAdjusting
method of the filtered model.
isAdjusting() - Method in class ilog.views.sdm.model.IlvMultipleSDMModel
isAdjusting() - Method in class ilog.views.swing.IlvJScrollManagerView
Returns true
if the view is currently doing
a major modification of its contents.
isAdjusting() - Method in interface ilog.views.symbol.util.IlvCompiledSymbol
Returns the adjusting state of a compiled symbol.
isAdjusting() - Method in class ilog.views.tiling.TileEvent
Returns true
if this event is part of a series of several events.
isAdjusting() - Method in class ilog.views.util.styling.IlvMutableStyleSheet
Returns true
if the adjusting mode is enabled.
isAdjustingToView() - Method in class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer
Returns true
if the swimlanes are dynamically adjusted according
to the size of the view or not.
isAdjustmentEnd() - Method in class ilog.views.chart.data.lod.DataTileEvent
Returns true
if this event marks the end of a series
of several events.
isAdjustmentEnd() - Method in class ilog.views.chart.event.AxisChangeEvent
Indicates whether this event marks the end of a set of modifications.
isAdjustmentEnd() - Method in class ilog.views.event.ManagerSelectionChangedEvent
Returns true
if this event is the last of a series of
several events.
isAdjustmentEnd() - Method in class ilog.views.graphic.linkbundle.event.LinkBundleSelectionChangedEvent
Returns true
if this event is the last of a series of
several events.
isAdjustmentEnd() - Method in class ilog.views.graphlayout.GraphModelEvent
Returns true
if this event is the end of a series of
modifications.
isAdjustmentEnd() - Method in class ilog.views.graphlayout.labellayout.LabelingModelEvent
Returns true
if this event is the end of a series of
modifications.
isAdjustmentEnd() - Method in class ilog.views.tiling.TileEvent
Returns true
if this event is the last in a series of several events.
isAdvanceCheckEnabled() - Method in class ilog.views.gantt.model.table.IlvTableGanttModel
Returns whether or not the IlvGanttModel
will perform
advance checking each time an object is added to the model.
isAdvancedBidiOn() - Static method in class ilog.views.util.text.IlvBidiUtil
Check if advanced bidi is switched on.
isAdvancedBidiOnForTooltips() - Static method in class ilog.views.swing.IlvToolTipManager
Returns whether advanced bidi in enabled for tooltips.
isAdvancedCheckBoxVisible() - Method in class ilog.views.maps.beans.IlvJCoordinateSystemEditorPanel
Returns true
if the "advanced" check box of the editor is visible.
isAdvancedPanelsVisible() - Method in class ilog.views.maps.beans.IlvJCoordinateSystemEditorPanel
Returns the visibility of the advanced panels of the editor.
isAfter(double) - Method in class ilog.views.chart.IlvDataInterval
Returns whether the given value is greater than or equal to the maximum
bound.
isAfter(IlvDashboardSymbol, IlvDashboardSymbol) - Method in class ilog.views.dashboard.IlvDashboardKeySelectManager
Compares the selection chain order for two symbols.
isAlarmAsMark() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the alarm information is displayed
using the alarm balloon or an alarm marker.
isAlarmBalloonCollapsed() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the balloon alarm count must be the
aggregation of the alarms or the complete list of new alarms for this
object.
isAlarmBalloonCountAbbreviated() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the balloon alarm count must be
abbreviated or not in its collapsed representation.
isAlarmBalloonTextAntialiasing() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether or not alarm balloon texts are
drawn with anti-aliasing.
isAlarmBalloonVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns whether the alarm balloon is visible or not.
isAlarmBorderVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the alarm border is visible or not.
isAlarmBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltBaseRenderer
Returns the visibility status of the alarm border.
isAlarmColorVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether or not the graphic representation of
this object uses the alarm color for its base.
isAlarmColorVisible() - Method in class ilog.tgo.graphic.renderer.IltBaseRenderer
Returns if alarm color must be visible.
isAlarmCountAbbreviated() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the base alarm count must be
abbreviated or not.
isAlarmCountAntialiasing() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether or not alarm counts are drawn with
anti-aliasing.
isAlarmCountIconVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns if the icon that represents the alarm severity in the
alarm count should be visible or not.
isAlarmCountMultiline() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the base alarm count must be
displayed in two lines or not.
isAlarmCountVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the alarm count is visible or not.
isAlarmLossOfConnectivityOverride() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns true
when the loss of connectivity indicator
overrides the highest alarm representation in the object base.
isAllLevelsAlternating() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if at all levels, nodes are forced into
alternating circular layers.
isAllowDelete() - Method in class ilog.views.maps.beans.IlvEditableTree
Tells if deleting nodes is allowed or not.
isAllowDrag() - Method in class ilog.views.maps.beans.IlvEditableTree
Tells if dragging nodes is allowed or not.
isAllowDrawGhost() - Method in class ilog.views.chart.IlvChartInteractor
Returns whether a ghost can be drawn.
isAllowingDocking() - Method in class ilog.views.appframe.swing.docking.IlvDockingArea
Tells if docking and undocking windows is allowed.
isAllowingMoveObjects() - Method in class ilog.views.maps.beans.IlvMapLayer
Indicates if an interactor can or cannot move the objects in this layer.
isAllowingMultiplePoints() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentMakePolyLinkButton
Returns true
if the interactor allows
more than two points to be entered.
isAllowingMultiplePoints() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkMakePolyLinkButton
Returns true
if the interactor allows
more than two points to be entered.
isAllowingMultiplePoints() - Method in class ilog.tgo.interactor.IltMakePolyLinkInteractor
Returns true
if the interactor allows
more than two points to be entered.
isAllowingMultiplePoints() - Method in class ilog.views.interactor.IlvMakePolyPointsInteractor
Returns true
if the interactor allows
more than two points to be entered.
isAllowLabelPointOverlap() - Method in class ilog.views.maps.label.IlvMapLabelManager
Returns the flag to prevent labels from covering point features.
isAllowMessages() - Static method in class ilog.views.maps.defense.terrain.IlvComputedRasterReader
Returns true
if messages should be displayed.
isAllowMultiConnection() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperGrapherPin
Returns whether this connector allows multiple hyperedge ends to connect
to the same pin.
isAllowMultipleSelection() - Method in class ilog.views.maps.datasource.IlvFilePropertyEditor
Indicates whether or not the file chooser should support multiple selection.
isAllowPointOverlap() - Method in class ilog.views.maps.label.IlvMapLabelStyle
Tests if the labels are allowed to overlap points.
isAllowRename() - Method in class ilog.views.maps.beans.IlvEditableTree
Tells if renaming nodes is allowed or not.
isAllowScaleEdition() - Method in class ilog.views.maps.beans.IlvJMapScaleControl
Indicates if double-clicking on the scale for editing is allowed.
isAllValid() - Method in class ilog.views.util.swing.calendar.IlvJCalendar
Returns true if all subcomponents are currently valid.
isAllValid() - Method in class ilog.views.util.swing.calendar.IlvJTimeChooser
Returns true if all subcomponents are currently valid.
isAlphaBufferEnabled() - Method in class ilog.views.graphic.IlvEnhancedPolylineLinkImage
Returns true
if an additional buffer is used to draw the
object when the alpha composition value is not 1.0.
isAlphaBufferEnabled() - Method in class ilog.views.graphic.IlvFullZoomingGraphic
Returns true
if an additional buffer is used to draw the
object when the alpha composition value is not 1.0.
isAlphaBufferEnabled() - Method in class ilog.views.graphic.IlvHalfZoomingGraphic
Returns true
if an additional buffer is used to draw the
object when the alpha composition value is not 1.0.
IsAlternatePolygonDrawing() - Static method in class ilog.tgo.grprim.IltGraphicUtil
This static method indicates whether the alternate polygon
drawing routines are enabled or not.
isAlwaysOnTop() - Method in class ilog.views.maps.graphic.style.IlvMapStyle
Retrieves the AlwaysOnTop property value.
isAlwaysProducingGraphic() - Method in class ilog.views.maps.labelling.IlvLabeledAreaRenderer
Tells if the renderer is alway producing graphic even if there
is no matching name or value in the attributes.
isAlwaysProducingGraphic() - Method in class ilog.views.maps.labelling.IlvLabeledPointRenderer
Tells if the renderer is always producing graphic even if there
is no matching name or value in the attributes.
isAlwaysUseBoundingBox() - Method in class ilog.views.svg.SVGDocumentReaderConfigurator
Returns the mode used to read SVG gradients.
isAnimate() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns true
if the layout can perform a redraw of the
graph model after each iteration or step of the layout algorithm.
isAnnotationClipping() - Method in class ilog.views.chart.renderer.IlvTreemapChartRenderer
Returns true
if annotations are clipped to fit in their corresponding
rectangle.
isAnnotationVisible() - Method in class ilog.views.chart.graphic.IlvThresholdIndicator
Returns whether the scale annotations are visible.
isAntennaAntialiasing() - Method in interface ilog.tgo.css.IltObjectCustomization
isAntennaVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the graphical representation of the
antennae are visible or not.
isAntennaVisible() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Offscreen
Returns if the antenna is visible or not.
isAntennaVisible() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Standard
Returns if the antenna is visible or not.
isAntialiasing() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property that defines whether or not anti-aliasing is used to
improve the drawing of card items and BTS antennae.
isAntialiasing(IltGraphic) - Method in class ilog.tgo.graphic.IltCounterMapping
Returns the anti-aliasing value to be used in the counter decoration.
isAntialiasing() - Method in class ilog.tgo.graphic.IltCounterMapping
Returns the anti-aliasing value to be used in the counter decoration.
isAntialiasing() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Offscreen
Returns if anti-aliasing is used or not when drawing the
antenna.
isAntialiasing() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Standard
Returns if anti-aliasing is used or not when drawing the
antenna.
isAntialiasing() - Method in class ilog.tgo.graphic.renderer.IltLedBaseRenderer
Returns the LED anti-aliasing.
isAntialiasing() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer.BTSEquipment
Returns if anti-aliasing is used or not to draw the
object.
isAntialiasing() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer.ManagementElement
Returns the anti-aliasing value.
isAntialiasing() - Method in class ilog.tgo.grprim.IltTextPalette
Deprecated.
Returns true
if anti-aliasing is enabled.
isAntiAliasing() - Method in class ilog.views.chart.IlvChart
Returns the value of the antiAliasing
property.
isAntiAliasing() - Method in class ilog.views.chart.IlvLegend
Returns the value of the antiAliasing
property.
isAntialiasing() - Method in class ilog.views.gantt.graphic.renderer.IlvBasicActivityBar
Returns true
if the anti-aliasing mode of the text label is on.
isAntialiasing() - Method in class ilog.views.gantt.graphic.renderer.IlvBasicActivityLabel
Tests if label anti-aliasing is enabled.
isAntiAliasing() - Method in class ilog.views.graphic.IlvHTMLText
Returns true
if the anti-aliasing mode
of the text is on.
isAntialiasing() - Method in class ilog.views.graphic.IlvLabel
Returns true
if the anti-aliasing mode
of the label is on.
isAntialiasing() - Method in class ilog.views.graphic.IlvReliefLabel
Returns true
if the anti-aliasing mode
of the label is on.
isAntialiasing() - Method in class ilog.views.graphic.IlvScale
Returns true
if the anti-aliasing mode
of the labels is on.
isAntialiasing() - Method in class ilog.views.graphic.IlvShadowLabel
Returns true
if the anti-aliasing mode
of the text is on.
isAntialiasing() - Method in class ilog.views.graphic.IlvText
Returns true
if the anti-aliasing mode
of the text is on.
isAntialiasing() - Method in class ilog.views.graphic.IlvTextPath
Returns true
if the anti-aliasing mode
of the label is on.
isAntialiasing() - Method in class ilog.views.graphic.IlvZoomableLabel
Returns true
if the anti-aliasing mode
of the label is on.
isAntialiasing() - Method in class ilog.views.IlvManagerView
Returns true
if the antialiasing mode
of the view is on.
isAntialiasing() - Method in class ilog.views.maps.graphic.IlvFontMarker
Returns the anti-aliased status.
isAntialiasing() - Method in class ilog.views.maps.graphic.IlvMapGraphicText
Returns true
if the anti-aliasing mode
of the label is on.
isAntialiasing() - Method in class ilog.views.maps.graphic.IlvMapLabel
Returns true
if the anti-aliasing mode
of the label is on.
isAntialiasing() - Method in class ilog.views.maps.graphic.style.IlvMapTextStyle
Retrieves the Antialiasing property value.
isAntialiasing() - Method in class ilog.views.maps.rendering.IlvMapPointRenderingStyle
Retrieves the antialiasing value.
isAntialiasing() - Method in class ilog.views.maps.rendering.IlvMapTextRenderingStyle
Retrieves the antialiasing mode.
isAntiAliasing() - Method in class ilog.views.schedule.IlvScheduleDataChart
Returns the value of the antiAliasing
property.
isAntiAliasingText() - Method in class ilog.views.chart.IlvChart
Returns the value of the antiAliasingText
property.
isAntiAliasingText() - Method in class ilog.views.chart.IlvLegend
Returns the value of the antiAliasingText
property.
isAntiAliasingText() - Method in class ilog.views.schedule.IlvScheduleDataChart
Returns the value of the antiAliasingText
property.
IsApplet() - Static method in class ilog.cpl.IlpSystem
isApplet() - Method in class ilog.views.appframe.IlvApplication
Determines whether the main window of this application is an applet.
isApplet() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Returns true
if this class is run as an applet.
isApplyToSphere() - Static method in class ilog.views.maps.srs.coordtrans.IlvAbridgedMolodenskyTransform
Indicates if the Abridged Molodensky transform should be applied to sphere.
isAppropriateListener(FacesListener) - Method in class ilog.views.faces.dhtml.event.FacesMenuActionEvent
Always return Return true
.
isAppropriateListener(FacesListener) - Method in class ilog.views.faces.dhtml.event.FacesViewActionEvent
Return true
if this listener is an instance
of FacesViewActionListener
.
isAppropriateLookAndFeel(String) - Static method in class ilog.views.util.swing.IlvSwingUtil
Returns true
if the given look-and-feel class can reasonably
be used with the given JRE on the given platform.
isAreaMinimizationEnabled() - Method in class ilog.views.graphlayout.circular.IlvCircularLayout
Returns whether total area minimization is enabled.
isArtifact(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is an Artifact.
isAscending() - Method in class ilog.views.sdm.renderer.graphlayout.IlvSDMObjectComparator.DataModelAttributeSortCriteria
Tests the sort order.
isAscending() - Method in class ilog.views.sdm.renderer.graphlayout.IlvSDMObjectComparator.ModelOrderSortCriteria
Tests the sort order.
isASCIIMode() - Method in class ilog.views.io.IlvInputStream
Returns whether the stream is in ASCII mode.
isASRPFile(File) - Static method in class ilog.views.maps.defense.format.asrp.IlvRasterASRPReader
Checks if a file could be an ASRP GEN File by checking its content.
isAssignableFrom(IlpClass) - Method in class ilog.cpl.model.IlpAbstractClass
Determines whether this IlpClass
is either the same as, or is a superclass of, the class represented by
the specified IlpClass
parameter.
isAssignableFrom(IlpClass) - Method in interface ilog.cpl.model.IlpClass
Determines if the class represented by this IlpClass
object
is either the same as, or is a superclass of, the class represented by
the specified IlpClass
parameter.
isAssociation(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is an Association.
isAttached(IlvCSSCompatible) - Method in class ilog.views.symbology.palettes.IlvPaletteManager
Returns true if the input target is attached to this palette manager.
isAttachingAttributes() - Method in class ilog.views.maps.datasource.IlvMapDataSource
Indicates if the data source is attaching attributes.
isAttachingAttributes() - Method in class ilog.views.maps.format.IlvMapLoader
Returns true
if the attributes associated with the
map features are attached to the graphic objects.
isAttachingAttributes() - Method in class ilog.views.maps.format.IlvMapTileLoader
Returns true
if this tile loader is attaching attributes
to graphic objects it loads, when these are available.
isAttachingAttributes() - Method in class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOLayer
Returns true
if the attributes read from the SDO layer are attached
to the graphic objects.
isAttributeVisible(IlpAttribute) - Method in class ilog.cpl.model.IlpDefaultAttributeGroup
Checks whether the given attribute is visible or not.
isAttributeVisible(IlpAttribute) - Method in class ilog.cpl.model.IlpExtendedAttributeGroup
Checks whether the given attribute is visible or not.
isAtZoomXFactorLimit() - Method in class ilog.views.IlvManagerView
Returns true
if the zoom factor of the view reached
the minimal or the maximal zoom factor limit in the x direction when
the transformer was changed.
isAtZoomYFactorLimit() - Method in class ilog.views.IlvManagerView
Returns true
if the zoom factor of the view reached
the minimal or the maximal zoom factor limit in the y direction when
the transformer was changed.
isAutoColor(int) - Method in class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer
isAutoCommit() - Method in class ilog.views.util.data.IlvRowSetTableModel
Returns whether or not the RowSet
will use auto commit.
isAutoConnect() - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge
Returns true
if adding source or target nodes to the hyperedge
creates segments that connect the new hyperedge end to the remaining
segments.
isAutoCorrect() - Method in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelDescriptor
Returns whether an illegal specification is automatically corrected.
isAutoCreate() - Method in class ilog.views.appframe.docview.IlvDocumentViewConfiguration
Determines whether this document view configuration is automatically
used for creating a container and its view(s) when a new document has been
created.
isAutoCrossing() - Method in class ilog.views.chart.IlvScale
Indicates whether the scale uses a default crossing location.
isAutoDataMax() - Method in class ilog.views.chart.IlvAxis
Tells whether the data range maximum value is automatically computed.
isAutoDataMin() - Method in class ilog.views.chart.IlvAxis
Tells whether the data range minimum value is automatically computed.
isAutoDataRange() - Method in class ilog.views.chart.IlvAxis
Returns true
if the data range is computed and updated
automatically.
isAutoDateUpdating() - Method in class ilog.views.util.print.IlvPrintingController
Returns whether the date of the document is automatically updated.
isAutoEditLabel() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if this diagram component switches automatically to
label editing mode when a new node is created interactively.
isAutoEditLabel() - Method in class ilog.views.sdm.interactor.IlvMakeSDMNodeInteractor
Returns true
if this interactor is in "auto-edit-label" mode,
that is, if it will automatically install a label editing interactor as soon
as the new node is created.
isAutoFitToContents() - Method in class ilog.views.IlvManagerView
Returns true
if the view is in autofit
mode.
isAutoHide() - Method in class ilog.views.appframe.swing.IlvToolBar
Determines whether the toolbar is automatically hidden
after it has been removed all its child components.
isAutoKeepingAspectRatio() - Method in class ilog.views.interactor.IlvManagerMagViewInteractor
Returns true
if the control rectangle keeps the aspect
ratio during interactive resize exactly when the target manager view
has the keeping aspect ratio mode enabled.
isAutoLabelForCollapsedGraphic() - Method in class ilog.views.IlvManager
Returns true
if the label of the collapsed graphic is
determined automatically from the subgraph name.
isAutoLayout() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns true
if the auto layout mode is enabled.
IsAutomatic(Action) - Static method in class ilog.views.appframe.IlvAction
Determines whether the action events of the specified action are handled
by the action handlers registered with the application.
isAutomatic() - Method in class ilog.views.diagrammer.application.IlvDiagrammerPaletteBar
Returns true
if this palette toolbar is populated
automatically with sample objects from the current diagrammer component
of the application.
isAutomaticContainerTitle() - Method in class ilog.views.appframe.docview.IlvDocumentViewConfiguration
Determines whether the view containers created for this view container
have titles set automatically according to the associated document title.
isAutomaticCurrentDiagrammer() - Static method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the automatic handling of the current diagram
component is enabled.
isAutomaticExtending() - Method in class ilog.views.sdm.renderer.IlvLaneRenderer
Tests whether the lane is in automatic extending mode.
isAutomaticLabelLayout() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the labels in the diagram are
laid out automatically whenever the diagram is modified.
isAutomaticLinkLayout() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the links in the diagram are
laid out automatically whenever the diagram is modified.
isAutomaticNodeLayout() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the nodes in the diagram are
laid out automatically whenever the diagram is modified.
isAutomaticReading() - Method in class ilog.views.appframe.settings.IlvObjectSettingsHandler
Determines whether this object settings handler automatically reads
the settings when enough settings parameters have been set for getting
a settings element.
isAutomaticZoomLevel() - Method in class ilog.views.print.IlvManagerPrintableDocument
Returns true
if the automatic zoom level calculation is
enabled.
isAutomaticZoomLevel() - Method in class ilog.views.print.IlvSimplePrintableManager
Returns true
if the automatic zoom level calculation is
enabled.
isAutoNumberFormat() - Method in class ilog.views.chart.IlvDefaultStepsDefinition
Indicates whether the number format is automatically computed.
isAutoPopupWidth() - Method in class ilog.views.swing.IlvJComponentGraphic.ComboBoxOptions
Returns true
if the pop-up width is adjusted to the display
width of the combo box.
isAutoRearrange() - Method in class ilog.views.maps.beans.IlvMapLayerTreeModel
Returns true
if rearrange layers is allowed to change the
manager layer order.
isAutoRearrange() - Method in class ilog.views.maps.IlvMapInputStream
Tests if the auto rearrange is allowed to change the manager's layer
order after the IlvMapDataSourceModel
has been read.
isAutoRefresh() - Method in class ilog.views.chart.faces.dhtml.component.IlvChartDHTMLOverview
Returns true
if the overview is in auto refresh mode.
isAutoRegionOfInterest() - Method in class ilog.views.sdm.renderer.maps.IlvMapRenderer
Indicates whether the automatic computation of the region of interest is
enabled.
isAutoResize() - Method in class ilog.views.appframe.swing.IlvToolBar
Determines whether the bounds of the toolbar are automatically
updated after the toolbar is added or removed child components.
isAutoResizing() - Method in class ilog.views.graphic.IlvIcon
isAutoScaled() - Method in class ilog.views.maps.grids.IlvAbstractBaseGrid
Returns the autoscaling state (true by default).
isAutoScaleTitleRotation() - Method in class ilog.views.chart.IlvChart
Returns whether the rotation angle of the scale titles is computed
automatically depending on the type of the scale axis and depending on the
projector configuration.
isAutoScaling() - Method in class ilog.views.chart.IlvChart3DView
Indicates whether the automatic scaling of the view is active.
isAutoScheduling() - Method in class ilog.views.gantt.model.IlvGanttModelScheduler
Returns whether the schedule is automatically recomputed when the
Gantt data model changes.
isAutoSide() - Method in class ilog.views.chart.IlvScale
Indicates whether the side of the labels, title and "outside" ticks is
chosen automatically.
isAutoStepUnit() - Method in class ilog.views.chart.IlvDefaultStepsDefinition
Indicates whether the step unit is automatically computed.
isAutoSubmit() - Method in class ilog.tgo.faces.graph.dhtml.interactor.IltFacesGraphInteractor
Returns the autoSubmit
property.
isAutoSubmit() - Method in class ilog.views.faces.dhtml.interactor.IlvObjectSelectInteractor
Returns the auto submit mode.
isAutoSubStepUnit() - Method in class ilog.views.chart.IlvDefaultStepsDefinition
Indicates whether the substep unit is automatically computed.
isAutoSubStepUnit() - Method in class ilog.views.chart.IlvTimeStepsDefinition
Indicates whether the minor ticks unit is automatically computed.
isAutoTranslating() - Method in class ilog.views.interactor.IlvManagerMagViewInteractor
Returns true
if the AutoTranslating mode is
activated.
isAutoTranslating() - Method in class ilog.views.maps.beans.IlvJOverview
Returns the Auto Translating mode status.
isAutoTransparency() - Method in class ilog.views.chart.renderer.IlvBarChartRenderer
Returns whether this renderer should use transparent default colors.
isAutoTransparency() - Method in class ilog.views.chart.renderer.IlvPolylineChartRenderer
Returns whether this renderer should use transparent default colors.
isAutoTransparency() - Method in interface ilog.views.chart.renderer.IlvSuperimposedRenderer
Returns whether this renderer should use transparent default colors.
isAutoUnit() - Method in class ilog.views.chart.IlvTimeStepsDefinition
Indicates whether the step unit is automatically computed.
isAutoUpdate() - Method in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelLayout
Returns true
if the automatic update of labels on
geometry changes is enabled.
isAutoUpdateCapabilities() - Method in class ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLGanttChartView
Returns whether the automatic update will also update the capabilities.
isAutoUpdateCapabilities() - Method in interface ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLGanttSupport
Returns whether the automatic update will also update the capabilities.
isAutoUpdateCapabilities() - Method in class ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLGanttSupportImpl
Returns whether the automatic update will also update the capabilities.
isAutoUpdateCapabilities() - Method in class ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLScheduleChartView
Returns whether the automatic update will also update the capabilities.
isAutoVisibleRange() - Method in class ilog.views.chart.IlvAxis
Tells whether the visible range is synchronized with the data range.
isAutoWidthFromTree() - Method in class ilog.views.util.swing.tree.IlvDefaultTreeCellRenderer
Returns whether the renderer sets its width to the width of the tree.
isAutoWrapping() - Method in class ilog.views.chart.IlvLabelRenderer
Indicates whether automatic wrapping is used.
isAutoWrapping() - Method in class ilog.views.chart.IlvScale
Indicates whether step labels are wrapped.
isAutoWrappingSizeMode() - Method in class ilog.views.graphic.IlvText
isAutoZoomConstrained() - Method in class ilog.views.interactor.IlvManagerMagViewInteractor
Returns true
if the AutoZoom mode is constrained.
isAutoZoomConstrained() - Method in class ilog.views.maps.beans.IlvJOverview
Returns whether Auto Zoom mode is constrained or not.
isAutoZooming() - Method in class ilog.views.interactor.IlvManagerMagViewInteractor
Returns true
if the AutoZooming mode is activated.
isAutoZooming() - Method in class ilog.views.maps.beans.IlvJOverview
Returns the Auto Zooming mode.
isAxisVisible() - Method in class ilog.views.chart.IlvScale
Indicates whether the axis is visible.
isBackgroundObject(IlvGraphic) - Method in class ilog.views.dashboard.IlvDashboardDiagram
Tests if graphic
is a background object.
isBackgroundOn() - Method in class ilog.views.graphic.IlvZoomableLabel
Returns true
if the background of the
object will be filled.
isBackgroundSelectable() - Method in class ilog.tgo.graphic.IltNetwork
Returns the values set using setBackgroundSelectable
.
isBackOriented() - Method in class ilog.views.graphic.IlvEnhancedPolylineLinkImage
Returns true
if the link is backward oriented,
and false
otherwise.
isBackOriented() - Method in class ilog.views.graphic.linkpolicy.IlvCrossingAwareLinkImage
Returns true
if the link is backward oriented,
and false
otherwise.
isBacktrackCrossingReductionEnabled() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the backtrack mechanism of the link
crossing reduction phase is enabled.
isBad() - Method in class ilog.views.IlvTransformer
Returns true
if the transformer is not reversible.
isBarDockable(String) - Method in class ilog.views.appframe.swing.IlvDockingBarArea
Determines whether the bar with the specified name
is
dockable.
isBarExtensible(String) - Method in class ilog.views.appframe.swing.IlvDockingBarArea
Determines whether the bar with the specified name
is
extensible.
isBarVisible(String) - Method in class ilog.views.appframe.swing.IlvDockingBarArea
Determines whether the bar with the specified name
is visible.
isBaseSelectionBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltBaseRenderer
Returns the visibility status of the selection border for the base.
isBaseStyleEnabled() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the primary state information is
represented in the object base.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.composite.IlvCompositeGraphic
Returns true
because the bounding boxes of object's
children may depend on its text direction.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.composite.IlvCompositeLink
Returns true
because the bounding boxes of object's
children may depend on its text direction.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.IlvDefaultCollapsedGraphic
Returns true
if the bounding box of this object depends on
the base text direction of this object.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.IlvGraphicHandle
Returns true
if the bounding box of this object depends on
the base text direction of this object.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.IlvGraphicSet
Returns true
if the bounding box of this object depends on
the base text direction of this object.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.IlvLabel
Returns true
because the bounding box of this object
depends on its text direction.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.IlvReliefLabel
Returns true
because the bounding box of this object
depends on its text direction.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.IlvScale
Returns true
because the bounding box of this object
depends on its text direction.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.IlvShadowLabel
Returns true
because the bounding box of this object
depends on its text direction.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.IlvText
Returns true
because the bounding box of this object
depends on its text direction.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.IlvTextPath
Returns true
because the bounding box of this object
depends on its text direction.
isBaseTextDirectionSensitive() - Method in class ilog.views.graphic.IlvZoomableLabel
Returns true
because the bounding box of this object
depends on its text direction.
isBaseTextDirectionSensitive() - Method in class ilog.views.IlvGraphic
Returns true
if the bounding box of this object depends on
the base text direction of this object.
isBaseTextDirectionSensitive() - Method in class ilog.views.IlvManager
Returns true
if the bounding box of this object depends on
the base text direction of this object.
isBaseTextDirectionSensitive() - Method in class ilog.views.maps.graphic.IlvMapLabel
Returns true
because the bounding box of this object
depends on its text direction.
isBaseTextDirectionSensitive() - Method in class ilog.views.sdm.graphic.IlvDefaultManagerFrameGraphic
isBatched() - Method in class ilog.views.chart.data.IlvAbstractDataSet
Indicates whether notification events are batched.
isBatching() - Method in interface ilog.views.gantt.IlvGanttModel
Returns whether a batching session is currently active.
isBatching() - Method in class ilog.views.gantt.model.filter.IlvFilterGanttModel
Returns whether a batching session is currently active.
isBatching() - Method in class ilog.views.gantt.model.IlvAbstractGanttModel
Returns whether a batching session is currently active.
isBeamWidthBorderVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the beam widths are drawn with a
border.
isBeamWidthBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Offscreen
Returns if the bean width is drawn with a border or not.
isBeamWidthBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Standard
Returns if the bean width is drawn with a border or not.
isBeamWidthVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the graphical representation of the
antenna beam widths are visible or not.
isBeamWidthVisible() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Offscreen
Returns if the antenna beamwidth is visible or not.
isBeamWidthVisible() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer.Standard
Returns if the antenna beamwidth is visible or not.
isBefore(double) - Method in class ilog.views.chart.IlvDataInterval
Returns whether the given value is lower than or equal to the minimum bound.
isBilinearFiltering() - Method in class ilog.views.maps.defense.terrain3d.view.Ilv3DView
Indicates that bilinear filtering is active.
isBlinking() - Method in class ilog.tgo.graphic.IltCompositeGraphic
Deprecated.
IsBlinking(IltCompositeGraphic) - Static method in class ilog.tgo.model.IltBlinkingAlarms
isBorderOn() - Method in class ilog.views.graphic.IlvZoomableLabel
Returns true
if the border of the object will be drawn.
isBorderOpaque() - Method in class ilog.views.chart.IlvLegendSeparator
Returns whether or not the border is opaque.
isBorderOpaque() - Method in class ilog.views.util.swing.calendar.plaf.BasicCalendarPanelUI.SelectionBorder
Returns whether or not the border is opaque.
isBoundary(int) - Method in class ilog.views.util.text.IlvWrappedICUBreakIterator
isBounded() - Method in class ilog.views.chart.IlvAxis
Tells whether the data range along this axis is specified.
isBoundedByView() - Method in class ilog.views.interactor.IlvManagerMagViewInteractor
Returns true
if the control rectangle cannot be moved
outside of the view.
isBoundedByView() - Method in class ilog.views.maps.beans.IlvJOverview
Returns whether the control rectangle can be moved outside of the view.
isBoundingBoxDependent() - Method in class ilog.views.graphlayout.labellayout.IlvDefaultLabelingModel
Returns true
if two objects overlap only if their
bounding boxes overlap.
isBoundingBoxDependent() - Method in class ilog.views.graphlayout.labellayout.IlvLabelingModel
Returns true
if two objects overlap only if their
bounding boxes overlap.
isBus() - Method in class ilog.cpl.graph.graphlayout.css.IlpBusLayoutParameters
Returns if the object being configured by this bean is
the bus node.
isBusLineExtremityAdjustingEnabled() - Method in class ilog.views.graphlayout.bus.IlvBusLayout
Returns true
if the adjustment of the extremity points of
the bus line is enabled.
isBusWidthAdjustingEnabled() - Method in class ilog.views.graphlayout.bus.IlvBusLayout
Returns true
if the adjustment of the bus width to the
total width of the nodes is enabled.
isCaching() - Method in class ilog.views.chart.IlvLabelRenderer
Returns true
if this label renderer caches previous text
layouts and bounds, for speed.
isCachingCrossings() - Method in interface ilog.views.hypergraph.crossing.IlvCrossingOwner
Returns whether the crossing owner is caching the crossings.
isCalcRoot(Object) - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the input node was used as root during
layout.
isCancelClick(MouseEvent) - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeInteractor
Returns true
if the mouse event was a cancel click.
isCanceled() - Method in class ilog.views.appframe.util.IlvProgressMonitor
Returns true
if the user clicks the Cancel button in the
progress dialog.
isCancelled() - Method in interface ilog.views.maps.defense.terrain3d.model.IlvThreadedTaskProcessor.ThreadedTask
Returns whether this task has been canceled (by a call to setCancelled()
)
isCaptionLabelVisible() - Method in interface ilog.cpl.css.IlpAttributeCustomization
Returns whether the label displayed in the header is visible.
isCategorizingLinks() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the layout algorithm stores the
categorization of links into forward, backward, and non-tree links.
isCategorizingLinksWithoutLayout() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the layout algorithm does not really
perform a full layout.
isCategory() - Method in class ilog.views.chart.IlvScale
Indicates whether this scale displays categories.
isCategory(Object) - Method in class ilog.views.symbology.palettes.IlvPalette
Indicates if the specified object is an instance of IlvPaletteCategory
isCellEditable(Object, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToTreeModel
Indicates whether the value for node node
,
at column number columnIndex
is editable.
isCellEditable(Object, int) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToTreeTableModel
Indicates whether the value for node node
, at column number
columnIndex
is editable.
isCellEditable(EventObject) - Method in class ilog.views.gantt.swing.IlvTextFieldEditor
Asks the editor if it can start editing using anEvent .
isCellEditable(int, int) - Method in class ilog.views.sdm.swing.IlvSDMTableModel
Returns true
if
the underlying SDM model is editable.
isCellEditable(int, int) - Method in class ilog.views.util.data.IlvRowSetTableModel
Returns whether or not the given cell is editable.
isCellSelected(int, int) - Method in class ilog.cpl.table.IlpJTable
Redefined here to delegate the selection management to the
IlpTableView
containing this JTable
.
isCellSelected(int, int) - Method in class ilog.cpl.table.IlpTableView
Returns whether the cell at the specified position is selected.
isCenter() - Method in class ilog.views.sdm.renderer.IlvSDMLinkConnector
Returns if the link is connected to the center of the
node's base.
isCenteringWhenKeepingAspectRatio() - Method in class ilog.views.interactor.IlvManagerMagViewInteractor
Returns true
if resizing the control rectangle while
keeping the aspect ratio preserves the center of the view.
isChangedEvent() - Method in class ilog.views.chart.event.AxisRangeEvent
Returns whether the range has already been changed.
isChangedEvent() - Method in class ilog.views.gantt.util.event.IlvPropertyEvent
Returns whether this is a property changed event.
isChartOrigin() - Method in class ilog.views.chart.servlet.IlvIMapDefinition
Indicates whether the coordinates of the map areas should be expressed
in the coordinate system of the chart component.
isCheckBehaviorOverflows() - Static method in class ilog.views.prototypes.IlvGroupBag
Returns true
if the checking of infinite recursive calls is
enabled.
isChecked() - Method in class ilog.views.appframe.event.IlvCheckableActionHandler
Determines whether the action handled by this object is checked.
IsChecked(Action) - Static method in class ilog.views.appframe.IlvAction
Determines whether the specified action is checked.
isChecked() - Method in class ilog.views.maps.beans.IlvMapLayerTreeNode
Indicates if the node is in a selected state.
isChecking() - Method in class ilog.views.maps.beans.IlvMapAnnotationToolBar
Indicates if the point validity is checked or not.
isCheckingRootElementTag() - Method in class ilog.views.sdm.util.IlvXMLConnector
isCheckingStringAttributes() - Method in class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOWriter
Returns whether the writer is checking string attributes or not.
isChildrenEditable() - Method in class ilog.views.gantt.swing.IlvJTreeStringRenderPolicy
Returns whether leaf rows in the tree are editable.
isChildrenEditable() - Method in class ilog.views.gantt.swing.IlvStringColumn
Returns whether leaf rows in this column are editable.
isClickOnExpandIcon(ServerActionEvent) - Method in class ilog.views.gantt.servlet.IlvRowExpandCollapseAction
Returns whether the selection is on an expand icon.
isClipped() - Method in class ilog.views.chart.renderer.IlvSingleBubbleRenderer
Indicates whether the drawing of this renderer is clipped by the plotting
rectangle.
isClipped() - Method in class ilog.views.chart.renderer.IlvSingleScatterRenderer
Indicates whether the drawing of this renderer is clipped by the plotting
rectangle.
isClippingRequest() - Method in class ilog.views.maps.format.oracle.objectmodel.IlvDefaultObjectSDOTileLoader
Returns whether the tile loader will perform a strict clipping.
isClipToCenter() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeClippingConnector
Sets true
if all segments incident to the connector should
point to the center of the node.
isClosable(IlvPalette) - Method in class ilog.views.dashboard.IlvDashboardSymbolPalette
Tests if the palette
can be closed by the user.
isClosable(IlvPalette) - Method in class ilog.views.symbology.palettes.swing.IlvPaletteManagerTabbedViewer
Returns whether the tab corresponding to the specified palette can be closed by some user action
isClosed() - Method in class ilog.views.graphic.IlvSpline
Returns true
if the spline is closed.
isClosed() - Method in class ilog.views.interactor.IlvMakeSplineInteractor
Returns true
if the created spline should be closed.
isClosed() - Method in class ilog.views.maps.beans.IlvMapAnnotationToolBar.MapPolyline
Indicates if this polyline is closed or not.
isClosedMode() - Method in class ilog.views.IlvPolyPointsSelection
Returns true
if this object is in closed mode.
isCloseDocumentOnClose() - Method in class ilog.views.appframe.docview.IlvDocumentViewConfiguration
Determines whether the document associated with a container created for
this configuration is closed when the container is closed.
isClusterByBiconnectivity() - Method in class ilog.views.graphlayout.circular.IlvCircularLayout
Returns whether the clustering by biconnectivity is enabled.
isColinear(IlvSegmentedHyperEdge.Segment) - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge.Segment
Returns whether this segment and the input segment are colinear.
isCollapsed() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the network element is collapsed or
not.
isCollapsed() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer
Returns the collapsed property of this renderer.
IsCollapsed - Static variable in class ilog.tgo.model.IltNetworkElement
isCollapsed(IltGraphicManager) - Method in class ilog.tgo.model.IltNetworkElement
isCollapsed() - Method in class ilog.views.graphic.IlvTextSelection.Range
Tells if the range is collapsed, that means the from
and the
to
index are the same.
isCollapsed() - Method in class ilog.views.graphic.linkbundle.IlvLinkBundle
Returns the collapsed/expanded status of the link bundle.
isCollapsed() - Method in class ilog.views.IlvManager
Returns the collapsed/expanded status of the manager.
isCollapsed() - Method in interface ilog.views.IlvObjectWithSelection
Returns the collapsed/expanded status of the object.
isCollapsed(IlvSDMNode) - Method in class ilog.views.maps.IlvSDMHierarchyExpandManager
Checks if a group is collapsed by checking the presence of the "collapsed"
pseudo class.
isCollapseExpandIconsEnabled() - Method in class ilog.views.IlvManagerView
Indicates whether or not clicking on the expand/collapse icon of
manager frames and link bundles collapses or expands the objects.
isCollapsible() - Method in class ilog.views.graphic.linkbundle.IlvLinkBundle
Returns whether the object can be collapsed or expanded.
isCollapsible() - Method in class ilog.views.IlvManager
Returns whether the object can be collapsed or expanded.
isCollapsible() - Method in interface ilog.views.IlvObjectWithSelection
Returns whether the object can be collapsed or expanded.
isColumnComputed(int) - Method in class ilog.views.chart.datax.adapter.IlvDataSourceToFlatTableModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
on a given
column have no effect.
isColumnComputed(int) - Method in class ilog.views.chart.datax.adapter.IlvFlatListToFlatTableModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
have no effect on a given
column.
isColumnComputed(int) - Method in class ilog.views.chart.datax.adapter.IlvFlatSetToFlatTableModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
have no effect on a given
column.
isColumnComputed(int) - Method in class ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
have no effect on a given
column.
isColumnComputed(int) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
have no effect on a given
column.
isColumnComputed(int) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
have no effect on a given
column.
isColumnComputed(int) - Method in class ilog.views.chart.datax.adapter.IlvTreeTableToTreeListModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
have no effect on a given
column.
isColumnComputed(int) - Method in class ilog.views.chart.datax.adapter.IlvTreeToFlatTableModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
have no effect on a given
column.
isColumnComputed(int) - Method in class ilog.views.chart.datax.adapter.IlvTreeToTreeListModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
have no effect on a given
column.
isColumnComputed(int) - Method in class ilog.views.chart.datax.flat.list.IlvBasicFlatListModel
Returns true
if setValueAt
and setDoubleAt
on a given column have no
effect.
isColumnComputed(int) - Method in class ilog.views.chart.datax.flat.list.IlvBufferFlatListModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
on a given
column have no effect.
isColumnComputed(int) - Method in class ilog.views.chart.datax.flat.list.IlvDefaultFlatListModel
Returns true
if setValueAt
and setDoubleAt
on a given column have no
effect.
isColumnComputed(int) - Method in class ilog.views.chart.datax.flat.table.IlvBasicFlatTableModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
on a given
column have no effect.
isColumnComputed(int) - Method in class ilog.views.chart.datax.flat.table.IlvBufferFlatTableModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
on a given
column have no effect.
isColumnComputed(int) - Method in class ilog.views.chart.datax.tree.list.IlvBasicTreeListModel
Returns true
if setValueAt
and setDoubleAt
on a given column have no
effect.
isColumnComputed(int) - Method in class ilog.views.chart.datax.tree.list.IlvBufferTreeListModel
Returns true
if setValueAtInternal
and setDoubleAtInternal
on a given
column have no effect.
isColumnFixed(IlpAttribute) - Method in class ilog.cpl.IlpTable
Specifies whether the specified column is fixed.
isColumnFixed(int) - Method in class ilog.cpl.table.IlpTableColumnModel
Returns whether the specified column is fixed.
isColumnFixed(TableColumn) - Method in class ilog.cpl.table.IlpTableColumnModel
Returns whether the specified column is fixed.
isColumnFixed(IlpAttribute) - Method in class ilog.cpl.table.IlpTableView
Specifies whether the column is fixed.
isColumnVisible(IlpAttribute) - Method in class ilog.cpl.IlpTable
Specifies whether the specified column is visible.
isColumnVisible(IlpAttribute) - Method in class ilog.cpl.table.IlpTableView
Specifies whether the column is visible.
isCombinedInterGraphLinksMode() - Method in class ilog.tgo.graphic.graphlayout.IltLinkLayout
Returns true
if the routing of normal links in addition to
intergraph links is enabled.
isCombinedInterGraphLinksMode() - Method in class ilog.tgo.graphic.graphlayout.IltShortLinkLayout
Returns true
if the routing of normal links in addition to
intergraph links is enabled.
isCombinedInterGraphLinksMode() - Method in class ilog.views.graphlayout.link.IlvLinkLayout
Returns true
if the routing of normal links in addition
to intergraph links is enabled.
isCombinedInterGraphLinksMode() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Returns true
if the routing of normal links in addition
to intergraph links is enabled.
isCombinedInterGraphLinksMode() - Method in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout
Returns true
if the routing of normal links in addition
to intergraph links is enabled; returns false
otherwise.
isCombiningHyperEdgesAllowed() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeInteractor
Returns true
if combining hyperedges is allowed,
and false
otherwise.
isCompareBoundingBoxes() - Method in class ilog.views.gantt.graphic.IlvActivityTileLayout
Returns whether activity overlap is computed by comparing the graphic bounding boxes.
isCompared() - Method in class ilog.views.util.servlet.IlvRequestParameter
Whether the parameter value should be compared with default value,the
default value is false
.
isCompatibleWith(IlvPluginVersion) - Method in class ilog.views.appframe.plugin.IlvPluginVersion
Compares two version identifiers for compatibility.
isCompiledSymbolAutoLoad() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true if compiled symbols are loaded if available.
isCompletelyDirty(JComponent) - Method in class ilog.views.util.swing.IlvAbstractRepaintManager
This method returns true when it can be quickly determined that the dirty
region of the given component c contains the bounds of c.
isComponentOrientationFromGraphic() - Method in class ilog.views.swing.IlvSimplePopupMenu
Returns whether the pop-up menu inherits the component orientation from
the graphic object that the pop-up menu is displayed for.
isComponentOrientationSensitive() - Method in class ilog.views.graphic.IlvGraphicSet
Returns true
if the bounding box of this object depends
on the component orientation of this object.
isComponentOrientationSensitive() - Method in class ilog.views.IlvGraphic
Returns true
if the bounding box of this object depends
on the component orientation of this object.
isComponentOrientationSensitive() - Method in class ilog.views.IlvManager
Returns true
if the bounding box of this object depends
on the component orientation of this object.
isComputed() - Method in class ilog.cpl.style.IlpStyleContext
Deprecated.
Checks whether the style has been computed.
isComputedFromAlarmList() - Method in class ilog.tgo.model.IltAlarm.State
Returns the activation status of the automatic computation of alarm
counters from the list of alarms.
isConcatParentLayerName() - Method in class ilog.views.maps.export.IlvShapeExporter
Tells if this exporter concatenates parent layer name when creating filenames when exporting a layer.
IsConnected(IlvGraphModel) - Static method in class ilog.views.graphlayout.IlvGraphLayoutUtil
Checks whether a graph model is connected or not.
isConnected(IlvHyperEdgeEnd) - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperGrapherPin
Returns true
if the input hyperedge end is connected
to this pin.
isConnected(IlvSegmentedHyperEdge.Segment, IlvSegmentedHyperEdge.Segment) - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge
Returns whether both input segments are connected.
isConnected(IlvLinkImage, boolean) - Method in class ilog.views.linkconnector.IlvGrapherPin
Returns true
if link
is connected to this pin,
and false
otherwise.
isConnected() - Method in class ilog.views.maps.export.SDOConnectionPanel
Indicates whether or not the panel is connected to Oracle.
isConnectingLinksToShape() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutRenderer
Returns the flag that specifies whether the graph layout algorithm
should connect the links to the shape of the nodes or to the global
bounding box of the nodes.
isConnectionPointCheckEnabled() - Method in class ilog.views.graphlayout.IlvGraphModel
Returns true
if the checks for the connection points of
the links are enabled, and false
otherwise.
isConnectionPointMoveAllowed() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeConnector
Returns whether it is globally allowed to move the connection points
interactively.
isConnectionPointMoveAllowed() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns whether the newly created hyperedge connector allows to move the
hyperedge ends interactively when they are controlled by the connector.
isConnectionPointMoveAllowed() - Method in class ilog.views.linkconnector.IlvFreeLinkConnector
Specifies whether the interactors are allowed to move the connection points
of the links connected to the node to which this link connector is
attached.
isConnectLinksToNodeCenters() - Method in class ilog.views.graphlayout.basic.IlvBasicLinkStyleLayout
Returns true
if the algorithm connects the links to the
centers of the nodes.
isConnectorFullyZoomable() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns whether the newly created hyperedge pin connector behaves fully
zoomable.
isConstantModeManagerFrameAutoMargin() - Method in class ilog.views.graphlayout.IlvGrapherAdapter
Returns whether automatic correction of the margins of the
IlvConstantModeManagerFrame
object is enabled when this
object appears as the frame of submanagers that are laid out.
isConstantRowHeight() - Method in class ilog.views.gantt.graphic.IlvActivityTileLayout
Returns whether each Gantt row maintains a constant height as it is subdivided into
subrows.
isConstantZoomFactorOnWidthChange() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
Returns whether the visible duration of the Gantt sheet is modified
when its width changes in order to maintain a constant zoom factor.
isConstantZoomFactorOnWidthChange() - Method in class ilog.views.gantt.IlvHierarchyChart
Returns whether the visible duration of the chart will be modified when its
width changes in order to maintain a constant zoom factor.
isConstantZoomFactorOnWidthChange() - Method in class ilog.views.gantt.IlvTimeScrollSupport
Returns whether the duration will be modified when the view width
changes in order to maintain a constant zoomFactor
.
isConstantZoomFactorOnWidthChange() - Method in class ilog.views.gantt.scale.IlvTimeScale
Returns whether the visible duration of the scale will be modified when its
width changes in order to maintain a constant zoom factor.
isConstrainedOnContents() - Method in class ilog.views.faces.component.IlvFacesView
Returns whether the view is constrained to the manager content bounds or not.
isConstraintFloatable() - Method in class ilog.views.appframe.swing.docking.IlvDockingArea
Tells if the docking area constraints the floatable
windows into the visible screen area.
isConstraintLayerVisible() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
isConstraintLayerVisible() - Method in class ilog.views.gantt.IlvHierarchyChart
Returns whether the constraint graphic layer is visible in the Gantt
sheet.
isConsumeEvents() - Method in class ilog.views.chart.IlvChartInteractor
Returns true
if this interactor consumes the events that it has
recognized.
isConsumeEvents() - Method in class ilog.views.IlvAccelerator
Returns whether the accelerator consumes events.
isContained(IlvDashboardSymbol) - Method in class ilog.views.dashboard.IlvDashboardDiagram
Tests if the given symbol is contained in this
dashboard diagram.
isContainerActiveByDefault() - Method in class ilog.views.appframe.docview.IlvDocumentViewConfiguration
Determines whether the container created for this configuration
should be automatically activated when created.
isContainerCollapseIconVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether or not the collapse icon is added to
the detail objects of a container, assuming that
ContainerStatusVisible
is set to true
.
isContainerExpansionIconVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether or not the in-place expansion icon
is added to the overview object of a container, assuming that
ContainerStatusVisible
is set to true
.
isContainerGraphic() - Method in class ilog.tgo.graphic.IltCompositeGraphic
isContainerGraphic() - Method in interface ilog.tgo.graphic.IltGraphic
Deprecated.
Returns true if this graphic representation belongs to a container.
isContainerGraphic() - Method in class ilog.tgo.swing.IltComponentGraphic
Deprecated.
isContainerStatusVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether or not a container status (expanded
vs collapsed) is indicated by an icon.
isContainerVisible() - Method in class ilog.views.appframe.docview.IlvAbstractStaticViewContainer
Determines whether this view container is visible.
isContainerVisible() - Method in interface ilog.views.appframe.docview.IlvViewContainer
Determines whether this view container is visible.
isContainerVisible() - Method in class ilog.views.appframe.swing.IlvDefaultStaticViewContainer
Determines whether this view container is visible.
isContainerVisible() - Method in class ilog.views.appframe.swing.mdi.IlvInternalFrame
Determines whether this internal frame is visible.
isContainerVisible() - Method in class ilog.views.appframe.swing.mdi.IlvMDITab
Determines whether this MDI tab is visible.
isContainsWhenNotFilled() - Method in class ilog.views.graphic.IlvGeneralPath
Returns true
when the
method contains
will return true
for a
point inside the shape even if the object
is not filled.
isContentsAdjusting() - Method in class ilog.views.IlvManager
Returns true
if the manager is currently doing
a major modification of its contents.
isContinuous() - Method in class ilog.views.chart.IlvLocalZoomAxisTransformer
Indicates whether the local zoom is continuous.
isContinuousRefresh() - Method in class ilog.views.maps.defense.terrain3d.view.Ilv3DView
Returns whether this view continously refreshes its content (at the
specified target frame rate), or refreshes only on calls to the
refresh()
method.
isContinuousZoomButtonAvailable() - Method in class ilog.views.maps.beans.IlvJMapsManagerViewControlBar
Returns true
if the continuous zoom tool is available.
isContributingToViewBBox(int) - Method in class ilog.views.IlvManagerView
Returns true
if the specified layer is taken into account
when computing the bounding box of the view.
isConverterLocalized(Class<?>, Class<?>) - Static method in class ilog.views.util.convert.IlvConvert
Returns true whether the converter which can handle given parameters is
localized.
isConvertible(Class<?>, Class<?>) - Static method in class ilog.views.util.convert.IlvConvert
Returns true
if a values from type fromType
can
be converted to a value of type toType
.
isCoordinateRotation() - Method in class ilog.views.maps.projection.IlvObliqueMercatorProjection
Returns true
if the Cartesian coordinates are rotated
by the opposite of the azimuth of this projection.
isCornersZoomable() - Method in class ilog.views.graphic.IlvRectangle
Returns true
if the radius of the rounded corners follows
the zoom level.
isCounterModificationAllowed() - Method in class ilog.tgo.model.IltAlarm.State
isCreateGroupEnabled(IlvSDMModel) - Method in class ilog.views.maps.symbology.swing.IlvAbstractGroupTreeViewActions
Returns true
.
isCreateGroupEnabled(IlvSDMModel) - Method in interface ilog.views.maps.symbology.swing.IlvSymbologyTreeViewActions
Returns true
if the method createGroup
is
enabled.
isCreateSampleNetwork() - Method in class ilog.tgo.graphic.IltNetwork
isCreateSymbolEnabled(IlvSDMModel) - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aSymbologyTreeViewActions
Returns true
isCreateSymbolEnabled(IlvSDMModel) - Method in interface ilog.views.maps.symbology.swing.IlvSymbologyTreeViewActions
Returns true
if the method createSymbol
is
enabled.
isCreationAllowed() - Method in class ilog.views.interactor.IlvEditLabelInteractor
Returns true
if the interactor allows objects to be created.
isCreationInSubManagersAllowed() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeBaseInteractor
Returns true
if the creation of objects in submanagers
is allowed, and false
otherwise.
isCreationInSubManagersAllowed() - Method in class ilog.views.interactor.IlvEditLabelInteractor
Returns true
if the creation of objects in submanagers
is allowed, and false
otherwise.
isCreationInSubManagersAllowed() - Method in class ilog.views.interactor.IlvMakePolyPointsInteractor
Returns true
if the creation of objects in submanagers
is allowed, and false
otherwise.
isCreationInSubManagersAllowed() - Method in class ilog.views.interactor.IlvMakeRectangleInteractor
Returns true
if the creation of objects in submanagers
is allowed, and false
otherwise.
isCrossingAdjusting() - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge
Returns whether the segmented hyperedge is inside an adjustment session for
the crossings.
isCrossingAwareLinksFrozen() - Method in class ilog.views.IlvGrapher
Returns whether all crossing aware links of this manager are frozen.
isCrossingEnabled() - Method in class ilog.views.graphic.linkpolicy.IlvCrossingAwareLinkImage
Returns true
if crossings are shown on the link.
isCrossingEnabled() - Method in interface ilog.views.hypergraph.crossing.IlvCrossingAwareObject
Whether crossings are enabled for the crossing owner.
isCrossingEnabled() - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge
Returns true
if tunnel (jog) crossing display is enabled for
this hyperedge.
isCrossingEnabled() - Method in class ilog.views.hypergraph.interactor.IlvMakeSegmentedHyperEdgeInteractor
Returns whether the crossing mode should be enabled at the newly created
edge.
isCrossingEnabled() - Method in class ilog.views.sdm.graphic.IlvGeneralLink
Returns true
if crossings are shown on the link.
isCrossingReductionDuringIncremental() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if crossing reduction during incremental
layout is enabled.
isCrossingReductionEnabled() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Returns true
if crossing reduction is enabled.
isCurrentFixedAngleMode() - Method in class ilog.views.hypergraph.interactor.IlvMakeSegmentedHyperEdgeInteractor
Returns true
if the interactor is currently creating segments
with fixed angle, and false
if the interactor is currently
creating segments with variable angle.
isCursorSet() - Method in class ilog.tgo.swing.IltComponentManager
isCursorSet() - Method in class ilog.views.chart.IlvChart
Returns whether a specific cursor has been set on this chart.
isCursorSet() - Method in interface ilog.views.IlvObjectInteractorContext
Returns whether the cursor is set in the context.
isCursorSet() - Method in class ilog.views.prototypes.IlvPrototypeBeanSupport
Implementation of the IlvObjectInteractorContext
interface.
isCustomJLabelBasedRendering() - Method in class ilog.views.util.swing.IlvJComboBox
Returns whether the component orientation workaround is used for a
custom renderer that is a subclass of JLabel
.
isCyclic() - Method in class ilog.views.sdm.graphic.IlvPaint
Returns the cyclic value for gradient paint.
isDataFlavorSupported(DataFlavor) - Method in class ilog.views.IlvGraphic
Indicates whether the specified data flavor is supported for
this object or not.
isDataFlavorSupported(DataFlavor) - Method in class ilog.views.symbology.palettes.swing.IlvPaletteObjectTransferable
isDatumPanelVisible() - Method in class ilog.views.maps.beans.IlvJCoordinateSystemEditorPanel
Returns true
if the datum panel of the editor is visible.
isDebug() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLabelLayoutRenderer
Returns true
if in debug mode.
isDebugBoundingBoxes() - Method in class ilog.views.IlvManager
Returns whether debugging the bounding boxes is enabled.
isDecimalSeparatorAlwaysShown() - Method in class ilog.views.util.text.IlvWrappedICUDecimalFormat
isDeclarationStatusIconEnabled() - Method in class ilog.views.chart.customizer.swing.IlvChartCSSCustomizerPanel
Returns true
if the display of declaration
status icons is enabled, and returns false
otherwise.
isDecodedProperty(String) - Method in class ilog.tgo.faces.graph.dhtml.interactor.IltFacesGraphInteractor
Returns true
if the specified property was decoded during the "Apply
Request Value" phase of the JSF lifecycle, false
otherwise.
isDecodedProperty(String) - Method in class ilog.views.faces.component.IlvBasicView
Returns true
if the specified property was decoded during the "Apply
Request Value" phase of the JSF lifecycle, false
otherwise.
isDecodedProperty(String) - Method in class ilog.views.faces.component.IlvButtonGroup
Returns true
if the specified property was decoded during the "Apply
Request Value" phase of the JSF lifecycle, false
otherwise.
isDecodedProperty(String) - Method in interface ilog.views.faces.component.IlvFacesComponent
Returns true
if the specified property was decoded during the "Apply
Request Value" phase of the JSF lifecycle, false
otherwise.
isDecodedProperty(String) - Method in class ilog.views.faces.component.IlvFacesComponentBase
Returns true
if the specified property was decoded during the "Apply
Request Value" phase of the JSF lifecycle, false
otherwise.
isDecodedProperty(String) - Method in class ilog.views.faces.component.IlvFacesComponentImpl
Returns true
if the specified property was decoded during the "Apply
Request Value" phase of the JSF lifecycle, false
otherwise.
isDecodedProperty(String) - Method in class ilog.views.faces.component.IlvFacesMenu
Returns true
if the specified property was decoded during the "Apply
Request Value" phase of the JSF lifecycle, false
otherwise.
isDecodedProperty(String) - Method in class ilog.views.faces.component.IlvImageButton
Returns true
if the specified property was decoded during the "Apply
Request Value" phase of the JSF lifecycle, false
otherwise.
isDecodedProperty(String) - Method in class ilog.views.faces.dhtml.interactor.IlvObjectSelectInteractor
Returns true
if the specified property was decoded during the "Apply
Request Value" phase of the JSF lifecycle, false
otherwise.
isDecorationOn() - Method in class ilog.views.maps.graphic.IlvDecoratedPath
Returns true
if the decoration of this decorated path
is to be drawn.
isDecorationOnly() - Method in class ilog.views.maps.graphic.IlvMapGraphicPath
Returns true
if the decoration of this decorated path
is to be drawn.
isDecorationOnly() - Method in class ilog.views.maps.graphic.IlvMapPolyline
Returns true
if the decoration of this decorated path is to
be drawn.
isDecorationOnly() - Method in class ilog.views.maps.graphic.style.IlvPolylineStyle
Retrieves the DecorationOnly property value.
isDecorationOnly() - Method in class ilog.views.maps.rendering.IlvMapLineRenderingStyle
Tells if the object should draw only its decoration.
isDecorationRule(IlvCSSRule) - Method in class ilog.views.chart.customizer.IlvChartCSSAdapter
Tests whether a rule is a decoration rule.
isDecorationsOffsetZoomable() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property determining if the offset used to attach the group
information cluster in the base is zoomable or not.
isDefaultConstraintLayerVisible() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
Returns whether the default constraint layer is visible.
isDefaultFlow(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if the given object is a Default Sequence Flow.
isDefaultLabelClass(Object) - Method in class ilog.views.graphlayout.labellayout.IlvDefaultLabelingModel
Returns true
if the class of the object is the default
labeling class.
isDefaultMappingEnabled() - Method in class ilog.views.dashboard.IlvDashboardContext
Checks if symbol parameters are automatically mapped to SDM object
properties when it is added to a dashboard diagram.
isDefaultNamespace(String) - Method in class ilog.views.appframe.settings.IlvSettings
isDefaultNamespace(String) - Method in class ilog.views.appframe.settings.IlvSettingsAttribute
isDefaultNamespace(String) - Method in class ilog.views.appframe.settings.IlvSettingsElement
isDefaultNamespace(String) - Method in class ilog.views.appframe.settings.IlvSettingsNode
isDefaultObstacleClass(Object) - Method in class ilog.views.graphlayout.labellayout.IlvDefaultLabelingModel
Returns true
if the class of the object is the default
obstacle class.
isDelegateObjectInteractor(IlvObjectInteractor) - Method in class ilog.views.graphic.IlvFullZoomingGraphic
Tests whether the input object interactor is the delegate interactor
suitable for this class.
isDelegateObjectInteractor(IlvObjectInteractor) - Method in class ilog.views.graphic.IlvGraphicHandleBag
Tests whether the input object interactor is the delegate interactor
suitable for this class.
isDelegateObjectInteractor(IlvObjectInteractor) - Method in class ilog.views.graphic.IlvHalfZoomingGraphic
Tests whether the input object interactor is the delegate interactor
suitable for this class.
isDeletionAllowed() - Method in class ilog.views.diagrammer.faces.dhtml.interactor.IlvFacesDiagrammerSelectInteractor
Returns if the user is allowed to delete the current selection of the
selection manager using the delete
key when this interactor
is set on the view.
isDependencyRendered(UIComponent, IlvDependencyManager) - Static method in class ilog.views.faces.dhtml.renderkit.IlvDHTMLUtil
Returns true
if the dependency component has already rendered
itself, false
otherwise.
isDependentOn(IlpAttribute) - Method in interface ilog.cpl.model.IlpAttributeValueProvider
Returns whether this attribute depends on the given attribute
to calculate its value.
isDependentOn(IlpAttribute) - Method in class ilog.cpl.model.IlpReferenceAttribute
Indicates whether this attribute depends on the given attribute
to calculate its value.
isDependentOn(IlpAttribute) - Method in class ilog.cpl.model.IlpStaticAttribute
Indicates whether this attribute depends on the given attribute
to calculate its value.
isDepressed() - Method in class ilog.tgo.graphic.renderer.IltOPCBaseRenderer.Clover
Returns if the Off-Page connector representation should
be displayed as depressed.
isDepressed() - Method in class ilog.tgo.graphic.renderer.IltOPCBaseRenderer.Diamond
Returns if the Off-Page connector representation should
be displayed as depressed.
isDepressed(IltGraphicManager) - Method in class ilog.tgo.model.IltOffPageConnector
isDescendant(IlvGanttModel, IlvHierarchyNode, IlvHierarchyNode) - Static method in class ilog.views.gantt.IlvGanttModelUtil
Returns true
if the specified child activity or resource is a
descendant of the specified parent activity or resource in the hierarchical
data tree.
isDescendIntoExpandedSubgraphsAllowed() - Method in class ilog.views.accelerator.IlvCycleSelectAccelerator
Returns whether the accelerator will descend the selection cycle into
the inner nodes of nested subgraphs.
isDirectRedrawEnabled() - Method in class ilog.views.chart.IlvChart.Area
Returns the value of the directRedraw
property.
isDisabled() - Method in interface ilog.views.util.styling.IlvCSSRule
Returns whether the rule is enabled or not.
isDismissOnMove() - Method in class ilog.cpl.graphic.IlpToolTipManager
Returns true
if moving the mouse makes a tooltip disappear.
isDismissOnMove() - Method in class ilog.tgo.graphic.IltToolTipManager
Deprecated.
Returns true if moving the mouse makes a tooltip disappear.
isDispatchThread() - Static method in class ilog.views.util.swing.IlvSwingUtil
Returns true
if the calling thread is the current AWT/Swing
event dispatch thread.
isDisplayColor() - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aGraphic
Returns the indication whether the symbol color, if available, will be displayed.
isDisplayDirection() - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aGraphic
Returns the indication whether direction is displayed.
isDisplayEasting() - Method in class ilog.views.maps.beans.IlvCoordinateViewer
Returns true
if this coordinate viewer displays the easting value of the mouse coordinates.
isDisplayEasting() - Method in class ilog.views.maps.beans.IlvJCoordinateViewer
Returns true
if this coordinate viewer displays the easting value of the mouse coordinates.
isDisplayed(IlvResource) - Method in class ilog.views.schedule.IlvResourceDataChart
Returns whether the specified resource is displayed.
isDisplayFill() - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aGraphic
Returns the indication whether the symbol fill , if available, will be displayed.
isDisplayFrame() - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aGraphic
Returns the indication whether the symbol frame, if available, will be displayed.
isDisplayIcon() - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aGraphic
Returns the indication whether the symbol icon, if available, will be displayed.
isDisplayingConstraints() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
Returns whether the Gantt sheet is displaying constraints.
isDisplayingConstraints() - Method in class ilog.views.gantt.IlvHierarchyChart
Returns whether the Gantt sheet is displaying constraints.
isDisplayingDataSet(IlvDataSet) - Method in class ilog.views.chart.IlvChartRenderer
Indicates whether the current renderer is used to display the specified
data set.
isDisplayLabelsForLayer(IlvMapLayer) - Method in class ilog.views.maps.label.IlvMapLabelManager
Tests if the specified layer index corresponds to a layer displayed by
this IlvMapLabelManager
instance.
isDisplayLabelsForLayer(int) - Method in class ilog.views.maps.label.IlvMapLabelManager
isDisplayModifiers() - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aGraphic
Returns the indication whether modifiers are displayed.
isDisplayNorthing() - Method in class ilog.views.maps.beans.IlvCoordinateViewer
Returns true
if this coordinate viewer displays the northing value of the mouse coordinates.
isDisplayNorthing() - Method in class ilog.views.maps.beans.IlvJCoordinateViewer
Returns true
if this coordinate viewer displays the northing value of the mouse coordinates.
isDiverging() - Method in class ilog.views.chart.renderer.IlvBarChartRenderer
Returns true if negative values are stacked separately from positive
values.
isDividerOneTouchExpandable() - Method in class ilog.views.gantt.IlvHierarchyChart
Returns whether the divider should provide a UI widget to expand or collapse the divider quickly.
isDividerOpaqueMove() - Method in class ilog.views.gantt.IlvHierarchyChart
Returns whether the divider is in Opaque Move mode or not.
isDoActionOnBGDeselect() - Method in class ilog.views.faces.dhtml.component.IlvDHTMLImageButton
Returns whether the button should execute its action when it's deselected by its button group.
isDockableDocked(String) - Method in class ilog.views.appframe.swing.docking.IlvDockingArea
Determines whether the dockable with the specified name
is
docked.
isDockableUndocked(String) - Method in class ilog.views.appframe.swing.docking.IlvDockingArea
Determines whether the dockable with the specified name
is
undocked.
isDockableVisible(String) - Method in class ilog.views.appframe.swing.docking.IlvDockingArea
Determines whether the dockable with the specified name
is visible.
isDocked() - Method in class ilog.views.appframe.swing.docking.DockingEvent
Determines whether the dockable that fired this event is docked.
isDocked() - Method in interface ilog.views.appframe.swing.IlvDockingBarArea.DockingBarInfo
Determines whether the bar is docked.
isDOMElement() - Method in class ilog.views.appframe.settings.IlvSettingsElement
Determines whether this settings element is associated with a unique
Element
, without any cascading applied on this element.
IsDontSetLocale() - Static method in class ilog.cpl.IlpSystem
Returns true
if your program is running in a non-locale environment.
isDoRasters() - Method in class ilog.views.maps.beans.IlvMapLegend
Returns true if raster layers should be shown in legend.
isDottedBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltAbstractImageBaseRendererFactory
Indicates whether an additional dotted border
should be drawn around the base.
isDottedBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltBaseRenderer
Returns the visibility status of the dotted border.
isDottedBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer.BTS
isDottedBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer.BTSEquipment
isDottedBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer.MuxShape
isDottedBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer.NetworkShape
isDottedBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer.StationShape
isDottedBorderVisible() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer.TransportShape
isDoubleBufferFrozen() - Method in class ilog.views.IlvManagerView
Returns true
if the double buffer is frozen.
isDoubleBuffering() - Method in class ilog.views.awt.IlvManagerViewPanel
Returns true if the panel is in double buffering.
isDoubleBuffering() - Method in class ilog.views.awt.IlvScrollManagerView
Returns the double buffering state of the manager view.
isDoubleBuffering() - Method in class ilog.views.IlvManagerView
Returns the double-buffering mode of
the view.
isDoubleVersion() - Method in class ilog.views.io.IlvInputStream
returns true is the file is written with JViews 9.0 and later
isDragAllowed() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentSelectButton
Returns true
if the interactor lets the user select objects
by dragging a rectangle, false
otherwise.
isDragAllowed() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkSelectButton
Returns true
if the interactor lets the user select objects
by dragging a rectangle, false
otherwise.
isDragAllowed() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns true
if the interactor lets the user
select objects by dragging a rectangle, false
otherwise.
isDragAllowed() - Method in class ilog.views.prototypes.IlvFillBehavior
Returns the dragAllowed
parameter of this behavior.
isDragAllowed() - Method in class ilog.views.prototypes.IlvRotationBehavior
Returns the dragAllowed
parameter of this behavior.
isDragAllowed() - Method in class ilog.views.prototypes.IlvTranslateBehavior
Returns the dragAllowed
parameter of this behavior.
isDragEnabled() - Method in class ilog.views.sdm.IlvSDMView
Returns true
if this view is enabled
as a source for drag-and-drop interactions.
isDragEndAllowed(IlvHyperEdgeEnd) - Method in class ilog.views.hypergraph.IlvHyperEdgeEdition
Returns whether it is allowed to drag the hyperedge end.
isDragging() - Method in class ilog.views.hypergraph.IlvDefaultHyperEdgeEnd
Returns true
if we are currently dragging the hyperedge end
interactively.
isDragging(IlvManager) - Static method in class ilog.views.hypergraph.IlvHyperEdgeEdition
Returns true if a segment of a hyperedge is currently dragged in the
manager.
isDragging(MouseEvent) - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns true
if the mouse event was dragging.
isDragging() - Method in class ilog.views.interactor.IlvMoveRectangleInteractor
Returns true
if the
interactor is currently dragging a rectangle.
isDraggingEnabled() - Method in class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer
Returns true
if the user is allowed to drag objects from one
swimlane to another.
isDragInnerHandleAllowed(IlvSegmentedHyperEdge.Segment, IlvSegmentedHyperEdge.Segment) - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdgeEdition
Returns whether it is allowed to drag inner handles.
isDragSegmentAllowed(IlvSegmentedHyperEdge.Segment) - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdgeEdition
Returns whether it is allowed to drag this segment.
isDrawCentered() - Method in class ilog.views.maps.label.IlvMapLabelStyle
Tells whether labels should be displayed in the polygon center, even if polygon is not filled.
isDrawingStroke() - Method in class ilog.views.maps.graphic.style.IlvGraphicPathStyle
Tells if the drawing stroke attribute is set.
isDrawingStroke() - Method in class ilog.views.maps.rendering.IlvMapAreaRenderingStyle
Returns true
if the boundary of the areas is drawn.
isDrawLabelOutline() - Method in class ilog.views.maps.defense.terrain3d.component.Ilv3DLabel
Returns whether the outline of the label is drawn or not.
isDrawOutline() - Method in class ilog.views.maps.label.IlvMapLabelStyle
Returns whether the outline should be drawn.
isDropEnabled() - Method in class ilog.views.sdm.IlvSDMView
Returns true
if this view is enabled
as a target for drag-and-drop interactions.
isDropToGroupEnabled() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true
if dropping or duplicating a node in
an existing subgraph will make the node a child of this
subgraph, or false
otherwise.
isDuplicateAllowed(Object[]) - Method in class ilog.views.maps.symbology.swing.IlvSymbologyTreeView
Returns whether duplicating selected symbols is allowed.
isDuplicateSymbolEnabled(IlvSDMModel) - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aSymbologyTreeViewActions
Returns true
isDuplicateSymbolEnabled(IlvSDMModel) - Method in interface ilog.views.maps.symbology.swing.IlvSymbologyTreeViewActions
Returns true
if the method duplicateSymbol
is
enabled.
isDuplicationAllowed() - Method in class ilog.views.gantt.graphic.interactor.IlvGanttSelectInteractor
isDynamicList() - Method in class ilog.views.appframe.event.IlvListActionHandler
Determines whether the items stored in the list action are dynamically
determined before displaying the pop-up menu associated with the list action.
isDynamicStyling() - Method in class ilog.views.chart.IlvChart
Indicates whether styles are dynamically applied when the data change.
isEast() - Method in class ilog.views.maps.IlvDMSCoordinateFormatter
Returns whether the point longitude is towards east (or west if false).
isEast() - Method in class ilog.views.maps.IlvGeodesicCoordinateFormatter
Returns whether the point longitude is towards east (or west if false).
isEditable() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether or not the shape of the graphic
representation of this object can be edited interactively by the user using
the IltSelectInteractor
.
isEditable() - Method in class ilog.tgo.graphic.IltCompositeGraphic
Returns the "editable" state of the composite graphic object.
IsEditable - Static variable in class ilog.tgo.model.IltObject
The style property denoting whether the shape of the graphic representation
of this object can be edited interactively by the user using the
IltSelectInteractor
.
isEditable(IltGraphicManager) - Method in class ilog.tgo.model.IltObject
isEditable() - Method in class ilog.views.chart.data.IlvAbstractDataSet
Indicates whether the data set is editable.
isEditable() - Method in interface ilog.views.chart.data.IlvDataSet
Indicates whether the data set is editable.
isEditable() - Method in class ilog.views.chart.data.IlvDefaultDataSet
Indicates whether the data set is editable.
isEditable() - Method in class ilog.views.chart.data.IlvFilterDataSet
This method may be overridden in subclasses.
isEditable() - Method in class ilog.views.chart.IlvDisplayPoint
Indicates whether this point can be edited by modifying its
display coordinates.
isEditable() - Method in class ilog.views.diagrammer.faces.component.IlvFacesDiagrammerView
Returns whether or not the IlvFacesDiagrammerView
is editable.
isEditable() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the data model of this diagram component
supports editing.
isEditable() - Method in class ilog.views.gantt.faces.component.IlvFacesHierarchyChartView
Returns whether or not the IlvFacesHierachyChartView
is
editable.
isEditable(IlvHierarchyNode) - Method in class ilog.views.gantt.swing.IlvAbstractJTableColumn
Returns whether the cell at the intersection of this column and the
specified row is editable.
isEditable(IlvHierarchyNode) - Method in class ilog.views.gantt.swing.IlvAbstractJTreeRenderPolicy
Return whether the specified row is editable.
isEditable(IlvHierarchyNode) - Method in interface ilog.views.gantt.swing.IlvJTableColumn
Returns whether the cell at the intersection of this column and the
specified row is editable.
isEditable(IlvHierarchyNode) - Method in interface ilog.views.gantt.swing.IlvJTreeRenderPolicy
Return whether the specified row is editable.
isEditable(IlvHierarchyNode) - Method in class ilog.views.gantt.swing.IlvJTreeStringRenderPolicy
Returns whether the specified row is editable.
isEditable(IlvHierarchyNode) - Method in class ilog.views.gantt.swing.IlvStringColumn
Returns whether the cell at the intersection of this column and the
specified row is editable.
isEditable(IlvHierarchyNode) - Method in class ilog.views.gantt.swing.IlvTreeColumn
Returns whether the cell at the intersection of this column and the
specified row is editable.
isEditable() - Method in class ilog.views.IlvGraphic
Tests if this graphic object is editable with the selection interactor.
isEditable(IlvGraphic) - Method in class ilog.views.IlvManager
Returns true
if the object is editable with the
selection interactor (IlvSelectInteractor
).
isEditable(String) - Method in class ilog.views.maps.beans.editor.ReadPropertySheetPanel
Always returns false: Properties are read only.
isEditable() - Method in class ilog.views.maps.beans.IlvJMapLegend
Returns the editing mode for the IlvJMapLegend
.
isEditable() - Method in class ilog.views.maps.beans.IlvJMapScaleControl
Indicates whether or not this IlvJMapScaleControl
is editable.
isEditable(IlvGraphic) - Static method in class ilog.views.maps.graphic.IlvMapSelectionFactory
Tells if the given IlvGraphic
is editable or not.
isEditable() - Method in interface ilog.views.sdm.IlvSDMModel
Specifies whether this model supports editing or not.
isEditable() - Method in class ilog.views.sdm.model.IlvAbstractSDMModel
Returns the property that indicates whether this
model can be edited.
isEditable() - Method in class ilog.views.sdm.model.IlvBasicSDMModel
Returns false
to indicate that this
model cannot be edited.
isEditable() - Method in class ilog.views.sdm.model.IlvFilterSDMModel
This method calls the isEditable
method of the filtered model.
isEditable() - Method in class ilog.views.sdm.model.IlvJavaBeanSDMModel
Returns true
to indicate that this
model can be edited.
isEditable() - Method in class ilog.views.sdm.model.IlvMultipleSDMModel
Returns true
if all submodels are editable.
isEditable() - Method in class ilog.views.sdm.model.IlvRDFSDMModel
Metadata is editable.
isEditable(Object, String) - Method in class ilog.views.sdm.swing.IlvSDMTableModel
isEditable(Object, String) - Method in interface ilog.views.sdm.swing.IlvSDMTableModelFilter
Indicates whether a property of an object can be edited in the
table.
isEditable() - Method in class ilog.views.symbology.palettes.swing.IlvPaletteManagerCollapsibleTreeViewer
Indicates if this viewer is editable or not.
isEditable() - Method in class ilog.views.symbology.palettes.swing.IlvPaletteManagerTabbedViewer
Indicates if this viewer is editable or not.
isEditable() - Method in class ilog.views.symbology.palettes.swing.IlvPaletteToolbarViewer
Indicates if the viewer allows edition of palette
isEditable() - Method in class ilog.views.symbology.palettes.swing.IlvPaletteTreeViewer
Indicates if the viewer allows edition of palette
isEditable() - Method in interface ilog.views.symbology.palettes.swing.IlvPaletteViewer
Indicates if the viewer allows edition of palette
isEditAllowed(Object[]) - Method in class ilog.views.maps.symbology.swing.IlvSymbologyTreeView
Returns whether editing selected symbols and groups is allowed.
isEditAsTextEnabled() - Method in class ilog.views.chart.customizer.swing.IlvChartCSSCustomizerPanel
Returns true
if the editing as text of the values
of CSS expressions is enabled, and returns false
otherwise.
isEditGroupEnabled(IlvSDMModel) - Method in class ilog.views.maps.symbology.swing.IlvAbstractGroupTreeViewActions
Returns true
isEditGroupEnabled(IlvSDMModel) - Method in interface ilog.views.maps.symbology.swing.IlvSymbologyTreeViewActions
Returns true
if the method editGroup
is
enabled.
isEditingAllowed() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentSelectButton
Returns true
if the interactor allows the end-user to edit
objects.
isEditingAllowed() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkSelectButton
Returns true
if the interactor lets the user edit objects by
dispatching the events to the interactor attached to the selection object.
isEditingAllowed() - Method in class ilog.tgo.interactor.IltSelectInteractor
Returns true
if the interactor lets the user edit objects by
dispatching the events to the interactor attached to the
selection object.
isEditingAllowed() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the nodes in the diagram
can be edited, or false
if the nodes cannot be edited.
isEditionAllowed() - Method in class ilog.views.interactor.IlvEditLabelInteractor
Returns true
if the interactor allows objects to be edited.
isEditionAllowed() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns true
if the interactor lets the user
edit objects by dispatching the events to the interactor
attached to the selection object.
isEditionAllowed() - Method in class ilog.views.sdm.swing.IlvSDMTableModel
Returns true
if editing is allowed through
this table model, and false
otherwise.
isEditLabelMode() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if label editing is currently enabled.
isEditMode() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Returns true
if the application is in editing mode.
isEditMode() - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
Returns true
if the application is in editing mode.
isEditSymbolEnabled(IlvSDMModel) - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aSymbologyTreeViewActions
Returns true
isEditSymbolEnabled(IlvSDMModel) - Method in interface ilog.views.maps.symbology.swing.IlvSymbologyTreeViewActions
Returns true
if the method editSymbol
is
enabled.
isEditSymbologyEnabled(IlvSDMModel) - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aSymbologyTreeViewActions
Returns false
isEditSymbologyEnabled(IlvSDMModel) - Method in interface ilog.views.maps.symbology.swing.IlvSymbologyTreeViewActions
Returns true
if the method editSymbology
is
enabled.
isEllipsoidEnabled() - Method in class ilog.views.maps.projection.IlvProjection
Returns true
if non-spherical ellipsoids can be used for the projection.
isEllipsoidPanelVisible() - Method in class ilog.views.maps.beans.IlvJCoordinateSystemEditorPanel
Returns true
if the ellipsoid panel of the editor is visible.
isEmbeddedImagesOn() - Method in class ilog.views.svg.SVGDocumentBuilderConfigurator
Returns true
if the translation of IlvIcon
should
embed the images in the SVG file instead of referencing them.
isEmpty() - Method in class ilog.cpl.table.selection.IlpArea
Returns true
if the set of representation objects and
the set of attributes are both empty.
isEmpty() - Method in class ilog.cpl.util.IlpAbstractValueMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class ilog.tgo.model.IltLinkSet
Returns true
if the link set gathers no links.
isEmpty() - Method in class ilog.tgo.util.IltDistributedTable
Deprecated.
Tests if this dictionary maps no keys to value.
isEmpty() - Method in class ilog.views.chart.IlvDataInterval
Returns whether this interval is empty.
isEmpty() - Method in class ilog.views.chart.IlvDataWindow
Returns whether this data window is empty.
isEmpty(Insets) - Static method in class ilog.views.chart.util.IlvGraphicUtil
Indicates whether the specified Insets
object is empty.
isEmpty() - Method in class ilog.views.dashboard.IlvDashboardDiagram
Tests if the dashboard diagram is empty.
isEmpty() - Method in class ilog.views.diagrammer.IlvDiagrammer
Tests if the diagrammer is empty.
isEmpty() - Method in class ilog.views.gantt.IlvRowRange
Specifies whether the range is empty.
isEmpty() - Method in class ilog.views.graphic.composite.IlvCompositeGraphic
Returns true if this IlvCompositeGraphic
has no children.
isEmpty() - Method in class ilog.views.graphic.composite.IlvEventMap
Returns true
when this IlvEventMap
instance is empty.
isEmpty() - Method in class ilog.views.graphic.IlvTextSelection.Range
Tells if the range is empty, that means the interval is not valid.
isEmpty() - Method in class ilog.views.IlvGraphicVector
Returns the number of elements in the vector.
isEmpty() - Method in class ilog.views.IlvRegion
Returns true
if the region is empty.
isEmpty() - Method in class ilog.views.sdm.metadata.IlvMContainer
True is empty.
isEmpty() - Method in class ilog.views.sdm.metadata.IlvMList
isEmpty() - Method in class ilog.views.util.collections.IlvDoubleArrayList
Returns true
if this list contains no elements.
isEmpty() - Method in class ilog.views.util.collections.IlvFloatArrayList
Returns true
if this list contains no elements.
isEmpty() - Method in class ilog.views.util.servlet.IlvServletParameterHandler
Returns the parameter set status for the specific request.
isEmptyOrigins() - Method in class ilog.cpl.datasource.IlpAbstractHierarchyAdapter
Returns true
if the list of origin identifiers is empty.
isEmptyPaneAlwaysHidden() - Method in class ilog.views.appframe.swing.mdi.IlvMDIDockingArea
Determines whether the empty panel is always hidden.
isEmptySubgraphAllowed() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true
if empty subgraphs are allowed.
isEnabled() - Method in class ilog.cpl.graphic.IlpToolTipManager
Returns true
if this IlpToolTipManager
instance is enabled.
isEnabled() - Method in class ilog.cpl.network.renderer.IlpOverviewRenderer
isEnabled() - Method in class ilog.tgo.graphic.IltToolTipManager
Deprecated.
Returns true if this IltToolTipManager is enabled.
isEnabled() - Method in class ilog.tgo.resource.renderer.IltSettingsRenderer
Returns if the renderer is enabled or not.
isEnabled() - Method in class ilog.views.chart.IlvScalableFontManager
Returns whether the scalable mode is enabled.
isEnabled(IlvDiagrammer) - Method in class ilog.views.diagrammer.application.IlvDiagrammerAction.FileAction
This method is called to determine whether this action is currently enabled.
isEnabled(Component) - Method in class ilog.views.diagrammer.application.IlvDiagrammerAction
Returns whether the action is enabled with respect to the target
component.
isEnabled(IlvDiagrammer) - Method in class ilog.views.diagrammer.application.IlvDiagrammerAction
This method is called to determine whether this action is currently enabled.
isEnabled(IlvDiagrammer) - Method in class ilog.views.diagrammer.application.IlvDiagrammerPaletteAction
Returns true
if the target diagram component is not null
.
isEnabled() - Method in class ilog.views.faces.component.IlvFacesPanTool
Returns the enabled state of this button.
isEnabled() - Method in class ilog.views.faces.component.IlvImageButton
Returns the enabled state of this button.
isEnabled() - Method in class ilog.views.maps.labelling.IlvMapLabeler
Tells if the layout is enabled or not.
isEnabled() - Method in class ilog.views.sdm.model.IlvRDFSDMModel
Returns true
if this instance is enabled.
isEnabled() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutRenderer
Returns a Boolean specifying whether the graph layout algorithm
is enabled or disabled.
isEnabled() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLabelLayoutRenderer
Returns a boolean
specifying whether the label layout algorithm
is enabled or disabled.
isEnabled() - Method in class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer
Returns true
if swimlanes are enabled, or
false
if swimlanes are disabled.
isEnabled() - Method in class ilog.views.sdm.renderer.IlvBlinkingRenderer
Tests if blinking is enabled.
isEnabled() - Method in class ilog.views.sdm.renderer.IlvInfoBalloonRenderer
Returns true if the renderer is enabled (default).
isEnabled() - Method in class ilog.views.sdm.swing.IlvSDMUndoManager
Returns true
if this undo manager is enabled, that is,
if it is currently recording changes in the SDM model.
isEnabled() - Method in class ilog.views.sdm.util.IlvSDMDragSource
Returns the flag indicating whether the drag source is enabled.
isEnabled() - Method in class ilog.views.sdm.util.IlvSDMDropTarget
Returns the flag indicating whether the drag source is enabled.
isEnabled() - Method in class ilog.views.sdm.util.IlvSDMLinkReconnector
Returns the flag indicating whether the link reconnector is enabled.
isEnabled() - Method in class ilog.views.sdm.util.IlvSDMPaletteConnector
Returns the flag indicating whether the drag source is enabled.
isEnabled() - Method in class ilog.views.symbology.palettes.swing.action.IlvPaletteLoadAction
Returns true if the action is enabled.
isEnabled() - Method in class ilog.views.util.servlet.model.IlvMenuItem
Checks whether this menu item is enabled.
isEnabledJNLPPrintingSupport() - Static method in class ilog.views.util.print.IlvPrintUtil
Returns true
if JNLP support is enabled, and returns
false
otherwise.
isEndEvent(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is a End Event.
isEnoughDistance(IlvPoint, IlvPoint) - Method in class ilog.tgo.interactor.IltMakeLinkInteractor
Checks the distance between two consecutive points that are created.
isEnoughDistance(IlvPoint, IlvPoint) - Method in class ilog.tgo.interactor.IltMakePolyLinkInteractor
Checks the distance between two consecutive points that are created.
isEnsureAppropriateLinks() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutRenderer
Returns true
if the renderer automatically makes sure that
appropriate links and link connectors are used when needed.
isEnsureModelOrdering() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutRenderer
Returns true
if the graphic nodes and links are
internally sorted in the same order as the corresponding SDM
model objects, before the layout is applied.
isEnsureVisible() - Method in class ilog.views.accelerator.IlvCycleSelectAccelerator
Returns whether the view is translated so that the object that
gets selected by this accelerator is visible in the view.
isEnumerated() - Method in interface ilog.views.chart.datax.IlvDataColumnInfo
Returns true
if this column stores enumerated values,
meaning that there are only a few possible values.
isEnumerated() - Method in class ilog.views.chart.datax.IlvDefaultDataColumnInfo
Returns true
if this column stores enumerated values,
meaning that there are only a few possible values.
isEqual(double, double) - Static method in class ilog.views.IlvUtil
Test equality between two doubles, using internal absolute precision (1e-13),
and an internal relative precision (1e-7).
isEqual(double, double, double) - Static method in class ilog.views.IlvUtil
isEqual(double, double, double, double) - Static method in class ilog.views.IlvUtil
isEqualNode(Node) - Method in class ilog.views.appframe.settings.IlvSettings
isEqualNode(Node) - Method in class ilog.views.appframe.settings.IlvSettingsAttribute
isEqualNode(Node) - Method in class ilog.views.appframe.settings.IlvSettingsElement
isEqualNode(Node) - Method in class ilog.views.appframe.settings.IlvSettingsNode
isEquivalentTo(IlvPluginVersion) - Method in class ilog.views.appframe.plugin.IlvPluginVersion
Compares two version identifiers for equivalency.
isEventDispatching() - Method in class ilog.views.IlvManagerView
Returns true
if AWT events
are dispatched to the listeners on the view and
to the subcomponents.
IsEveryNodeKey(String) - Static method in class ilog.views.appframe.settings.IlvSettings
Determines whether the specified key selects all the nodes if used
in a query.
isExhaustiveSearching() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Returns true
if routing uses exhaustive searching.
isExpandCollapseEnabled() - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer
Returns true
if the expand/collapse interaction on subgraphs
is enabled.
isExpanded(IlpRepresentationObject) - Method in class ilog.cpl.graph.IlpGraphView
Determines whether the object is currently expanded or collapsed.
isExpanded() - Method in class ilog.cpl.graphic.IlpGraphicRendererContext
Returns whether the object being rendered is expanded.
isExpanded() - Method in class ilog.cpl.tree.IlpDefaultTreeNode
isExpanded() - Method in interface ilog.cpl.tree.IlpTreeNodeHelper
isExpanded(IltGraphicManager) - Method in class ilog.tgo.model.IltLinkBundle
isExpanded(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is an expanded Sub-Process.
isExpanded() - Method in class ilog.views.dashboard.IlvDashboardExpandablePane
Tests if this pane is currently expanded.
isExpanded(IlvHierarchyNode) - Method in class ilog.views.gantt.IlvVerticalDisplayController
Returns whether the specified node and all of its ancestors are currently expanded.
isExpanded(IlvHierarchyNode) - Method in interface ilog.views.gantt.IlvVerticalExpansionMaster
Return whether the specified row is currently expanded.
isExpanded(IlvHierarchyNode) - Method in class ilog.views.gantt.swing.IlvJTree
Returns whether the specified row is currently expanded.
isExpanded(IlvSDMNode) - Method in class ilog.views.maps.IlvSDMHierarchyExpandManager
Checks if a group is expanded by checking the presence of the "expanded"
pseudo class.
isExpanded(IlvSDMEngine, Object) - Method in class ilog.views.sdm.renderer.IlvExpandCollapseRenderer
Deprecated.
Tests whether a data node is expanded or collapsed.
isExpanded(IlvSDMEngine, Object) - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer
Tests whether a data node is expanded or collapsed.
isExpandedIcon() - Method in class ilog.views.graphic.IlvExpandCollapseMarker
Returns whether the marker shows the expanded icon "[-]" or the
collapsed icon "[+]".
isExploded(int) - Method in class ilog.views.chart.renderer.IlvSinglePieRenderer
Indicates whether the slice displaying the specified point is exploded.
isExtendedBaseline() - Method in class ilog.views.graphic.IlvTextPath
Returns true
if this IlvTextPath
is in
Extended baseline mode.
isExtendingToSides() - Method in class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer
Returns true
if the swimlanes extend to the sides
of the view.
isExteriorNode(Object) - Method in class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayout
Returns true
if a node belongs to the outer cycle, and
returns false
otherwise.
isExternalBean(Object, String) - Method in class ilog.views.sdm.util.IlvCSSJViews
Returns true iff the class declaration refers to a bean defined in
external CSS and resources (aka "symbol").
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltBaseRenderer
Indicates whether the extra borders should be drawn inside or outside
the rect
used to call drawExtraBorders
.
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltBTSAntennaBaseRenderer
Indicates whether the extra borders should be drawn inside or outside
the rect
used to call
drawExtraBorders
.
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltCardBaseRenderer
Indicates whether the extra borders should be drawn inside or outside of
the rect
used to call drawExtraBorders
.
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltCardCarrierBaseRenderer
Indicates whether the extra borders should be drawn inside or outside
the rect
used to call
drawExtraBorders
.
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltCardItemBaseRenderer
Indicates whether the extra borders should be drawn inside or outside
the rect
(bounding box).
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltLedBaseRenderer.Graphic
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltLogicalBaseRenderer
Indicates whether the extra borders should be drawn inside or outside
the rect
that is used to call drawExtraBorders
.
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer.Graphic
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer
Indicates whether the extra borders should be drawn inside or outside
the rect
that is used to call drawExtraBorders
.
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltOPCBaseRenderer
Indicates whether the extra borders should be drawn inside or outside
the rect
used to call
drawExtraBorders
.
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltPortBaseRenderer.Graphic
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltShelfBaseRenderer
Specifies whether the extra borders should be drawn inside or outside
the rect
used to call drawExtraBorders
.
isExtraBorderOutside() - Method in class ilog.tgo.graphic.renderer.IltTinyBaseRenderer
Indicates whether the extra borders should be drawn inside or outside
the rect
used to call drawExtraBorders
.
isExtractingResources() - Method in class ilog.views.symbol.compiler.IlvSymbolCompiler
Returns true
if the Symbol Compiler extracts the resource
files used by your symbols from the palette jars when generating their Java
classes.
isFallbackRouteEnabled() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Returns true
if the fallback routing algorithm is
enabled.
isFalse() - Method in class ilog.views.maps.attribute.IlvBooleanAttribute
returns true if the logical value is false.
isFamilyAntialiasing() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the network element family text is
drawn with anti-aliasing or not.
isFamilyVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the network element family text is
visible or not.
isFatal() - Method in exception ilog.views.appframe.plugin.IlvPluginException
Determines whether this exception is fatal for the installation
of the plug-in that generated this exception.
isFileReference(Object) - Method in class ilog.views.appframe.docview.project.IlvProjectDataContainer
Determines whether the specified data container node
is a
file reference.
isFilled() - Method in class ilog.views.chart.renderer.IlvSingleAreaRenderer
Indicates whether the renderer uses a fill color.
isFilled() - Method in class ilog.views.chart.renderer.IlvSingleChartRenderer
Indicates whether the renderer uses a fill color.
isFilled() - Method in class ilog.views.chart.renderer.IlvSingleHiLoRenderer
Indicates whether the renderer uses a fill color.
isFilled() - Method in class ilog.views.chart.renderer.IlvSinglePolylineRenderer
Indicates whether the renderer uses a fill color.
isFilled() - Method in class ilog.views.gantt.graphic.grid.IlvHorizontalGanttGrid
Indicates whether the grid should be filled.
isFilledPlottingArea() - Method in class ilog.views.chart.IlvChart.Area
Returns whether the plotting area is filled.
isFilling() - Method in class ilog.views.maps.graphic.style.IlvGraphicPathStyle
Tells if the drawing stroke attribute is set or not.
isFillingObject() - Method in class ilog.views.maps.rendering.IlvMapAreaRenderingStyle
Returns true
if the areas are filled.
isFillOn() - Method in class ilog.views.chart.IlvStyle
Indicates whether this style fills its drawings.
isFillOn() - Method in class ilog.views.faces.dhtml.component.IlvFacesSelectionManager
Returns true
when the selection rectangles are filled.
isFillOn() - Method in class ilog.views.faces.dhtml.taglib.IlvFacesSelectionManagerTag
isFillOn() - Method in class ilog.views.graphic.composite.decoration.IlvBracket
Returns true
if the inside of the
bracket will be filled.
isFillOn() - Method in class ilog.views.graphic.composite.decoration.IlvDiamond
Returns true
if the inside of the
ellipse will be filled.
isFillOn() - Method in class ilog.views.graphic.IlvArc
Returns true
if the inside of the
arc will be filled.
isFillOn() - Method in class ilog.views.graphic.IlvEllipse
Returns true
if the inside of the
ellipse will be filled.
isFillOn() - Method in class ilog.views.graphic.IlvGeneralPath
Returns true
if the inside of the
object will be filled.
isFillOn() - Method in class ilog.views.graphic.IlvPolygon
Returns true
if the inside of the
polygon will be filled.
isFillOn() - Method in class ilog.views.graphic.IlvRectangle
Returns true
if the inside of the
rectangle will be filled.
isFillOn() - Method in class ilog.views.graphic.IlvSpline
Returns true
if the inside of the
spline will be filled.
isFillOn() - Method in class ilog.views.graphic.IlvText
Returns true
if the background rectangle
of the text is drawn.
isFillOn() - Method in class ilog.views.graphic.IlvZoomableLabel
Returns true
if the inside of the
text will be filled.
isFillOn() - Method in class ilog.views.interactor.IlvMakePolygonInteractor
Returns true
if the inside of the created
object should be filled.
isFillOn() - Method in class ilog.views.interactor.IlvMakeRectangleInteractor
Returns true
if the inside of the created
object should be filled.
isFillOn() - Method in class ilog.views.interactor.IlvMakeSplineInteractor
Returns true
if the inside of the created
object should be filled.
isFillOn() - Method in class ilog.views.maps.graphic.IlvMapGeneralPath
Retrieves the fill on from the style.
isFillOn() - Method in class ilog.views.maps.graphic.style.IlvGeneralPathStyle
Retrieves the FillOn property value.
isFilteredOut(String) - Method in class ilog.views.maps.propertysheet.IlvMapStylePropertySheet
If this method returns true
for a particular property, it is
not displayed in the property sheet.
isFilterOn() - Static method in class ilog.views.chart.IlvStyle
Indicates whether points filtering is active.
isFinished() - Method in class ilog.views.gantt.event.CriticalPathEvent
Returns true
if this event is the final event at the end
of the critical path computation, and false
otherwise.
isFirstCircleEvenlySpacing() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the nodes on the first circle must be
evenly spaced in radial mode.
isFirstGraphLayoutActive() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Returns whether the first graph layout is active.
isFirstGraphLayoutPersistent() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Returns whether the first graph layout is persistent.
isFitToContent() - Method in class ilog.views.sdm.renderer.IlvDecorationRenderer
Returns the value of the "fit-to-content" flag.
isFitToContentsAllowed() - Method in class ilog.views.sdm.renderer.maps.IlvMapRenderer
Returns whether fitToContent() is performed during PrepareRendering()
processing.
isFitToContentsButtonAvailable() - Method in class ilog.views.awt.IlvManagerViewControlBar
Returns true
if the show all tool is available.
isFitToContentsButtonAvailable() - Method in class ilog.views.swing.IlvJManagerViewControlBar
Returns true
if the Fit to contents tool is available.
isFitToRect() - Method in class ilog.views.maps.graphic.IlvMapGraphicText
Indicates whether the label will be scaled to fit the rectangular anchor or not
isFitToRect() - Method in class ilog.views.maps.graphic.IlvMapLabel
Indicates whether the label will be scaled to fit the rectangular anchor or not
isFitToRect() - Method in class ilog.views.maps.graphic.style.IlvMapTextStyle
Retrieves the FitToRect property value.
isFitToView() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns true
if the graph drawing must fit (exactly or
approximately) an area of a specific manager view.
isFixed() - Method in class ilog.cpl.graph.graphlayout.css.IlpGraphLayoutParameters
Allows you to specify whether a node or a link is fixed.
isFixed(Object) - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns whether the node or link is specified as fixed.
isFixed() - Method in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelDescriptor
Returns whether the label can be moved or not.
isFixedAngleMode() - Method in class ilog.views.hypergraph.interactor.IlvMakeSegmentedHyperEdgeInteractor
Returns true
if the interactor creates segments
with fixed angle, and false
if the interactor
creates segments with variable angle.
isFixedRowHeight() - Method in class ilog.views.gantt.IlvGanttConfiguration
Tests if all rows are set to have the same fixed height.
isFixedRowHeight() - Method in class ilog.views.gantt.IlvHierarchyChart
Tests if all rows in the chart are set to have the same fixed
height.
isFixedRowHeight() - Method in class ilog.views.gantt.IlvVerticalDisplayController
Returns whether all rows are set to have the same fixed height.
isFlagSet(short) - Method in class ilog.views.graphic.IlvDoubleGraphicHandleBag
Returns true if a flag is set.
isFlatteningLayers() - Method in class ilog.views.maps.format.wms.IlvWMSDataSource
Indicates if the data source produces only one IlvMapLayer
for all the requested layers
or one IlvMapLayer
per requested layer.
isFlatteningLayers() - Method in class ilog.views.maps.format.wms.IlvWMSReader
Indicates if the reader is rendering all the layers into a single image or not.
isFloatable() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Decides if the tool bars are floatable or not.
isFloatable() - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
Decides if the tool bars are floatable or not.
isFloating() - Method in class ilog.views.chart.IlvLegend
Returns whether the legend is placed using an
absolute layout.
isFlowLayoutValid() - Method in class ilog.views.util.print.IlvPrintableDocument
Indicates if the layout of the text flow is completed
or not.
isFocusTraversable() - Method in class ilog.views.util.swing.calendar.IlvJCalendarPanel
Returns whether the focus can be traversed.
isFollowChartResize() - Method in class ilog.views.chart.IlvLegend
Returns whether the legend location is updated on a chart resize event.
isFollowingMouse() - Method in class ilog.views.chart.interactor.IlvChartInfoViewInteractor
Returns whether the info view follows the mouse moves.
isFollowPath() - Method in class ilog.views.maps.label.IlvMapLabelStyle
Tells whether the labels should follow polylines.
isForceFitToLayoutRegion() - Method in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout
Returns the current choice for the force-fit-to-layout-region
parameter.
isForceImageLoadingWhenSaving() - Method in class ilog.views.maps.raster.IlvRasterAbstractReader
Indicates whether this reader loads all images at the time that the map is saved.
isForceLabelAntialiasing() - Method in class ilog.views.maps.label.IlvMapLabelManager
Returns the flag for forced text antialiasing.
isForceUpdateProperties() - Method in class ilog.views.faces.dhtml.component.IlvFacesSelectionManager
Returns true
to force an additional request in image mode
to enable client-side selection listener, false
otherwise.
isForceUpdateProperties() - Method in class ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor
isForcingRenderingOnExpandCollapse() - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer
isForward() - Method in class ilog.views.accelerator.IlvCycleSelectAccelerator
Returns whether the selection cycles in the forward direction.
isFractionalMetrics() - Method in class ilog.views.graphic.IlvHTMLText
Returns true
if the fractional metrics mode
of the text is on.
isFractionalMetrics() - Method in class ilog.views.graphic.IlvText
Returns true
if the fractional metrics mode
of the text is on.
isFractionalMetrics() - Method in class ilog.views.graphic.IlvTextPath
Returns true
if the fractional metrics mode
of the label is on.
isFractionalMetrics() - Method in class ilog.views.graphic.IlvZoomableLabel
Returns true
if the fractional metrics mode
of the label is on.
isFrameZoomable() - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer
Returns true
if the frames and the expand/collapse icons
drawn around subgraphs are zoomable, or false
if they are not
zoomable.
isFromEnd(IlvHyperEdgeEnd) - Method in class ilog.views.hypergraph.IlvHyperEdge
Returns whether the input hyperedge end belongs to the origin ends
of this hyperedge.
isFromFork() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the fork shape is enabled for links that
start at the same source point.
isFromPointFixed() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
isFullDocumentOn() - Method in class ilog.views.svg.SVGDocumentBuilderConfigurator
Returns true
if the SVGDocumentBuilder
is
allowed to regenerate unknown
SVG elements and attributes or properties that were stored when
reading the SVG Document.
isFullDocumentOn() - Method in class ilog.views.svg.SVGDocumentReaderConfigurator
Returns true
if the SVGDocumentReader
stores
all SVG elements, attributes, or properties it does not understand to be
able to regenerate
them even if they are not translated to Rogue Wave JViews graphic objects.
isFullLayerNotification() - Method in class ilog.views.graphlayout.IlvGrapherAdapter
Returns true
if adding or removing a layer sends a
separate event for each object contained in the layer.
isFullLayerNotification() - Method in class ilog.views.graphlayout.labellayout.IlvDefaultLabelingModel
Returns true
if adding or removing a layer sends a
separate event for each object contained in the layer.
isFullLengthSectorLines() - Method in class ilog.views.maps.defense.format.s57.IlvS57DataSource
Indicates if full length sector lines should be displayed.
isFullyTerminated() - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge.Segment
Returns whether the segment is fully terminated.
isFunctionVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the network element function icon is
visible or not.
isGanttSheetToolTipsEnabled() - Method in class ilog.views.gantt.IlvHierarchyChart
Returns true
if tooltips are enabled for the Gantt
sheet.
isGanttSheetVisible() - Method in class ilog.views.gantt.IlvHierarchyChart
Specifies whether the Gantt sheet is visible.
isGapZoomable() - Method in class ilog.views.graphic.linkpolicy.IlvCrossingAwareLinkImage
Returns true
if the gap of the link crossings is zoomable.
isGapZoomable() - Method in interface ilog.views.hypergraph.crossing.IlvParameterizedCrossingAwareObject
Returns true
if the gap of the crossings is zoomable.
isGapZoomable() - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge
Returns true
if the gap of the link crossings is zoomable.
isGapZoomable() - Method in class ilog.views.hypergraph.interactor.IlvMakeSegmentedHyperEdgeInteractor
Returns true
if the gap of the link crossings is zoomable
at the newly created edge.
isGateway(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is a Gateway.
isGeneral() - Method in class ilog.cpl.style.StyleChangeEvent
Deprecated.
Returns if the notification should be sent to all listeners or not.
isGeneralPathEnabled() - Method in class ilog.views.dashboard.IlvDashboardEditor
Tests if the background graphic objects are created using general path
objects instead of predefined IlvGraphic
objects.
isGenerateImageMap() - Method in class ilog.tgo.faces.equipment.dhtml.component.IltFacesDHTMLEquipmentView
Returns whether the generateImageMap
property is
true
or false
.
isGenerateImageMap() - Method in class ilog.tgo.faces.network.dhtml.component.IltFacesDHTMLNetworkView
Returns whether the generateImageMap
property is
true
or false
.
isGenerateImageMap() - Method in class ilog.views.chart.faces.dhtml.component.IlvChartDHTMLViewComponent
Returns the image map of this chart view that should be generated.
isGenerateImageMap() - Method in class ilog.views.chart.faces.dhtml.taglib.IlvChartViewComponentTag
Returns the image map of this chart view that should be generated.
isGenerateImageMap() - Method in class ilog.views.diagrammer.faces.dhtml.component.IlvFacesDHTMLDashboardView
Returns the flag indicating that an image map should be generated.
isGenerateImageMap() - Method in class ilog.views.diagrammer.faces.dhtml.component.IlvFacesDHTMLDiagrammerView
Returns the flag indicating that an image map should be generated.
isGenerateImageMap() - Method in class ilog.views.faces.dhtml.component.IlvFacesDHTMLView
Returns the flag indicating that an image map should be generated.
isGenerateImageMap() - Method in interface ilog.views.faces.dhtml.component.IlvFacesDHTMLViewSupport
Returns the flag indicating that an image map should be generated.
isGenerateImageMap() - Method in class ilog.views.faces.dhtml.component.IlvFacesDHTMLViewSupportImpl
Returns the flag indicating that an image map should be generated.
isGenerateManagerArea() - Method in class ilog.views.servlet.IlvImageMapAreaGenerator
Returns true
to generate areas for submanagers, false
otherwise.
isGeneratingIcons() - Method in class ilog.views.prototypes.beans.IlvPrototypeBeanGenerator
Returns the flag which indicates that the generator should generate icons
for the beans.
isGeneratingImage() - Method in class ilog.views.maps.IlvMapInputStream
Tests if this stream is configured to generate images.
isGeneratingImage() - Method in class ilog.views.maps.label.IlvMapDefaultLabeler
Tests if this label manager is prepared for to generate images.
isGeneratingParameterChangeSupport() - Method in class ilog.views.symbol.compiler.IlvSymbolCompiler
Returns true
if the Symbol Compiler generates the Parameter
Change Support.
isGeocentric() - Method in class ilog.views.maps.projection.IlvProjection
Returns true
if the projection uses geocentric latitudes.
isGeometryUpToDate() - Method in class ilog.tgo.graphic.graphlayout.IltLinkLayout
Returns false
if at least one node, link, label or obstacle
was moved or reshaped since the last time the layout was successfully
performed on the same graph or if the layout has never been performed
successfully on the same graph.
isGeometryUpToDate() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns whether the geometry of the graph is up to date.
isGeometryUpToDate() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Returns false
if at least one label or obstacle was moved
or resized since the last time the layout was successfully performed
on the same labeling model or if the layout has never been performed
successfully on the same labeling model.
isGeometryUpToDate() - Method in class ilog.views.graphlayout.link.IlvLinkLayout
Returns false
if at least one node, link, label or
obstacle was moved or reshaped since the last time the layout was
successfully performed on the same graph or if the layout has never
been performed successfully on the same graph.
isGeometryUpToDate() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Returns false
if at least one node, link, label, or
obstacle was moved or reshaped since the last time the layout was
successfully performed on the same graph or if the layout has never
been performed successfully on the same graph.
isGeometryUpToDate() - Method in class ilog.views.graphlayout.recursive.IlvRecursiveLayout
Returns false
if at least one node or link was moved or
reshaped since the last time the layout was successfully performed on
the same graph or if the layout has never been performed successfully
on the same graph.
isGeoreferenced() - Method in class ilog.views.maps.datasource.ibm.IlvDBFeatureIterator
Returns true
if the map reader can provide the
source projection of its map features.
isGeoreferenced() - Method in class ilog.views.maps.datasource.IlvGraphicLayerDataSource
Returns false.
isGeoreferenced() - Method in class ilog.views.maps.datasource.IlvMapDelegateFeatureIterator
Returns true
if the map reader can provide the
source projection of its map features.
isGeoreferenced() - Method in class ilog.views.maps.datasource.IlvPolylineMergerDataSource
Returns false.
isGeoreferenced() - Method in class ilog.views.maps.datasource.IlvPolylineSimplifierDataSource
Returns false.
isGeoreferenced() - Method in class ilog.views.maps.defense.format.dafif.IlvDAFIFReader
Returns true
if the map reader can provide the
source projection of its map features.
isGeoreferenced() - Method in class ilog.views.maps.defense.format.s57.IlvS57Reader
Returns true
if the map reader can provide the
source projection of its map features.
isGeoreferenced() - Method in class ilog.views.maps.defense.format.vmap.IlvVMAPReader
Returns true
if the map reader can provide the
source projection of its map features.
isGeoreferenced() - Method in class ilog.views.maps.format.cadrg.IlvCADRGFrameReader
Returns false
if the frame is an overview or a frame
containing legends.
isGeoreferenced() - Method in class ilog.views.maps.format.dted.IlvDTEDReader
Returns true
because this format is a georeferenced format.
isGeoreferenced() - Method in class ilog.views.maps.format.dxf.IlvMapDXFReader
Returns true
if the map reader can provide the
source projection of its map features.
isGeoreferenced() - Method in class ilog.views.maps.format.geotiff.IlvGeotiffReader
Checks the content of the TIFF directory.
isGeoreferenced() - Method in class ilog.views.maps.format.image.IlvImageReader
Tells if the reader is georeferenced (that is
if a source projection has been defined for this reader.
isGeoreferenced() - Method in class ilog.views.maps.format.kml.IlvKMLReader
Returns true
if the map reader can provide the
source projection of its map features.
isGeoreferenced() - Method in class ilog.views.maps.format.midmif.IlvMIDMIFReader
Returns true
if the map reader can provide the
source coordinate system of its map features.
isGeoreferenced() - Method in class ilog.views.maps.format.midmif.IlvMIFReader
Returns true
if this feature iterator is georeferenced.
isGeoreferenced() - Method in class ilog.views.maps.format.oracle.IlvSDOFeatureIterator
Returns true
if a coordinate system has been assigned to the iterator.
isGeoreferenced() - Method in class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOFeatureIterator
Returns true
if a coordinate system has been assigned to the iterator.
isGeoreferenced() - Method in class ilog.views.maps.format.shapefile.IlvShapeFileReader
Returns false
unless the IlvSHPReader
has
been subclassed.
isGeoreferenced() - Method in class ilog.views.maps.format.shapefile.IlvSHPReader
This function of the IlvMapFeatureIterator
interface
returns true
if a coordinate system has been set and
false
otherwise .
isGeoreferenced() - Method in class ilog.views.maps.format.svg.IlvMapSVGReader
Returns true
if the map reader can provide the
source projection of its map features.
isGeoreferenced() - Method in class ilog.views.maps.format.tiger.IlvTigerReader
Returns true
.
isGeoreferenced() - Method in class ilog.views.maps.format.wms.IlvWMSReader
Returns true
if the map reader can provide the
source projection of its map features.
isGeoreferenced() - Method in interface ilog.views.maps.IlvMapFeatureIterator
Returns true
if the map reader can provide the
source projection of its map features.
isGeoreferenced() - Method in class ilog.views.maps.raster.IlvRasterAbstractReader
Indicates if the reader is georeferenced (that is
if a source projection has been defined for this reader.
isGhostMode() - Method in class ilog.views.gantt.graphic.interactor.IlvMakeActivityInteractor
Checks whether the interactor is working in ghost mode.
isGrapherMode() - Method in class ilog.views.interactor.IlvEditLabelInteractor
Returns true
if the interactor is in grapher mode.
isGrapherMode() - Method in class ilog.views.interactor.IlvMakePolyPointsInteractor
Returns true
if the interactor is in grapher mode.
isGrapherMode() - Method in class ilog.views.interactor.IlvMakeRectangleInteractor
Returns true
if the interactor is in grapher mode.
isGrapherMode() - Method in class ilog.views.maps.beans.IlvMapAnnotationToolBar
Returns true
if the interactors are in grapher mode.
isGrapherMode() - Method in class ilog.views.maps.datasource.IlvMapDataSource
Returns true
if the objects are created in grapher mode.
isGrapherNode() - Method in class ilog.views.prototypes.IlvGraphicElement
Returns true
if the graphic object is
a node of a grapher.
isGraphic() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeCenterConnector
Returns whether the connector displays a visible part.
isGraphic() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeClippingConnector
Returns whether the connector displays a visible part.
isGraphic() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeConnector
Returns whether the connector displays a visible part.
isGraphic() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeFixedConnector
Returns whether the connector displays a visible part.
isGraphic() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgePinConnector
Returns whether the connector displays a visible part.
isGraphicSelected() - Method in class ilog.tgo.graphic.IltSelectionEvent
Returns the new selection status of the composite graphic object.
isGraphicSelected(IlvGraphic) - Method in class ilog.views.gantt.IlvGanttConfiguration
Returns whether the specified graphic is currently selected in the Gantt
sheet.
isGraphicSelected(IlvGraphic) - Method in class ilog.views.gantt.IlvHierarchyChart
Returns whether the specified graphic is currently selected in the
Gantt sheet.
isGraphLayoutExceptionPassedOn() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutRenderer
Returns true
if the graph layout exception is passed on.
isGrayedWhenUnzoomed() - Method in class ilog.views.graphic.IlvHalfZoomingGraphic
Returns the flag specifying whether the object is drawn as
a gray box when the zoom level is less than the minimum zoom,
or if it is drawn at its minimum size.
isGrayedWhenUnzoomed() - Method in class ilog.views.sdm.renderer.IlvHalfZoomingRenderer
Returns the flag specifying whether half-zooming objects are drawn as
gray boxes when the zoom level is less than the minimum zoom,
or if they are drawn at their minimum size.
isGreaterOrEqualTo(IlvPluginVersion) - Method in class ilog.views.appframe.plugin.IlvPluginVersion
Determines whether this version is greater or equal than
the specified version
.
isGreaterThan(IlvPluginVersion) - Method in class ilog.views.appframe.plugin.IlvPluginVersion
Compares two version identifiers for order using multi-decimal
comparison.
isGridMode() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentMakeLinearGroupButton
Returns true
if the interactor snaps the points to the
grid of the view; false
otherwise.
isGridMode() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentMakePolyGroupButton
Returns true
if the interactor snaps the points to the
grid of the view; false
otherwise.
isGridMode() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentMakeRectGroupButton
Returns true
if the interactor snaps the points to the
grid of the view; false
otherwise.
isGridMode() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentUnZoomViewButton
Returns true
if the interactor snaps the points to the
grid of the view; false
otherwise.
isGridMode() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentZoomViewButton
Returns true
if the interactor snaps the points to the
grid of the view; and false
otherwise.
isGridMode() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkMakeLinearGroupButton
Returns true
if the interactor snaps the points to the
grid of the view; false
otherwise.
isGridMode() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkMakePolyGroupButton
Returns true
if the interactor snaps the points to the
grid of the view; false
otherwise.
isGridMode() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkMakeRectGroupButton
Returns true
if the interactor snaps the points to the
grid of the view; false
otherwise.
isGridMode() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkUnZoomViewButton
Returns true
if the interactor snaps the points to the
grid of the view; false
otherwise.
isGridMode() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkZoomViewButton
Returns true
if the interactor snaps the points to the
grid of the view; false
otherwise.
isGridMode() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeBaseInteractor
Returns true
if the interactor snaps the points
to the grid of the view.
isGridMode() - Method in class ilog.views.interactor.IlvDragRectangleInteractor
Returns true
if the interactor snaps the dragged rectangle
to the grid of the view, or false
otherwise.
isGridMode() - Method in class ilog.views.interactor.IlvMakeLinkInteractor
Returns true
if the interactor is
in the grid mode.
isGridMode() - Method in class ilog.views.interactor.IlvMakePolyPointsInteractor
Returns true
if the interactor snaps the points
to the grid of the view; false
otherwise.
isGridMode() - Method in class ilog.views.interactor.IlvMoveRectangleInteractor
Returns true
if the interactor snaps the moved rectangle
to the grid of the view; false
otherwise.
isGridMode() - Method in class ilog.views.sdm.interactor.IlvMakeSDMNodeInteractor
Returns true
if the interactor snaps the dragged rectangle
to the grid of the view; returns false
otherwise.
isGridVisible() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the grid of the diagram component is currently
visible.
isGroup(IlvSDMNode) - Method in class ilog.views.maps.IlvSDMHierarchyExpandManager
Method used throughout the class to check if an SDM node is a group or not.
isGroupingUsed() - Method in class ilog.views.util.text.IlvWrappedICUDecimalFormat
isGroupingUsed() - Method in class ilog.views.util.text.IlvWrappedICUNumberFormat
isGroupSelectionEnabled() - Method in class ilog.views.prototypes.IlvGroupBag
Returns the automatic group selection flag for the group bag.
isGuam() - Method in class ilog.views.maps.projection.IlvAzimuthalEquidistantProjection
Returns true if the guam elliptical equation is used.
isHandleLinkBundlesEnabled() - Method in class ilog.views.interactor.IlvExpandCollapseInteractor
Returns whether the interactor can expand and collapse objects
of type IlvLinkBundle
.
isHandleManagersEnabled() - Method in class ilog.views.interactor.IlvExpandCollapseInteractor
Returns whether the interactor can expand and collapse objects
of type IlvManager
.
IsHandlesOnSplineMode() - Static method in class ilog.views.graphic.IlvSplineLinkSelection
Returns whether the handles of the spline link are on the spline.
IsHandlesOnSplineMode() - Static method in class ilog.views.graphic.IlvSplineSelection
Returns whether the handles of the spline are on the spline.
isHandling(int, int) - Method in class ilog.views.chart.IlvChartInteractor
Returns whether the mouse event that occurred at the specified
location should be handled by the interactor.
isHandling(int, int) - Method in class ilog.views.chart.interactor.IlvChart3DViewInteractor
Returns whether the mouse event occurred at the specified
location should be handled by the interactor.
isHandling(int, int) - Method in class ilog.views.chart.interactor.IlvChartEditPointInteractor
Returns whether the mouse event that occurred at the specified
location should be handled by the interactor.
isHandling(int, int) - Method in class ilog.views.chart.interactor.IlvChartHighlightInteractor
Returns whether the mouse event occurred at the specified
location should be handled by the interactor.
isHandling(int, int) - Method in class ilog.views.chart.interactor.IlvChartInfoViewInteractor
Returns whether the mouse event located at the specified
location should be handled by the interactor.
isHandling(int, int) - Method in class ilog.views.chart.interactor.IlvChartLocalReshapeInteractor
Returns whether the mouse event that occurred at the specified
location is handled by the interactor.
isHandlingAlarmReferences() - Method in class ilog.tgo.datasource.IltDefaultDataSource
Returns whether the data source handles or not references between
IltAlarm
s and IltObject
s.
isHideAllowed(Object[]) - Method in class ilog.views.maps.symbology.swing.IlvSymbologyTreeView
Returns whether making nodes and groups invisible is allowed.
isHideInvalidNodesAndLinks() - Method in class ilog.views.sdm.renderer.maps.IlvMapRenderer
Indicates whether or not nodes that are not within the limits tolerated by
the map projection will be hidden.
isHierarchical() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLinkLayoutRenderer
Returns true
if this link layout renderer
is configured to use the same
hierarchical layout algorithm as the one used to
position the nodes of the graph.
isHighContrast() - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aGraphic
Returns the indication whether high contrast is used.
isHighContrastMode() - Static method in class ilog.views.util.swing.IlvSwingUtil
Detects whether the operating system has the high contrast acccessibility
mode enabled.
isHighlighted() - Method in class ilog.views.chart.event.ChartHighlightInteractionEvent
Returns whether the point has been highlighted.
isHighlightingSelection() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true
if "selection by highlighting" is enabled,
or false
if the usual selection handles are used to show
selected objects.
isHighQualityRendering() - Method in class ilog.views.graphic.IlvIcon
Returns true
if high rendering quality mode is set.
isHighQualityRendering() - Method in class ilog.views.maps.raster.IlvRasterAbstractReader
Indicates if the icon should be rendered high quality.
isHighQualityRendering() - Method in class ilog.views.maps.raster.IlvRasterTileLoader
Indicates if the icon should be rendered high quality.
isHighQualityRendering() - Method in class ilog.views.maps.rendering.IlvMapImageRenderingStyle
Gets the quality of the image.
isHighQualityRendering() - Method in class ilog.views.sdm.renderer.maps.IlvImageTileLoader
Returns the rendering quality of the IlvIcon
objects created by this tile loader.
isHorizontal() - Method in class ilog.views.sdm.graphic.IlvDefaultLaneGraphic
isHorizontal() - Method in class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer
Returns true
if the swimlanes are horizontal, or false
if they are vertical.
isHorizontal() - Method in class ilog.views.sdm.renderer.IlvLaneRenderer
Returns true
if the lanes are displayed horizontally.
isHorizontalPreferred() - Method in class ilog.views.graphic.linkpolicy.IlvCrossingLinkShapePolicy
Returns true
if the crossings are registered at the
horizontal links.
isHorizontalPreferred(IlvManager) - Static method in class ilog.views.hypergraph.crossing.IlvCrossingCalculation
Returns whether the crossings are active at segments that are more
or at segments that are more vertical.
isHorizontalScrollBarVisible() - Method in class ilog.cpl.equipment.renderer.IlpViewRenderer
Returns true
if the horizontal scrollbar is visible.
isHorizontalScrollBarVisible() - Method in class ilog.cpl.graph.IlpGraphView
Returns true
if the horizontal scrollbar is visible.
isHorizontalScrollBarVisible() - Method in class ilog.cpl.IlpEquipment
Returns true
if the horizontal scrollbar is visible.
isHorizontalScrollBarVisible() - Method in class ilog.cpl.IlpNetwork
Returns true if the horizontal scrollbar is visible.
isHorizontalScrollBarVisible() - Method in class ilog.cpl.network.renderer.IlpViewRenderer
Returns true
if the horizontal scrollbar is visible.
isHorizontalScrollbarVisible() - Method in class ilog.views.awt.IlvScrollManagerView
Returns true if the horizontal scrollbar is visible.
isHorizontalScrollBarVisible() - Method in class ilog.views.gantt.IlvHierarchyChart
Returns the visibility status of the horizontal scroll bar.
isHorizontalScrollBarVisible() - Method in class ilog.views.swing.IlvJScrollManagerView
Returns true
if the horizontal scrollbar is visible.
isHTMLToolTipsSupported() - Static method in class ilog.views.util.swing.IlvSwingUtil
Returns whether the currently running version of Swing supports HTML
tooltips.
isHyperEdge(IlvGraphic) - Method in class ilog.views.hypergraph.IlvHyperGrapher
Returns true
if the object is a hyperedge contained
in this IlvGrapher
.
isHyperEdge() - Method in class ilog.views.hypergraph.IlvHyperGrapherObjectProperty
Returns true if the object associated with the property is a hyperedge.
isHyperEdge(IlvGraphic) - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeBaseInteractor
isHyperEdge() - Method in class ilog.views.IlvGrapherObjectProperty
Returns true if the object associated with the property is a hyperedge.
isHyperEdgesFollowEndNodes() - Method in class ilog.views.accelerator.IlvMoveSelectionAccelerator
Returns true
if the segments of unselected hyperedges
move when all end nodes of the hyperedge are selected and moved.
isHyperEdgesFollowEndNodes() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns true
if the segments of unselected hyperedges will
move when all end nodes of the hyperedge are selected and moved.
isIconAntialiasing() - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aGraphic
Returns the indication whether antialiasing is used.
isIconRasterizing() - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aGraphic
Returns the indication whether rasterizing is used.
isIconVisible() - Method in interface ilog.cpl.css.IlpAttributeCustomization
Returns whether the icon that is part of the
graphical representation of the attribute is visible.
isIconVisible() - Method in interface ilog.cpl.css.IlpAttributeHeaderCustomization
Returns whether the icon is visible in the header.
isIconVisible() - Method in interface ilog.cpl.css.IlpObjectCustomization
Returns whether the icon that is part of the graphic representation
of the object will be visible.
isIconVisible() - Method in class ilog.tgo.graphic.IltDefaultAlarmCountGraphic
Returns if the icon representing the alarm severity is
visible or not.
isId() - Method in class ilog.views.appframe.settings.IlvSettingsAttribute
isIdentical(Object) - Method in interface ilog.views.util.styling.IlvCSSDeclaration
Returns true
if this declaration is equal to the input
declaration.
isIdentical(Object) - Method in interface ilog.views.util.styling.IlvCSSRule
Returns true
if this rule is equal to the input
rule.
isIdentity() - Method in class ilog.views.IlvTransformer
Returns true
if the transformer is the identity transformer, false
otherwise.
isIdentity() - Method in class ilog.views.maps.srs.coordtrans.IlvAbridgedMolodenskyTransform
Returns true
if the transformation is an identity.
isIdentity() - Method in class ilog.views.maps.srs.coordtrans.IlvConcatenatedTransform
Returns true
if this transformation is an identity.
isIdentity() - Method in class ilog.views.maps.srs.coordtrans.IlvFittedTransform
Returns true
if this transformation is an identity.
isIdentity() - Method in class ilog.views.maps.srs.coordtrans.IlvGeocentricTransform
Returns true
if the transformation is an identity.
isIdentity() - Method in class ilog.views.maps.srs.coordtrans.IlvMapAffineTransform
Returns true
if this transformation is an identity.
isIdentity() - Method in interface ilog.views.maps.srs.coordtrans.IlvMathTransform
Returns true
if this transformation is an identity.
isIdentity() - Method in class ilog.views.maps.srs.coordtrans.IlvProjectionTransform
Returns true
if this transformation is an identity,
isIgnoreContentAspectRatio() - Method in class ilog.views.faces.dhtml.component.IlvFacesDHTMLOverview
Returns whether the view is ignore content aspect ratio or not.
isIgnoredProperty(Class<?>, String) - Method in class ilog.views.maps.propertysheet.IlvMapStylePropertySheet
Returns whether the given property of the specified class should be
ignored.
isIgnoreSyntheticHttpURLs() - Static method in class ilog.cpl.service.IlpDefaultURLAccessService
Returns true
if synthetic HTTP URLs are ignored
by this service.
isIgnoringUnknownDatums() - Method in class ilog.views.maps.srs.wkt.IlvWKTCoordinateSystemFactory
Returns true
if this factory ignores unknown datums and
replaces all unknown datums with a WGS 84 datum.
isIgnoringView(IlvManagerView) - Method in class ilog.views.maps.labelling.IlvMapLabelerController
Returns true
if the view is ignored by the layout controller.
isIgnoringView(IlvManagerView) - Method in class ilog.views.tiling.IlvTileController
Returns true
if the view is ignored by the tile controller.
isIgnoringView(IlvManagerView) - Method in class ilog.views.tiling.IlvTiledLayer
Returns true
if the view can control the load-on-demand
This method is a shortcut for
getTileController.isIgnoringView()
isImageMapVisible() - Method in class ilog.tgo.faces.equipment.dhtml.component.IltFacesDHTMLEquipmentView
Returns whether the imageMapVisible
property is
true
or false
.
isImageMapVisible() - Method in class ilog.tgo.faces.network.dhtml.component.IltFacesDHTMLNetworkView
Returns whether the imageMapVisible
property is
true
or false
.
isImageMapVisible() - Method in class ilog.views.chart.faces.dhtml.component.IlvChartDHTMLViewComponent
Returns true
if the image map, once generated, should be visible.
isImageMapVisible() - Method in class ilog.views.chart.faces.dhtml.taglib.IlvChartViewComponentTag
Returns true
if the image map, if generated, should be visible.
isImageMapVisible() - Method in class ilog.views.diagrammer.faces.dhtml.component.IlvFacesDHTMLDashboardView
Returns the flag indicating whether an image map should be visible or not (if
generated)
isImageMapVisible() - Method in class ilog.views.diagrammer.faces.dhtml.component.IlvFacesDHTMLDiagrammerView
Returns the flag indicating whether an image map should be visible or not (if
generated)
isImageMapVisible() - Method in class ilog.views.faces.dhtml.component.IlvFacesDHTMLView
Returns the flag indicating whether an image map should be visible or not (if
generated)
isImageMapVisible() - Method in interface ilog.views.faces.dhtml.component.IlvFacesDHTMLViewSupport
Returns the flag indicating whether an image map should be visible or not (if
generated)
isImageMapVisible() - Method in class ilog.views.faces.dhtml.component.IlvFacesDHTMLViewSupportImpl
Returns the flag indicating whether an image map should be visible or not (if
generated)
isImageMode() - Method in class ilog.views.faces.dhtml.component.IlvFacesSelectionManager
Returns the image mode.
isImageMode() - Method in class ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor
Returns the image mode.
isImageRefresh() - Method in class ilog.views.util.servlet.IlvSelectionSupport.IlvSelectionResponse
Returns true
when the image must refreshed after selection.
isInApplet() - Static method in class ilog.views.util.IlvResourceUtil
Tests whether we are running inside an applet.
isInApplyToObject() - Method in class ilog.views.IlvGraphic
Returns true
if this graphic object is currently treated
inside a call to applyToObject
.
isIncident(IlvCrossingAwareSegment) - Method in interface ilog.views.hypergraph.crossing.IlvCrossingAwareSegment
Returns whether this crossing aware segment is incident to the input
segment.
isIncident(IlvSegmentedHyperEdge.Segment) - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge.Segment
Returns true if the input segment is incident to this segment.
isIncludeRegisteredLayers() - Method in class ilog.views.maps.interactor.IlvSeeThroughInteractor
Tells if the registered layer list is included in the drawing or not.
isIncludingLabels() - Method in class ilog.views.chart.datax.adapter.IlvDataSourceToFlatTableModel
Returns true
if the labels are included as table columns.
isIncludingLegendInBBox() - Method in class ilog.views.sdm.renderer.IlvLegendRenderer
Returns true
if the legend is to be included in the bounding
rectangle of the grapher, or false
otherwise.
isIncremental() - Method in class ilog.views.sdm.util.IlvXMLConnector
Returns the flag specifying whether reading an XML file
creates new objects or just sets the properties of
existing objects.
isIncrementalAbsoluteLevelPositioning() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the algorithm tries to place the nodes
within the level to absolute positions that are close to the previous
positions during incremental layout.
isIncrementalConnectionPreserving() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Returns true
if the incremental mode preserves the side
and relative order of the link connection points.
isIncrementalLayout() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutRenderer
Returns true
when the incremental mode is enabled.
isIncrementalMode() - Method in class ilog.tgo.graphic.graphlayout.IltLinkLayout
Returns true
if the incremental mode is enabled.
isIncrementalMode() - Method in class ilog.tgo.graphic.graphlayout.IltShortLinkLayout
Returns true
if the incremental mode is enabled.
isIncrementalMode() - Method in class ilog.views.graphlayout.bus.IlvBusLayout
Returns true
if the incremental mode is enabled.
isIncrementalMode() - Method in class ilog.views.graphlayout.grid.IlvGridLayout
Returns true
if the incremental mode is enabled, and
false
otherwise.
isIncrementalMode() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the incremental mode is enabled.
isIncrementalMode() - Method in class ilog.views.graphlayout.link.IlvLinkLayout
Returns true
if the incremental mode is enabled.
isIncrementalMode() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Returns true
if the incremental mode is enabled.
isIncrementalMode() - Method in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout
Returns true
if the incremental mode is enabled.
isIncrementalMode() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the incremental mode is enabled.
isInfoWindowPresent() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the information window is available
to the user all the time.
isInfoWindowTextAntialiasing() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether text in the information window is
drawn with anti-aliasing.
isInfoWindowVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the info window is visible or not.
isInherited(String) - Method in interface ilog.views.maps.graphic.IlvInheritable
Tells if the property value is inherited from its parent.
isInherited(String) - Method in class ilog.views.maps.graphic.style.IlvGraphicPathStyle
Retrieves the inherited state of the property.
isInherited(String) - Method in class ilog.views.maps.graphic.style.IlvMapCompositeStyle
Retrieves the inherited state of the property.
isInherited(String) - Method in class ilog.views.maps.graphic.style.IlvMapStyle
Retrieves the inherited state of the property.
isInherited(String) - Method in class ilog.views.maps.label.IlvMapLabelStyle
Retrieves the inherited state of the property.
isInherited() - Method in class ilog.views.maps.propertysheet.InheritEvent
Tells is the property is inherited or not.
isInheritEnabled() - Method in class ilog.views.maps.propertysheet.IlvMapStylePropertySheet
Tells if the inheritance is enabled.
IsInitialized() - Static method in class ilog.cpl.IlpSystem
Returns true
if the application has been
correctly initialized.
IsInitialized() - Static method in class ilog.tgo.util.IltSystemInitializer
Returns whether or not the initialization is complete.
isInitialized() - Method in class ilog.views.appframe.IlvApplication
Determines whether the application is initialized.
IsInitializing() - Static method in class ilog.cpl.IlpSystem
isInitiallyInstalled(IlvPlugin) - Method in class ilog.views.appframe.plugin.IlvPluginManager
Determines whether the specified plug-in should be installed when the
application is being launched.
isInlaid() - Method in class ilog.views.sdm.renderer.IlvLegendRenderer
Returns the flag specifying whether the legend
should be contained in the same grapher as
the SDM, or if it should be placed in
an independent grapher displayed in a
separate frame.
isInnerBorderVisible() - Method in class ilog.tgo.graphic.IltDefaultAlarmCountGraphic
Returns the visibility status of the inner border.
isInObservationScope(IlpRepresentationNode) - Method in class ilog.cpl.graph.IlpAbstractGraphModel
Returns if the given object is in the observation scope.
isInOperation() - Method in class ilog.views.chart.IlvChartInteractor
Returns whether the interactor is in operation state.
isInProgress() - Method in class ilog.views.appframe.util.IlvProgressMonitor
Determines whether the task that this monitor is associated with is in progress.
isInProgress() - Method in class ilog.views.hypergraph.undo.IlvOrderedCompoundEdit
Returns true if this edit is in progress, that is, it has not
received end.
isInputCheckEnabled() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns true
if the checks for the nodes and/or links are
enabled.
isInputCheckEnabled() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Returns true
if the checks for the labels and obstacles
are enabled.
isInsertionAdjusting() - Method in class ilog.views.IlvManager
Returns true
if the manager is currently doing
a major insertion of objects.
isInShelf(IlpObject) - Method in class ilog.tgo.datasource.IltDefaultDataSource
Returns if the given object is an object contained in a
shelf or one of its children.
isInside(IltStateInfo) - Method in class ilog.tgo.model.IltState
Tests whether this state belongs to a given state class.
isInside(IltStateInfo) - Method in class ilog.tgo.model.IltStateInfo
Tests whether this IltStateInfo describes a class that inherits
(directly or indirectly) from the class described by a given IltStateInfo.
isInside(double) - Method in class ilog.views.chart.IlvDataInterval
Returns whether the given value is included within this interval.
isInside() - Method in class ilog.views.prototypes.IlvTranslateBehavior
Returns the inside
parameter of this behavior.
isInsideCalcBoundingBoxOfLink() - Method in class ilog.views.hypergraph.crossing.IlvAbstractCrossingGraphic
isInstalled() - Method in class ilog.views.appframe.plugin.IlvPlugin
Determines whether the plug-in is installed.
isInSwingParent() - Method in class ilog.views.IlvManagerView
Returns true
if the IlvManagerView
is used
in a Swing context (i.e its parent is a JComponent
),
false
otherwise.
isInTargetThread() - Method in class ilog.mt.IlSwingThreadSyncStrategy
Returns true
if currently executing in the Swing/AWT thread.
isInTargetThread() - Method in class ilog.mt.IlSynchronizationStrategy
Returns true
if currently executing in the target thread of this strategy.
isIntegerZoomAllowed() - Method in class ilog.views.gantt.scale.IlvTimeScale
Tests if double-click zooming with the mouse is allowed.
isInteractedByToolBar() - Method in class ilog.cpl.graphic.views.IlpManagerView
Checks whether this manager view is interacted by the toolbar or not.
isInteractive() - Method in class ilog.views.chart.graphic.IlvThresholdIndicator
Returns whether user interactions are enabled for this threshold.
isInteractive() - Method in class ilog.views.chart.IlvLegend
Returns whether the legend is in interactive mode.
isInteractiveProjectionInputEnabled() - Method in class ilog.views.maps.format.geotiff.IlvGeotiffReader
Returns true if the interactive input of the projection is enabled.
isInteractiveProjectionInputEnabled() - Method in class ilog.views.maps.format.geotiff.IlvRasterGeoTiffReader
Returns true if the interactive input of the projection is enabled.
isInteractiveProxyPresent() - Method in class ilog.tgo.composite.IltcCompositeGraphic
isInterClusterCrossingReduction() - Method in class ilog.views.graphlayout.circular.IlvCircularLayout
Returns whether the crossing reduction takes inter cluster links into
account.
isIntergraphConnectivityMode() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the intergraph link connectivity is
considered for the partitioning of the layout into levels.
isIntergraphConnectivityMode() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the intergraph link connectivity is
considered for the partitioning of the layout into subtrees.
isInterGraphHyperEdge() - Method in class ilog.views.hypergraph.IlvHyperEdge
Returns whether the hyperedge is an intergraph hyperedge.
isInterGraphLink(Object) - Method in class ilog.views.graphlayout.IlvGrapherAdapter
Returns true
if the object is a valid intergraph link,
and false
otherwise.
isInterGraphLink(Object) - Method in class ilog.views.graphlayout.IlvGraphModel
Returns true
if the object is a valid intergraph link,
and false
otherwise.
isInterGraphLink(Object) - Method in class ilog.views.graphlayout.IlvRotatedGraphModel
Returns true
if the object is a valid intergraph link,
and false
otherwise.
isInterGraphLink(IlvGraphic) - Method in class ilog.views.IlvGrapher
Returns true
if the object is a link contained
in this IlvGrapher
and if the link is an intergraph link.
isInterGraphLinksMode() - Method in class ilog.tgo.graphic.graphlayout.IltLinkLayout
Returns true
if the routing of intergraph links is enabled.
isInterGraphLinksMode() - Method in class ilog.tgo.graphic.graphlayout.IltShortLinkLayout
Returns true
if the routing of intergraph links is enabled.
isInterGraphLinksMode() - Method in class ilog.views.graphlayout.link.IlvLinkLayout
Returns true
if the routing of intergraph links is
enabled.
isInterGraphLinksMode() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Returns true
if the routing of intergraph links is
enabled.
isInterGraphLinksMode() - Method in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout
Returns true
if the routing of intergraph links is
enabled; returns false
otherwise.
isIntermediate(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is an Intermediate Event.
isIntermediatePointsModeAllowed() - Method in class ilog.views.dashboard.IlvDashboardLinkManager
Checks whether intermediate point mode allowed or not.
isInternalGraphModelChecking() - Method in class ilog.views.graphlayout.IlvGraphModel
Returns true
if the extended checking of internally
created graph models is enabled.
isInterningStringAttributes() - Method in class ilog.views.maps.datasource.IlvShapeDataSource
Returns true
if the String attributes that are read are
interned.
isInterningStringAttributes() - Method in class ilog.views.maps.format.shapefile.IlvDBFReader
Returns true
if the String attributes that are read are
interned.
isInterningStringAttributes() - Method in class ilog.views.maps.format.shapefile.IlvShapeFileTileLoader
Returns true
if the String attributes that are read are
interned.
isInterrupted() - Method in class ilog.views.graphlayout.basic.IlvBasicLinkStyleLayout
Returns true
if the layout is interrupted.
isInterrupted() - Method in class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayout
Returns true
if the layout is interrupted.
isInterrupted() - Method in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout
Returns true
if the layout is interrupted.
isInterruptIntermediate(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is an Interrupt Intermediate Event.
isInvalid() - Method in class ilog.views.maps.beans.editor.IlvCoordinatePanelFactory.CoordPointInputPanel
Indicates if the point is valid.
isInvalid() - Method in class ilog.views.maps.beans.editor.IlvCoordinatePanelFactory.CoordRectangleInputPanel
Indicates if the two points of the bounding box diagonal are valid.
isInvalidating() - Method in class ilog.views.IlvManager
Returns true
if the manager is in an
initReDraws/reDrawViews
session.
isInverseEnabled() - Method in class ilog.views.maps.projection.IlvProjection
Returns true
if the inverse function is supported by the projection.
isInvertBlackAndWhite() - Method in class ilog.views.dxf.IlvDXFReaderConfigurator
Returns true
if the black and white colors are inverted,
and returns false
otherwise.
isInverted() - Method in class ilog.views.chart.datax.adapter.sort.IlvColumnValueComparator
Returns true
if the comparison is inverted.
isInverted() - Method in class ilog.views.chart.datax.adapter.sort.IlvColumnValueComparatorFactory
Returns true
if the comparison is inverted.
isInvisibleRootUsed() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if an invisible root is used to combine
components that are disconnected from each other.
isInvokeObjectInteractor() - Method in class ilog.tgo.interactor.IltSelectInteractor
Indicates whether this interactor should give the priority to the object
interactor or not.
isItemMoveable(IltGraphic) - Method in class ilog.tgo.model.IltCardItem
Check whether or not a card item should be affected by
transformations (when inside a composite card, a card
item should not be affected by zooming transformations).
isItemMoveable(IltGraphic) - Method in class ilog.tgo.model.IltShelfItem
Returns true
if this item can be moved.
isIVL(String) - Static method in class ilog.views.maps.IlvMapInputStream
Test if a file has a valid IVL structure.
isIVL(URL) - Static method in class ilog.views.maps.IlvMapInputStream
Test if a file has a valid IVL structure.
isIVLMode() - Method in class ilog.views.dxf.IlvDXFStreamFactory
Returns true
if using the standard IVL format.
isIVLMode() - Method in class ilog.views.svg.SVGStreamFactory
Returns true
if using the standard IVL format.
isJava9OrLater() - Static method in class ilog.views.util.java.Version
isJavaColorNamesFirst() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true
if Java color names are to be used instead of SVG color names when there is a conflict.
isJavaNamesFirst() - Static method in class ilog.views.util.IlvColorUtil
Returns whether Java color names take over SVG color names.
isJnlp() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Returns true
if this class is run with JNLP.
isJnlp() - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
Returns true
if this class is run with JNLP.
IsJViews60LineStyleMode() - Static method in class ilog.views.IlvGraphicUtil
Returns true
if polylines and Bezier curves
with line styles are drawn in JViews 6.0 style.
isJViews80BoundingBoxCompatibility() - Static method in class ilog.views.graphic.composite.IlvCompositeGraphic
Returns whether the compatibility mode how the bounding box of
composite graphic objects are treated.
isKeepAspectRatio() - Method in class ilog.views.dxf.IlvDXFReaderConfigurator
Returns true
if the reader is in "keeping aspect ratio" mode,
and returns false
otherwise.
isKeepElevationDataCache() - Method in class ilog.views.maps.defense.terrain3d.model.Ilv3DModel
Returns whether the model must keep a copy of downsampled elevation data (depending on the camera position), or rather compute it at rendering time.
isKeepElevationDataCache() - Method in class ilog.views.maps.defense.terrain3d.model.Ilv3DTile
Returns whether the tile should keep a copy of downsampled elevation data (depending on the camera position), or rather compute it at rendering time.
isKeepingAspectRatio() - Method in interface ilog.cpl.css.IlpObjectCustomization
isKeepingAspectRatio() - Method in class ilog.cpl.equipment.renderer.IlpViewRenderer
Returns true
if the aspect ratio in the
main window is kept when a zoom transformer is applied.
isKeepingAspectRatio() - Method in class ilog.cpl.network.renderer.IlpViewRenderer
Returns true
if the aspect ratio in the main window is kept
when a zoom transformer is applied.
isKeepingAspectRatio() - Method in class ilog.tgo.graphic.renderer.IltNEBaseRenderer.General
isKeepingAspectRatio() - Method in class ilog.views.graphic.IlvText
Returns true
if the text keeps the aspect ratio;
otherwise it returns false
.
isKeepingAspectRatio() - Method in class ilog.views.IlvManager
Returns true
if the local transformer of this manager
keeps the aspect ratio; otherwise it returns false
.
isKeepingAspectRatio() - Method in class ilog.views.IlvManagerView
Returns true
if the view keeps the aspect ratio;
otherwise it returns false
.
isKeepingAspectRatio() - Method in class ilog.views.interactor.IlvManagerMagViewInteractor
Returns true
if the control rectangle keeps the aspect
ratio when being interactively resized.
isKeepingAspectRatio() - Method in class ilog.views.sdm.graphic.IlvGeneralNode
isKeepingAspectRatio() - Method in class ilog.views.swing.IlvJComponentGraphic.ComboBoxOptions
Returns true
if the contents drawn in the pop-up of the
combo box preserves the aspect ratio.
isKeepVisibleWindow() - Method in class ilog.views.chart.faces.dhtml.component.IlvChartDHTMLView
Returns whether the current visible window has to be kept between two JSF requests.
isLabel(Object) - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltLabelingModel
isLabel(Object) - Method in class ilog.views.graphlayout.labellayout.IlvDefaultLabelingModel
Returns true
if an object is a valid label and
false
otherwise.
isLabel(Object) - Method in class ilog.views.graphlayout.labellayout.IlvLabelingModel
Returns true
if an object is a valid label and
false
otherwise.
isLabelAntialiasing() - Method in interface ilog.cpl.css.IlpObjectCustomization
Returns whether the anti-aliasing mode of the label is set.
isLabelAntialiasing() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether labels are drawn with
anti-aliasing.
isLabelAntialiasing() - Method in class ilog.tgo.graphic.renderer.IltShelfBaseRenderer
Returns if the slot numbers label uses anti-aliasing.
isLabelAntialiasing() - Method in class ilog.views.sdm.graphic.IlvGeneralNode
Returns the anti-aliasing mode of the label of the general node.
isLabelBetweenCategory() - Method in class ilog.views.chart.IlvCategoryStepsDefinition
Indicates whether the labels are positioned between categories.
isLabelLayoutActive() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Returns whether the label layout is active.
isLabelLayoutAvailable() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if label layout is available for this diagram component,
that is, if the style sheets contain the configuration of a label layout
algorithm.
isLabelLayoutEnabled() - Method in class ilog.views.sdm.IlvSDMEngine
Returns the enabled state of the automatic layout algorithm for labels.
isLabelLayoutEnabledDuringRecLayoutMode() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the recursive layout mode places also the
labels of the graph.
isLabelLayoutPersistent() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Returns whether the label layout is persistent.
isLabellingSmallAreas() - Method in class ilog.views.maps.label.IlvMapLabelStyle
Tells whether small areas should be labeled, even if label is bigger than area.
isLabelRotated() - Method in class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer
Returns whether the label is rotated.
isLabelVisible() - Method in interface ilog.cpl.css.IlpAttributeCustomization
Returns whether the label should be visible or not in
the graphical representation of the attribute.
isLabelVisible() - Method in interface ilog.cpl.css.IlpAttributeHeaderCustomization
Returns whether the label displayed in the header is visible.
isLabelVisible() - Method in interface ilog.cpl.css.IlpObjectCustomization
Returns whether the label should be visible or not in the
graphical representation of the object.
isLabelVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the label is visible or not.
isLabelVisible() - Method in class ilog.tgo.graphic.renderer.IltShelfBaseRenderer
Returns if the slot numbers are visible.
isLabelVisible() - Method in class ilog.views.chart.IlvScale
Indicates whether step labels are visible.
isLabelZoomable() - Method in interface ilog.cpl.css.IlpObjectCustomization
isLabelZoomable() - Method in interface ilog.tgo.css.IltObjectCustomization
isLabelZoomable() - Method in class ilog.views.sdm.graphic.IlvGeneralNode
Returns the flag specifying whether the label
should be zoomable.
isLane(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is a Lane.
isLayerAdded(IlvManagerLayer) - Method in class ilog.views.graphlayout.IlvGrapherAdapter
Returns true
if the manager layer is one of the layers to
be taken into account during the layout.
isLayerAdded(IlvManagerLayer) - Method in class ilog.views.graphlayout.labellayout.IlvDefaultLabelingModel
Returns true
if the manager layer is one of the layers to
be taken into account during the layout.
isLayerCached(int) - Method in class ilog.views.IlvManagerView
Tells whether the specified layer is cached for this view.
isLayerGlobalVisibilityMode() - Method in class ilog.views.maps.beans.IlvJMapLegend
Tests whether this legend instance controls the global visibility
of the manager layers for all views or the associated view only.
isLayoutFinished() - Method in class ilog.views.graphlayout.GraphLayoutEvent
Returns whether the layout just has finished.
isLayoutFinished() - Method in class ilog.views.graphlayout.labellayout.LabelLayoutEvent
Returns true
if this event is sent at the end of the
label layout process of a manager, and false
otherwise.
isLayoutIgnored() - Method in class ilog.cpl.graph.graphlayout.css.IlpGraphLayoutParameters
Indicates if the node or link should be ignored by this graph or
link layout.
isLayoutNeeded(IlvGraphLayout) - Method in class ilog.views.graphlayout.IlvGrapherAdapter
Returns true
if a given layout that has been already
applied to this graph is still valid.
isLayoutNeeded() - Method in class ilog.views.graphlayout.IlvGraphLayout
Verifies that it is necessary to perform the layout.
isLayoutNeeded(IlvGraphLayout) - Method in class ilog.views.graphlayout.IlvGraphModel
Returns true
if a given layout that has been already
applied to this graph is still valid.
isLayoutNeeded(IlvLabelLayout) - Method in class ilog.views.graphlayout.labellayout.IlvDefaultLabelingModel
Returns true
if a given layout that has been already
applied to this manager is still valid.
isLayoutNeeded(IlvLabelLayout) - Method in class ilog.views.graphlayout.labellayout.IlvLabelingModel
Returns true
if a given layout that has been already
applied to this manager is still valid.
isLayoutNeeded() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Verifies that it is necessary to perform the layout.
isLayoutOfConnectedComponentsEnabled() - Method in class ilog.views.graphlayout.IlvGraphLayout
Indicates whether the connected component layout mechanism is enabled.
isLayoutOfConnectedComponentsEnabledByDefault() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns true
if the connected components layout mechanism
is enabled by default.
isLayoutOfConnectedComponentsEnabledByDefault() - Method in class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayout
Deprecated.
Overridden version of the method from the superclass that always
returns true
.
isLayoutOfConnectedComponentsEnabledByDefault() - Method in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout
Overridden version of the method from the superclass that always
returns true
.
isLayoutOfGeneralLinkLabelsEnabled() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLabelLayoutRenderer
isLayoutOfGeneralNodeLabelsEnabled() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLabelLayoutRenderer
isLayoutOfLinkLabelsEnabled() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLabelLayoutRenderer
isLayoutOfNodeLabelsEnabled() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLabelLayoutRenderer
isLayoutOfNonTextLabelsEnabled() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLabelLayoutRenderer
isLayoutProxyPresent() - Method in class ilog.tgo.composite.IltcCompositeGraphic
isLayoutRunning() - Method in class ilog.views.graphlayout.IlvGraphLayout
Indicates whether the layout algorithm is running or not.
isLayoutRunning(boolean) - Method in class ilog.views.graphlayout.IlvGraphLayout
Indicates whether this layout algorithm is running or not.
isLayoutRunning() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Tells whether the layout algorithm is running or not.
isLayoutRunning(boolean) - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Indicates whether this layout algorithm is running or not.
isLayoutRunning() - Method in class ilog.views.sdm.IlvSDMEngine
Returns the flag indicating that a layout algorithm is running.
isLayoutStarted() - Method in class ilog.views.graphlayout.GraphLayoutEvent
Returns whether the layout just has started.
isLayoutStarted() - Method in class ilog.views.graphlayout.labellayout.LabelLayoutEvent
Returns true
if this event is the first event at the
beginning of the label layout process of a manager, and
false
otherwise.
isLayoutTimeElapsed() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns true
if, at the moment the method is called, the
allowed layout time is exceeded; returns false
otherwise.
isLayoutTimeElapsed() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Returns true
if, at the moment the method is called, the
allowed layout time is exceeded; returns false
otherwise.
isLayoutValid() - Method in class ilog.views.graphic.linkbundle.IlvLinkBundle
Determines whether the internal layout of this link bundle is valid.
isLeaf(IlpRepresentationObject) - Method in class ilog.cpl.graph.IlpAbstractGraphModel
Returns true
if this object, by its nature, has no children.
isLeaf(IlpRepresentationObject) - Method in interface ilog.cpl.graph.IlpGraphModel
Returns true
if this object, by its nature, has no children.
isLeaf() - Method in class ilog.cpl.model.container.IlpAbstractRepresentationNode
Returns true
if this object, by its nature, has no children.
isLeaf() - Method in interface ilog.cpl.model.container.IlpRepresentationNode
Returns true
if this object, by its nature, has no children.
isLeaf() - Method in class ilog.cpl.tree.IlpDefaultTreeNode
Returns true
if this node is a leaf.
isLeaf(Object) - Method in class ilog.views.chart.datax.adapter.IlvTreeListToTreeModel
This method returns true
if and only if the node has no children.
isLeafToContainerEnabled() - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer
Returns true whether leaves are automatically converted to container when a first new child is added.
isLeftAligned() - Method in class ilog.views.maps.format.tiger.IlvTigerDataDictionnary.DictionnaryElement
Returns true if the field is left aligned
isLeftToRight() - Method in class ilog.views.gantt.graphic.IlvActivityGraphic
Returns whether time increases left-to-right in the Gantt sheet.
isLeftToRight() - Method in class ilog.views.gantt.IlvTimeScrollSupport
Returns whether time increases left-to-right in the view.
isLegendVisible() - Method in class ilog.views.chart.IlvChart
Returns whether the legend is visible.
isLegendVisible() - Method in class ilog.views.schedule.IlvScheduleDataChart
Returns whether the legend is visible.
isLegendVisible() - Method in class ilog.views.sdm.renderer.IlvLegendRenderer
Returns true
if the legend is visible,
or false
if the legend is not visible.
isLegendZooming() - Method in class ilog.views.sdm.renderer.IlvLegendRenderer
Returns true
if the items displayed in the legend zoom
when the SDM view is zoomed, or false
if the size of the
legend items stays fixed.
isLenient() - Method in class ilog.views.util.text.IlvDateFormat
Returns whether date/time parsing is lenient.
isLenient() - Method in class ilog.views.util.text.IlvWrappedICUDateFormat
Overridden version of the same method of
DateFormat
.
isLenientParseMode() - Method in class ilog.views.gantt.text.IlvDurationFormat
Returns true if lenient-parse mode is turned on.
isLightPainting() - Method in class ilog.views.maps.grids.IlvAbstractBaseGrid
This flag indicates grids to try to paint "lightly".
isLinear() - Method in class ilog.views.gantt.graphic.IlvLinearTimeConverter
Returns whether the time converter is continuous and linear.
isLinear() - Method in interface ilog.views.gantt.graphic.IlvTimeConverter
Returns whether the time converter is continuous and linear.
isLineIndexingEnabled() - Method in class ilog.views.util.swing.IlvJStreamTextArea
Returns whether line indexing is enabled.
isLineStyleSolid() - Method in class ilog.tgo.grprim.Ilt1DPalette
Returns if the palette has a solid line style.
isLineVisible() - Method in class ilog.views.maps.graphic.IlvAnchoredLabel
Tells if the IlvAnchoredLabel
is displaying
the line.
isLineWidthZoomed() - Method in class ilog.views.maps.rendering.IlvMapLineRenderingStyle
Returns true
if the line width of this rendering style
is zoomed when the object is zoomed.
isLink(IlpRepresentationObject) - Method in class ilog.cpl.equipment.IlpDefaultEquipmentModel
Returns true if an equipment object is a link in this model.
isLink(IlpRepresentationObject) - Method in class ilog.cpl.graph.IlpAbstractGraphModel
Returns true if a representation object is a link in this model.
isLink(IlpRepresentationObject) - Method in interface ilog.cpl.graph.IlpGraphModel
Returns true
if a representation object is a link (and not
a node) in this model.
isLink(IlpRepresentationObject) - Method in class ilog.cpl.graph.IlpGraphView
Returns if the given object is a link in the visible model.
isLink(IlpRepresentationObject) - Method in class ilog.cpl.network.IlpDefaultNetworkModel
Returns true
if a network object is a link in this model.
isLink(IltcCompositeGraphic) - Method in class ilog.tgo.composite.IltcCompositeGrapher
Determines whether an object is known as a link to the grapher.
isLink() - Method in class ilog.tgo.graphic.IltCompositeGraphic
Returns true when the graphic object is a link.
isLink() - Method in class ilog.views.dashboard.IlvDashboardSymbol
Tests if the symbol is a link.
isLink() - Method in class ilog.views.diagrammer.application.IlvDiagrammerPaletteAction
Returns true
if this action creates a link
isLink(Object) - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the specified object is a link, or
false
if the object is a node.
isLink(Object) - Method in class ilog.views.graphlayout.IlvGrapherAdapter
Returns true
if an object is a valid link and
false
otherwise.
isLink(Object) - Method in class ilog.views.graphlayout.IlvGraphModel
Returns true
if the object is a valid normal link, and
false
otherwise.
isLink(Object) - Method in class ilog.views.graphlayout.IlvRotatedGraphModel
Returns true
if the object is a valid normal link, and
false
otherwise.
isLink(IlvGraphic) - Method in class ilog.views.IlvGrapher
Returns true
if the object is a link contained
in this IlvGrapher
.
isLink() - Method in class ilog.views.IlvGrapherObjectProperty
Returns true if the object associated with the property is a link.
isLink(Object) - Method in interface ilog.views.sdm.IlvSDMModel
Returns true
if the specified data object
is a link between two nodes.
isLink(Object) - Method in class ilog.views.sdm.model.IlvAbstractSDMModel
Returns true
if the specified data object
is a link, that is, if it is an instance of
a class that implements the IlvSDMLink
interface.
isLink(Object) - Method in class ilog.views.sdm.model.IlvBasicSDMModel
This method returns false
.
isLink(Object) - Method in class ilog.views.sdm.model.IlvFilterSDMModel
This method calls the isLink
method of the filtered model.
isLink(Object) - Method in class ilog.views.sdm.model.IlvJavaBeanSDMModel
This method returns true
if and only if
getFrom(obj)
and getTo(obj)
return a non-null
value.
isLink(Object) - Method in class ilog.views.sdm.model.IlvMultipleSDMModel
isLink(Object) - Method in class ilog.views.sdm.model.IlvRDFSDMModel
Returns true
if the specified data object
is a link between two nodes.
isLinkBetween(Object, Object) - Method in class ilog.views.graphlayout.IlvGrapherAdapter
Tests whether a link exists between two nodes.
isLinkBetween(Object, Object) - Method in class ilog.views.graphlayout.IlvGraphModel
Tests whether a normal link exists between two nodes.
isLinkBetween(IlvGraphic, IlvGraphic) - Method in class ilog.views.IlvGrapher
Tests whether a link exists between two nodes.
isLinkCheckEnabled() - Method in class ilog.views.graphlayout.IlvGraphModel
Returns true
if the checks for the links are enabled, and
false
otherwise.
isLinkConnectionPortMode() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentMakeLinkButton
Returns true
if the interactor allows the end-user to select
the link connection ports.
isLinkConnectionPortMode() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkMakeLinkButton
Returns true
if the interactor specifies the link
connection ports of freshly created links.
isLinkConnectionPortMode() - Method in class ilog.tgo.interactor.IltMakeLinkInteractor
Returns true
if the interactor allows the end-user to select
the link connection ports.
isLinkConnectorEnabled() - Method in class ilog.views.sdm.renderer.IlvStyleSheetRenderer
isLinkCreationAllowed(IlvDashboardDiagram) - Method in class ilog.views.dashboard.IlvDashboardLinkManager
Tests whether the Dashboard Editor is in a state that allows creating links,
for example,there are at least two nodes in the dashboard
diagram.
isLinkCrossingFineTuningEnabled() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the link crossing fine tuning phase is
enabled.
isLinkLayoutAvailable() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if link layout is available for this diagram component,
that is, if the style sheet contains the configuration of a link layout
algorithm.
isLinkLayoutEnabled() - Method in class ilog.views.dashboard.IlvDashboardDiagram
Tests if link layout is enabled.
isLinkLayoutEnabled() - Method in class ilog.views.sdm.IlvSDMEngine
Returns the enabled state of the automatic layout algorithm for links.
isLinkLayoutEnabledWhileMoving() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true
if the automatic link layout is enabled while
moving a node.
isLinkNodeVisibilityCoupled() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true
if the links are visible (if and only if origin and
destination nodes are visible).
isLinkObstacleEnabled() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Returns true
if links should be line obstacles for the
link routes.
isLinkOverlapNodesForbidden() - Method in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout
Returns true
if the overlap of links with nodes is
forbidden; returns false
otherwise.
isLinkReconnectionEnabled() - Method in class ilog.views.sdm.IlvSDMView
Returns true
if link reconnection is enabled
in this view.
isLinksFollowEndNodes() - Method in class ilog.views.accelerator.IlvMoveSelectionAccelerator
Returns true
if the bends of unselected links move when
both end nodes are selected and moved.
isLinksFollowEndNodes() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns true
if the bends of unselected links will move when
both end nodes are selected and move.
isLinkStraighteningEnabled() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the link straightening phase is enabled.
isLinkWidthUsed() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the layout respects the width of links.
IsListMenuNumbering(Action) - Static method in class ilog.views.appframe.IlvAction
Determines whether the specified action
is a list action and whether
the stored items in it appear with a prefix number in menu items created
for those items.
isLoadComplete() - Method in class ilog.views.chart.data.lod.IlvDataTile
Indicates whether the tile loading has been completed.
isLoadComplete() - Method in class ilog.views.tiling.IlvTile
Returns true
if the tile is fully loaded.
isLoadingAttributes() - Method in class ilog.views.maps.format.oracle.IlvSDOFeatureIterator
Returns false
.
isLoadingAttributes() - Method in class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOFeatureIterator
Returns true
if this feature iterator is loading attributes.
isLoadingAttributes() - Method in class ilog.views.maps.format.shapefile.IlvShapeFileReader
Specifies whether this reader is reading auxiliary attributes.
isLoadingInCache() - Method in class ilog.views.chart.data.lod.IlvDataTileController
Indicates whether tiles whose loading is not complete
are put in the cache or released.
isLoadingOnDemand() - Method in interface ilog.cpl.util.IlpExpansionStrategy
Indicates whether this strategy enables loading on demand.
isLoadingOnDemand() - Method in class ilog.cpl.util.IlpStaticExpansionStrategy
isLoadLayoutModeFromNamesProperties() - Method in class ilog.views.graphlayout.recursive.IlvRecursiveLayout
isLoadOnDemand() - Method in class ilog.cpl.graph.background.IlpAbstractBackground
Returns whether or not this background is using Load-On-Demand.
isLoadOnDemand() - Method in class ilog.cpl.graphic.views.background.IlpShapeFileBackground
Deprecated.
Returns true
if the memory saving technique of
load-on-demand is enabled.
isLoadOnDemand() - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer
Returns true
if load-on-demand is enabled, or
false
otherwise.
isLoadRetryingOnOutOfMemory() - Static method in class ilog.views.maps.raster.IlvRasterTileLoader
isLocaleSensitive() - Method in class ilog.views.graphic.IlvGraphicSet
Returns true
if the bounding box of this object depends
on the locale of this object.
isLocaleSensitive() - Method in class ilog.views.graphic.IlvScale
Returns true
if the bounding box of this object depends
on the locale of this object.
isLocaleSensitive() - Method in class ilog.views.graphic.IlvText
Returns true
if the bounding box of this object depends
on the locale of this object.
isLocaleSensitive() - Method in class ilog.views.IlvGraphic
Returns true
if the bounding box of this object depends
on the locale of this object.
isLocaleSensitive() - Method in class ilog.views.IlvManager
Returns true
if the bounding box of this object depends
on the locale of this object.
isLocalRecursiveLayoutNeeded(IlvLayoutProvider, IlvGraphLayout, IlvGraphModel, boolean) - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Checks whether layout is needed when layout is performed recursively
on a hierarchy of nested subgraphs.
isLocalRecursiveLayoutNeeded(IlvLayoutProvider, IlvGraphLayout, IlvGraphModel, boolean) - Method in class ilog.views.graphlayout.IlvGraphLayout
Checks whether layout is needed when layout is performed recursively
on a hierarchy of nested subgraphs.
isLocalRecursiveLayoutNeeded(IlvLayoutProvider, IlvGraphLayout, IlvGraphModel, boolean) - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Checks whether layout is needed when layout is performed recursively
on a hierarchy of nested subgraphs.
isLocalRecursiveLayoutNeeded(IlvLayoutProvider, IlvGraphLayout, IlvGraphModel, boolean) - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Checks whether layout is needed when layout is performed recursively
on a hierarchy of nested subgraphs.
isLocationInExpandControl(TreePath, int, int) - Method in class ilog.views.gantt.swing.IlvJTree
Returns whether the specified x
,y
location is within the area that is used to expand/collapse the row
that path
is displayed on.
isLockAllowed(IlvTileController, IlvManagerView) - Method in class ilog.views.tiling.IlvTileLockFilter
Returns true if an event in view can lock a tile in the
specified tile controller (If the tile controller is attached
to a layer, this function is called only if the layer is visible
in the view).
isLocked() - Method in class ilog.views.appframe.event.IlvCheckableActionHandler
Determines whether the action handled by this object is locked.
isLocked() - Method in class ilog.views.chart.data.lod.IlvDataTile
Indicates whether the tile is locked.
isLocked(Object) - Method in class ilog.views.chart.data.lod.IlvDataTile
Indicates whether the tile is locked by the specified object.
isLockPropertiesHandlerSent() - Method in class ilog.views.faces.dhtml.renderkit.IlvFacesManager
isLogical() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the object uses the logical
representation or not.
isLogical() - Method in class ilog.tgo.graphic.IltCompositeGraphic
Returns if the logical representation is set in the legend.
IsLogical - Static variable in class ilog.tgo.model.IltObject
isLongLinkCrossingReductionDuringIncremental() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the handling of long links by the
crossing reduction during incremental layout is enabled.
isLossOfConnectivity() - Method in class ilog.tgo.model.IltAlarmCountAttributeType
Returns true
if the alarm count represents the
state "Loss of Connectivity", otherwise it returns false
.
isLSBFirst() - Method in class ilog.views.maps.defense.format.vmap.IlvVMAPTable
Returns true
if this table has least significant byte
first encoding.
isLUWDB() - Method in class ilog.views.maps.datasource.ibm.IlvDBConnectionInfo
Checks if current database connection is for DB2 LUW
isMagnifyButtonAvailable() - Method in class ilog.views.maps.beans.IlvJMapsManagerViewControlBar
Returns true
if the magnify tool is available.
isMajorLineVisible() - Method in class ilog.views.chart.IlvGrid
Indicates whether major grid lines are visible.
isMajorTickVisible() - Method in class ilog.views.chart.IlvScale
Indicates whether major ticks are visible.
isMakingJar() - Method in class ilog.views.prototypes.beans.IlvPrototypeBeanGenerator
Returns the flag which indicates that the generator should compile the Java
source files for the beans and build the final JAR file.
isManaged(IltcCompositeGraphic) - Method in class ilog.tgo.composite.IltcCompositeManager
Tests whether a composite graphic object is in this manager.
isManaged(IlvGraphic) - Static method in class ilog.views.event.adapter.IlvLinkVisibilityHandler
Returns whether the visibility of the object is managed by a link
visibility handler.
isManaged(IlvGraphic) - Method in class ilog.views.IlvManager
Returns true
if the specified object is in the manager.
isManagerListenerPlugged() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true if SDM reacts to manager content changes.
isManagerToBeHighlighted(IlvPoint, IlvManager) - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeBaseInteractor
Check whether the manager is to be highlighted.
isMapAllColumns() - Method in class ilog.views.diagrammer.datasource.IlvJDBCDataSource.QueryParameters
Returns true if all the columns must be mapped to properties.
isMapAllColumns() - Method in class ilog.views.sdm.model.IlvTableSDMModel
Returns the flag that specifies whether all the columns of the
table model are automatically mapped to object properties in the SDM model.
isMapped() - Method in class ilog.views.dashboard.IlvDashboardSymbol.Parameter
Tests if this Parameter is mapped.
isMapThemed() - Method in class ilog.cpl.graph.background.IlpAbstractIVLBackground
Returns whether or not this background is using Map Themes.
isMarginsVisible() - Method in class ilog.views.util.print.IlvPrintPreviewPanel
Indicates if the margin delimiters are visible.
isMarked(IlvGraphic) - Method in class ilog.views.IlvGrapher
Returns true
if the object is marked.
isMarkedForIncremental() - Method in class ilog.cpl.graph.graphlayout.css.IlpHierarchicalLayoutParameters
Marks the input node or link to be repositioned with the next call of
performLayout
if incremental mode is enabled.
isMDI() - Method in class ilog.views.appframe.docview.IlvDocumentTemplate
Determines whether more than one document can be created by the
document template at the same time.
isMDI() - Method in class ilog.views.appframe.docview.IlvDocumentViewConfiguration
Determines whether this configuration creates MDI containers.
isMdi() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Returns true
if the application is in multidocument (MDI) mode.
isMdi() - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
Returns true
if the application is in multidocument (MDI) mode.
isMedianCrossingValueEnabled() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the median crossing value is used during
crossing reduction.
isMediaVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property specifying whether the media decoration is visible or
not.
isMemorySavings() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns the current setting specifying whether priority is given to
speed or memory usage.
isMessageFlow(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if the given object is a Message Flow.
isMetadata(Object, String) - Method in class ilog.views.sdm.model.IlvRDFSDMModel
Returns whether the property is identified as metatada.
isMetadataEnabled() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true
if metadata are enabled.
isMetadataInterned() - Method in class ilog.views.sdm.model.IlvRDFSDMModel
isMetadataOn(String) - Method in class ilog.views.svg.SVGDocumentBuilderConfigurator
Returns true
if the SVGDocumentBuilder
will
generate special metadata from the given XML namespace if available.
isMGRSOutput() - Method in class ilog.views.maps.IlvUTMCoordinateFormatter
Indicates whether the coordinate output is UTM or MGRS.
isMilestoneConversionAllowed() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
Returns true
if it is possible, through interactive editing,
to convert milestones into activities with non-empty time interval or vice
versa.
isMinorLineVisible() - Method in class ilog.views.chart.IlvGrid
Indicates whether minor grid lines are visible.
isMinorTickVisible() - Method in class ilog.views.chart.IlvScale
Indicates whether minor ticks are visible.
isModelChanging() - Method in class ilog.cpl.graph.IlpGraphView
Returns true
if the model is changing.
isModelChoiceVisible() - Method in class ilog.views.maps.export.SDOConnectionPanel
Indicates whether the model choice is available.
isModelListenerPlugged() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true if SDM reacts to model changes.
isModified() - Method in class ilog.cpl.style.IlpStyleContext
Deprecated.
Checks whether the style has been modified.
isModified() - Method in class ilog.views.appframe.docview.IlvAbstractDocument
Returns the modification state of the document.
isModified() - Method in interface ilog.views.appframe.docview.IlvDocument
Returns the modification state of the document.
isModified() - Method in class ilog.views.dashboard.IlvDashboardDiagram
Tests if this dashboard diagram is modified.
isModified() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the diagram has been modified since
the last open or save operation.
isMouseSelectionEnabled() - Method in class ilog.views.gantt.swing.calendarview.IlvDayView
Returns whether mouse selection of activities is enabled.
isMouseSelectionEnabled() - Method in class ilog.views.gantt.swing.calendarview.IlvMonthPanel
Returns whether mouse selection of activities is enabled.
isMouseSelectionEnabled() - Method in class ilog.views.gantt.swing.calendarview.IlvMonthView
Returns whether mouse selection of activities is enabled.
isMouseWheelEnabled() - Method in class ilog.views.gantt.IlvHierarchyChart
Indicates whether or not scrolling and zooming will take place in
response to movement of the mouse wheel.
isMouseWheelEnabled() - Method in class ilog.views.gantt.IlvJScrollGanttSheet
Indicates whether or not scrolling and zooming will take place in
response to movement of the mouse wheel.
isMovable() - Method in interface ilog.cpl.css.IlpObjectCustomization
Returns whether the object can be moved or not through interactions.
IsMovable - Static variable in class ilog.cpl.style.key.IlpObjectKeys
isMovable() - Method in class ilog.tgo.composite.IltcCompositeGraphic
Returns if the given object can be moved or not through user
interactions.
isMovable() - Method in class ilog.tgo.graphic.IltCompositeGraphic
Returns if the given object can be moved or not through user
interactions.
isMovable() - Method in class ilog.views.chart.IlvLegend
Returns whether the legend is movable.
isMovable() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperGrapherPin
Returns whether the pin is movable by interactors.
isMovable() - Method in class ilog.views.IlvGraphic
Tests whether this graphic object is movable with the selection
interactor.
isMovable(IlvGraphic) - Method in class ilog.views.IlvManager
Returns true
if the object was set to movable.
isMoveAffectsSingleSubManager() - Method in class ilog.views.accelerator.IlvMoveSelectionAccelerator
Returns whether moving objects must belong to the
same submanager.
isMoveAffectsSingleSubManager() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns whether moving objects must belong to the
same submanager.
isMoveAllowed() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentSelectButton
Returns true
if the interactor lets the user move objects,
false
otherwise.
isMoveAllowed() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkSelectButton
Returns true
if the interactor lets the user move objects,
false
otherwise.
isMoveAllowed() - Method in class ilog.views.faces.dhtml.interactor.IlvFacesSelectInteractor
Returns whether enable or forbid to move selection.
isMoveAllowed() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns true
if the interactor lets the user
move objects, false
otherwise.
isMovementDetectionEnabled() - Method in class ilog.views.gantt.graphic.interactor.IlvActivityGraphicMoveInteractor
isMovementDetectionEnabled() - Method in class ilog.views.gantt.graphic.interactor.IlvGanttSelectInteractor
isMultiLinkBundled() - Method in class ilog.views.graphic.IlvEnhancedPolylineLinkImage
Returns true
if the automatic bundling of multi links
is enabled, and false
otherwise.
isMultiLinkOptimizationEnabled() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the optimization of overlapping multiple
links is enabled.
isMultipleRootModeOn(boolean) - Method in class ilog.views.gantt.model.table.IlvTableGanttModel
Returns true
if the IlvTableGanttModel
has to
accept multiple root (for both activities and resources).
isMultipleRowActivityGraphicsEnabled() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
isMultipleRowActivityGraphicsEnabled() - Method in class ilog.views.gantt.IlvHierarchyChart
isMultipleSelectionMode() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentSelectButton
Returns true
if the interactor allows the user to select
multiple objects simultaneously.
isMultipleSelectionMode() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkSelectButton
Returns true
if the interactor allows the user to select
multiple objects simultaneously.
isMultipleSelectionMode() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns true
if the interactor allows the user to select
multiple objects simultaneously.
isMultipleSelectionModifierDown(MouseEvent) - Method in class ilog.views.interactor.IlvSelectInteractor
Tests if the multiple selection modifier is currently down.
isMultiSelectionEnabled() - Method in class ilog.views.symbology.palettes.swing.IlvPaletteManagerCollapsibleTreeViewer
Indicates if multiple selection is enabled in the palette trees of this
viewer.
isMultiSelectionEnabled() - Method in class ilog.views.symbology.palettes.swing.IlvPaletteManagerComboboxViewer
Indicates if multiple selection is enabled in palette trees in this viewer.
isMultiSession() - Method in class ilog.views.sdm.servlet.IlvSDMServlet
Returns true
if the servlet is in multisession mode.
isMultiSession() - Method in class ilog.views.sdm.servlet.IlvSDMServletSupport
Returns true
if the servlet is in multisession mode.
isMultiThreaded() - Method in class ilog.views.maps.datasource.IlvSDODataSource
Tests if the tiled layer created by this data source uses multithreading
to load tiles.
isMultiThreaded() - Method in class ilog.views.maps.datasource.IlvTiledShapeDataSource
Returns whether the tiled layer created by this data source uses multithreading to load tiles.
isMultiThreaded() - Method in class ilog.views.maps.format.IlvDefaultTilableDataSource
Returns whether the tiled layer created by this data source uses
multithreading to load tiles
isMultiThreaded() - Method in class ilog.views.maps.tiling.IlvTilableDataSource
Tests whether the tiled layer created by this data source will use
multithreading to load the tiles.
isMultiThreading() - Method in class ilog.views.animation.IlvManagerAnimator
Returns true
if the animator runs in its own thread.
isNativePrintDialog() - Static method in class ilog.views.util.print.IlvPrintUtil
Returns true if the native print dialog is favored over the Swing
cross-platform print dialog.
isNearlyHorizontal(IlvSegmentedHyperEdge.Segment) - Method in class ilog.views.hypergraph.interactor.IlvMakeSegmentedHyperEdgeInteractor
Returns whether the segment is nearly horizontal.
isNearlyVertical(IlvSegmentedHyperEdge.Segment) - Method in class ilog.views.hypergraph.interactor.IlvMakeSegmentedHyperEdgeInteractor
Returns whether the segment is nearly vertical.
isNearlyVisible(IltGraphicManager, IltGraphic) - Method in class ilog.tgo.model.IltObject
Returns the soon-to-be-attained visibility state of a graphic
object in a given IltGraphicManager.
isNeedReload() - Method in class ilog.views.maps.raster.IlvRasterAbstractReader
Returns the needReload
.
isNeighborLinksAligned() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if links between neighbor nodes of the same
level are aligned so that they are parallel.
isNestedCrossingCalculation(IlvManager) - Static method in class ilog.views.hypergraph.crossing.IlvCrossingCalculation
Returns whether the calculation is done through nested graphs.
isNestingTraversal() - Method in class ilog.views.graphic.linkpolicy.IlvCrossingLinkShapePolicy
Returns true
if the update of crossings will consider all
links of the entire nesting hierarchy of subgraphs.
isNode(IlpRepresentationObject) - Method in class ilog.cpl.equipment.IlpDefaultEquipmentModel
Returns true
if an equipment object is a node in this model.
isNode(IlpRepresentationObject) - Method in class ilog.cpl.graph.IlpAbstractGraphModel
Returns true
if a representation object is a node in
this model.
isNode(IlpRepresentationObject) - Method in interface ilog.cpl.graph.IlpGraphModel
Returns true
if a representation object is a node (and not
a link) in this model.
isNode(IlpRepresentationObject) - Method in class ilog.cpl.network.IlpDefaultNetworkModel
Returns true
if a network object is a node in this model.
isNode(IltcCompositeGraphic) - Method in class ilog.tgo.composite.IltcCompositeGrapher
Determines whether an object is known as a node to the grapher.
isNode(Object) - Method in class ilog.views.graphlayout.IlvGrapherAdapter
Returns true
if an object is a valid node and
false
otherwise.
isNode(Object) - Method in class ilog.views.graphlayout.IlvGraphModel
Returns true
if an object is a valid node, and
false
otherwise.
isNode(Object) - Method in class ilog.views.graphlayout.IlvRotatedGraphModel
Returns true
if an object is a valid node, and
false
otherwise.
isNode(IlvGraphic) - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeBaseInteractor
isNode(IlvGraphic) - Method in class ilog.views.IlvGrapher
Returns true
if the object is a node contained
in this IlvGrapher
.
isNode() - Method in class ilog.views.IlvGrapherObjectProperty
Returns true if the object associated with the property is a node.
isNodeLayoutAvailable() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if node layout is available for this diagram component,
that is, if the style sheet contains the configuration of a node layout
algorithm, and if editing is allowed in this diagram component.
isNodeLayoutEnabled() - Method in class ilog.views.sdm.IlvSDMEngine
Returns the enabled state of the automatic layout algorithm for nodes.
isNodeObstacleEnabled() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Returns true
if nodes should be obstacles for the link
routes.
isNodeOrLink(IlvGraphic) - Method in class ilog.views.IlvGrapher
Returns true
if the object is a node or a link.
isNodeReparenting() - Method in class ilog.views.sdm.renderer.IlvLaneRenderer
Returns true
if the node reparenting mode is enabled.
isNonorthogonalBendEliminationEnabled() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the bend elimination phase for
nonorthogonal links is enabled.
isNonTreeLinksStraight() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if all non-tree links that
don't have the no-reshape link style and that are not fixed and are not incident to fixed nodes are reshaped to be straight.
isNormalClick(MouseEvent) - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeInteractor
Returns true
if the mouse event was a normal click.
isNormalClick(MouseEvent) - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns true
if the mouse event was a normal click.
isNormalClickEnd(MouseEvent) - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns true
if the mouse event was a mouse up.
isNorth() - Method in class ilog.views.maps.IlvDMSCoordinateFormatter
Returns whether the point latitude is towards north (or south if false).
isNorth() - Method in class ilog.views.maps.IlvGeodesicCoordinateFormatter
Returns whether the point latitude is towards north (or south if false).
isNoSelection() - Method in class ilog.views.util.servlet.IlvSelectionSupport.IlvSelectionResponse
Returns true
if no object was selected by the current
selection request; false
otherwise.
isNotEqual(double, double) - Static method in class ilog.views.IlvUtil
Test if two number are different regarding internal absolute and relative precision.
isNotEqual(double, double, double) - Static method in class ilog.views.IlvUtil
Test if two number are different regarding given absolute precision.
isNotificationEnabled() - Method in class ilog.views.sdm.modeltools.IlvContentController
Returns the notificationEnabled state.
isNotifying() - Method in class ilog.views.chart.datax.flat.list.IlvBufferFlatListModel
Returns true
when this model is a dynamically updated cache
of the underlying model.
isNotifying() - Method in class ilog.views.chart.datax.flat.set.IlvBufferFlatSetModel
Returns true
when this model is a dynamically updated cache
of the underlying model.
isNotifying() - Method in class ilog.views.chart.datax.flat.table.IlvBufferFlatTableModel
Returns true
when this model is a dynamically updated cache
of the underlying model.
isNotifying() - Method in class ilog.views.chart.datax.tree.list.IlvBufferTreeListModel
Returns true
when this model is a dynamically updated cache
of the underlying model.
isNotifying() - Method in class ilog.views.chart.datax.tree.set.IlvBufferTreeSetModel
Returns true
when this model is a dynamically updated cache
of the underlying model.
isNotReporting() - Method in class ilog.tgo.model.IltAlarmCountAttributeType
Returns true
if the alarm count represents the
state "Not Reporting", otherwise it returns false
.
isNull() - Method in class ilog.cpl.storage.IlpSAXAttributeValueHandler
Returns true
if the result is null
.
isNullable() - Method in class ilog.views.maps.format.tiger.IlvTigerDataDictionnary.DictionnaryElement
Returns true if field can be blank
isNullable(int) - Method in class ilog.views.maps.IlvAttributeInfoProperty
Returns true if the attribute specified by the index i
can have a null value.
isNumbering() - Method in class ilog.views.appframe.event.IlvListActionHandler
Determines whether menu items displaying list items of the list action
are prefixed with a numbering string.
isObject(IltLabelLayoutConstants) - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltAnnealingLabelLayout
Tests whether a certain type of
IltObject
should
have its label placed by the label layout.
isObjectInteractorEnabled() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns whether or not the IlvObjectInteractor
will
be called on an IlvGraphic
before completing the usual
event dispatching of the IlvSelectInteractor
.
isObjectModel() - Method in class ilog.views.maps.export.SDOConnectionPanel
Returns true if object model mode is requested.
isObjectSelected(IlpObject) - Method in class ilog.cpl.equipment.IlpDefaultEquipmentSelectionModel
Returns
true
if the given
IlpObject
is selected,
false
otherwise.
isObjectSelected(IlpObject) - Method in class ilog.cpl.graph.IlpGraphView
Returns
true
if the given
IlpObject
is selected,
false
otherwise.
isObjectSelected(IlpObject) - Method in class ilog.cpl.IlpEquipment
Returns
true
if the given
IlpObject
is selected,
false
otherwise.
isObjectSelected(IlpObject) - Method in class ilog.cpl.IlpNetwork
Returns
true
if the given
IlpObject
is selected,
false
otherwise.
isObjectSelected(IlpObject) - Method in class ilog.cpl.IlpTable
Returns
true
if the given
IlpObject
is selected.
isObjectSelected(IlpObject) - Method in class ilog.cpl.IlpTree
Returns
true
if the given
IlpObject
is selected,
false
otherwise.
isObjectSelected(IlpObject) - Method in class ilog.cpl.network.IlpDefaultNetworkSelectionModel
Returns
true
if the given
IlpObject
is selected,
false
otherwise.
isObjectSelected(IlpObject) - Method in class ilog.cpl.table.selection.IlpDefaultTableSelectionModel
Returns
true
if the given
IlpObject
is selected,
false
otherwise.
isObjectSelected(IlpObject) - Method in class ilog.cpl.tree.IlpDefaultTreeSelectionModel
Returns
true
if the given
IlpObject
is selected,
false
otherwise.
isObjectSelected(IlpObject) - Method in interface ilog.cpl.util.selection.IlpObjectSelectionModel
Returns
true
if the given
IlpObject
is selected,
false
otherwise.
isObjectSelected() - Method in class ilog.views.gantt.event.SelectionEvent
Returns the new selection status of the event source object.
isObjectShared(IlvGraphic) - Method in class ilog.views.tiling.IlvFreeTile
Returns true
if the object is shared by other tiles.
isObjectShared(IlvGraphic) - Method in class ilog.views.tiling.IlvTile
Returns true
if the object is shared by other tiles.
isObjectVisible() - Method in class ilog.views.event.ObjectVisibilityChangedEvent
Returns true
if graphic object is now visible.
isObserved(IlpRepresentationObject) - Method in class ilog.cpl.equipment.IlpAbstractEquipmentModelListener
Returns true
if the object is a member of the
observation scope of this listener.
isObserved(IlpRepresentationObject) - Method in interface ilog.cpl.graph.GraphModelListener
Returns true
if the object is a member of this listener's
observation scope, in other words, if this listener is interested in
being notified about the object.
isObserved(IlpRepresentationObject) - Method in class ilog.cpl.network.IlpAbstractNetworkModelListener
Returns true
if the object is a member of this listener's
observation scope, in other words, if this listener is interested in
being notified about the object.
isObstacle(IltLabelLayoutConstants) - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltAnnealingLabelLayout
Tests whether a certain type of
IltObject
is considered
as obstacle by the label layout
isObstacle(Object) - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltLabelingModel
isObstacle(Object) - Method in class ilog.views.graphlayout.labellayout.IlvDefaultLabelingModel
Returns true
if an object is a valid obstacle and
false
otherwise.
isObstacle(Object) - Method in class ilog.views.graphlayout.labellayout.IlvLabelingModel
Returns true
if an object is a valid obstacle and
false
otherwise.
ISOCURRENCYSTYLE - Static variable in class ilog.views.util.text.IlvNumberFormatFactory
Constant to specify currency style of format which uses currency
ISO code to represent currency, for example: "USD3.00".
isOn() - Method in class ilog.views.java2d.IlvBlinkingAction
Returns true
if this drawing resource displays like the
"on" state,
and false
if it displays like the "off" state.
isOn() - Method in class ilog.views.util.java2d.IlvBlinkingColor
Returns true
if this color displays like the "on" state,
and false
if this color displays like the "off" state.
isOn() - Method in interface ilog.views.util.java2d.IlvBlinkingDrawingResource
Returns true
if this drawing resource displays like the
"on" state, and false
if it displays like the "off" state.
isOn() - Method in class ilog.views.util.java2d.IlvBlinkingMultiColor
Returns true
if this color displays like the "on" state,
and false
if this color displays like the "off" state.
isOn() - Method in class ilog.views.util.java2d.IlvBlinkingMultiPaint
Returns true
if this paint displays like the "on" state,
and false
if this paint displays like the "off" state.
isOn() - Method in class ilog.views.util.java2d.IlvBlinkingPaint
Returns true
if this paint displays like the "on" state,
and false
if this paint displays like the "off" state.
isOnBorder(IlvPoint, IlvTransformer) - Method in class ilog.views.graphic.IlvTextSelection
This function is used to test if the click point is on the border of the
selection object.
isOneShot() - Method in class ilog.views.appframe.event.IlvCheckableActionHandler
Determines whether the checkable action handled by this object is one-shot.
isOpaque() - Method in class ilog.views.chart.IlvLabelRenderer
Indicates whether the background of the label is filled.
isOpaque() - Method in class ilog.views.gantt.IlvJScrollPane
Returns true
if this component is completely opaque.
isOpaque(IlvManager) - Method in class ilog.views.graphic.composite.decoration.IlvDefaultGraphicManagerFrame
Returns true
.
isOpaque(IlvManager) - Method in class ilog.views.IlvDefaultManagerFrame
Returns true
if the frame is opaque meaning that
the frame is filling the background of the manager.
isOpaque(IlvManager) - Method in interface ilog.views.IlvManagerFrame
Returns true
if the frame is opaque, meaning that
the frame is filling the background of the manager.
isOpaque() - Method in class ilog.views.IlvManagerView
Returns true if this component is completely opaque.
isOpaque() - Method in class ilog.views.sdm.graphic.IlvDefaultManagerFrameGraphic
isOpaque(IlvManager) - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer.GraphicManagerFrame
Returns true
.
isOpaqueDragSelection() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentSelectButton
Returns an indication of whether the interactor is in Opaque Multiple
Selection
mode or not.
isOpaqueDragSelection() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkSelectButton
Returns an indication of whether the interactor is in Opaque Multiple
Selection mode or not.
isOpaqueDragSelection() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns an indication of whether the interactor is in Opaque Multiple
Selection mode or not.
isOpaqueEdit() - Method in class ilog.views.chart.interactor.IlvChartDataIndicatorInteractor
Returns whether the opaqueEdit
mode is enabled.
isOpaqueEdit() - Method in class ilog.views.chart.interactor.IlvChartEditPointInteractor
Returns whether the opaqueEdit
mode is enabled.
isOpaqueLabelBackground() - Method in class ilog.views.maps.defense.terrain3d.component.Ilv3DLabel
Returns whether the rectangular background of the label should be opaque or not.
isOpaqueMode() - Method in class ilog.views.IlvPolyPointsEdition
Returns whether the interactor is in Opaque mode or not.
isOpaqueMode() - Method in class ilog.views.IlvReshapeSelection
Returns an indication of whether the interactor is in Opaque mode or not.
isOpaqueMode() - Method in class ilog.views.interactor.IlvDragRectangleInteractor
Returns whether the interactor is in Opaque
mode or not.
isOpaqueMode() - Method in class ilog.views.interactor.IlvMakePolyPointsInteractor
Returns an indication of whether the interactor is in Opaque mode
or not.
isOpaqueMode() - Method in class ilog.views.interactor.IlvMoveRectangleInteractor
Returns whether the interactor is in Opaque
mode or not.
isOpaqueMode() - Method in class ilog.views.interactor.IlvRotateInteractor
Returns whether the interactor is in Opaque mode or not.
isOpaqueMode() - Method in class ilog.views.interactor.IlvSelectInteractorMoveSelection
Returns an indication of whether the interactor is in Opaque
mode or not.
isOpaqueMode() - Method in class ilog.views.interactor.IlvSelectInteractorMultipleSelection
Returns an indication of whether the interactor is in Opaque
mode or not.
isOpaqueMode() - Method in class ilog.views.maps.defense.terrain.IlvMakeLineOfVisibilityInteractor
Returns an indication of whether the interactor is in Opaque mode
or not.
isOpaqueMode() - Method in class ilog.views.maps.defense.terrain3d.view.IlvMake3DViewInteractor
Returns whether the interactor is in Opaque
mode or not.
isOpaqueMode() - Method in class ilog.views.maps.measures.IlvMakeMeasureInteractor
Returns an indication of whether the interactor is in Opaque mode
or not.
isOpaqueMove() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentPanButton
Returns whether the interactor is in Opaque Move mode or not.
isOpaqueMove() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentSelectButton
Returns whether the interactor is in Opaque Move
mode or
not.
isOpaquemove() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkPanButton
isOpaqueMove() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkPanButton
Returns whether the interactor is in Opaque Move mode or not.
isOpaqueMove() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkSelectButton
Returns whether the interactor is in Opaque Move mode or
not.
isOpaqueMove() - Method in class ilog.views.interactor.IlvPanInteractor
Returns whether the interactor is in Opaque Move mode or not.
isOpaqueMove() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns an indication of whether the interactor is in Opaque Move
mode or not.
isOpaqueMove() - Method in class ilog.views.sdm.IlvSDMEngine
Returns the Opaque Move mode of the select
interactor attached to the views of this SDM engine.
isOpaquePolyPointsEdition() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentSelectButton
Returns an indication of whether the interactor is in Opaque
PolyPoints Editing
mode or not.
isOpaquePolyPointsEdition() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkSelectButton
Returns an indication of whether the interactor is in Opaque
PolyPoints Editing mode or not.
isOpaquePolyPointsEdition() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns an indication of whether the interactor is in
Opaque PolyPoints Edition mode or not.
isOpaqueReshape() - Method in class ilog.views.gantt.event.ActivityGraphicReshapedEvent
Indicates whether the opaque reshape is enabled.
isOpaqueResize() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentSelectButton
Returns an indication of whether the interactor is in Opaque Resize
mode or not.
isOpaqueResize() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkSelectButton
Returns an indication of whether the interactor is in Opaque Resize
mode or not.
isOpaqueResize() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns an indication of whether the interactor is in Opaque Resize
mode or not.
isOpaqueText() - Method in class ilog.views.chart.IlvLegendItem
Returns whether the text is opaque.
isOpaqueTranslation() - Method in class ilog.views.gantt.scale.IlvTimeScale
Returns the opaque translation mode.
isOptimized() - Method in class ilog.views.sdm.graphic.IlvGeneralLink
Returns the "optimized" mode of this link.
isOptimizedDrawingEnabled() - Method in class ilog.views.graphic.IlvGraphicHandleSelection
This method allows or disables an optimization
for drawing a selection object and its selected
object.
isOptimizedDrawingEnabled() - Method in class ilog.views.hypergraph.IlvHyperEdgeSelection
This method allows or disables an optimization
for drawing a selection object and its selected
object.
isOptimizedDrawingEnabled() - Method in class ilog.views.IlvDrawSelection
Returns true
if the drawing optimization is enabled for
the selected graphic object.
isOptimizedDrawingEnabled() - Method in class ilog.views.IlvPolyPointsSelection
The optimization is allowed if getPolyPoints().pointsInBBox()
returns true
.
isOptimizedDrawingEnabled() - Method in class ilog.views.IlvSelection
This method allows or disables an optimization
for drawing a selection object and its selected
object.
isOptimizedDrawingEnabled() - Method in class ilog.views.swing.IlvJManagerViewPanel
Returns true because this components children don't overlap.
isOptimizedDrawingEnabled() - Method in class ilog.views.swing.IlvJScrollManagerView
Returns true
because this component's children do not
overlap.
isOptimizedRepaint() - Method in class ilog.views.chart.IlvChart
Indicates whether the handling of paint requests is optimized.
isOptimizedTranslation() - Method in class ilog.views.IlvManagerView
Returns an indication of whether the translation of the manager view
content is optimized or not.
isOptimizeMode() - Static method in class ilog.views.IlvQuadtree
Returns true if you use the optimize mode for
quadtrees.
isOptimizeRestylingMemoizingDependencies() - Static method in class ilog.views.sdm.renderer.IlvStyleSheetRenderer
Returns true if restyling optimization is enabled.
isOriented() - Method in interface ilog.cpl.css.IlpObjectCustomization
Returns whether the link is oriented or nonoriented.
isOriented() - Method in class ilog.views.graphic.composite.IlvCompositeLink
This method delegates to the link supplied with the setLink
method.
isOriented() - Method in class ilog.views.graphic.linkbundle.IlvLinkBundle
isOriented() - Method in class ilog.views.IlvLinkImage
Returns true
if the link is oriented, and false
otherwise.
isOriented() - Method in class ilog.views.interactor.IlvMakeLinkInteractor
Returns true
if the created link will be oriented.
isOriented() - Method in class ilog.views.maps.graphic.IlvMapCompositeLink
This method delegates to the link supplied with the setLink
method.
isOriented() - Method in class ilog.views.maps.graphic.style.IlvLinkStyle
Retrieves the Oriented property value.
isOrigin(Object) - Method in class ilog.cpl.datasource.IlpAbstractHierarchyAdapter
Returns true
if the identifier is part of the list of origins.
isOrthogonal() - Method in class ilog.views.graphic.IlvEnhancedPolylineLinkImage
Returns true
if the orthogonal mode of the link is enabled,
and false
otherwise.
isOrthogonalStairCaseEliminationEnabled() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the stair case elimination phase for
orthogonal links is enabled.
isOutline() - Method in class ilog.views.chart.IlvLabelRenderer
Indicates whether the label is drawn in outline mode.
isOutlineInside() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property determining whether the polygon outline is drawn
inside the shape (if true
), or symmetrically distributed on
both sides of the shape edges (if false
).
isOutlineVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property determining whether the polygon outline is visible.
isOutput() - Method in class ilog.views.prototypes.IlvActionBehavior
Deprecated.
Returns true
isOutput() - Method in class ilog.views.prototypes.IlvBehavior
Returns true
if this behavior object defines one or more
output values.
isOutput(String) - Method in class ilog.views.prototypes.IlvClockValueSource
Returns true
if the specified name is equal to one of the time
values produced by this clock value source ("time"
,
"hours"
, and so on).
isOutput() - Method in class ilog.views.prototypes.IlvExportOutputBehavior
Returns true
isOutput(String) - Method in class ilog.views.prototypes.IlvGroup
Returns true
if the specified property is an output property.
isOutput(String) - Method in class ilog.views.prototypes.IlvGroupElement
Returns true
if the specified property
is an output property.
isOutput() - Method in class ilog.views.prototypes.IlvOutputBehavior
Returns true
isOutput(String) - Method in class ilog.views.prototypes.IlvRandomValueSource
Returns true
if the specified name
is equal to
one of the time values produced by this source ("time"
,
"hours"
, and so on).
isOutside(double) - Method in class ilog.views.chart.IlvDataInterval
Returns whether the given value lies outside this interval.
isOutsideExpanded() - Method in class ilog.tgo.model.IltLinkBundle
isOverlapIconVisible() - Method in interface ilog.cpl.css.IlpObjectCustomization
Returns whether the overlap icon will be displayed.
isOverlappingLabelAllowed() - Method in class ilog.views.gantt.scale.IlvBasicTimeScaleRow
Indicates whether overlapping labels are allowed.
isOverlapsAllowed() - Method in class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer
Returns true
if the swimlanes are allowed to overlap,
or false
otherwise.
isOverviewLayer(HttpServletRequest, IlvManagerLayer) - Method in class ilog.views.maps.servlet.IlvFacesMapsServletSupport
Indicates if the specified layer is a visible layer in the overview.
isOverviewLayer(HttpServletRequest, IlvManagerLayer) - Method in class ilog.views.maps.servlet.IlvMapServletSupport
Returns true
if the specified layer returned by
getLayers
should be displayed in an overview window.
isOverviewLayer(HttpServletRequest, IlvManagerLayer) - Method in class ilog.views.servlet.IlvManagerServlet
Returns true
if the specified layer returned
by getLayers
should be displayed in an overview window.
isOverviewLayer(HttpServletRequest, IlvManagerLayer) - Method in class ilog.views.servlet.IlvManagerServletSupport
Returns true
if the specified layer returned by
getLayers
should be displayed in an overview window.
isOverviewRequest(HttpServletRequest) - Method in class ilog.views.faces.dhtml.servlet.IlvFacesManagerServletSupport
Returns true
if the specified request is an overview image request, false
otherwise.
isOverviewVisible() - Method in class ilog.cpl.equipment.renderer.IlpOverviewRenderer
Returns true
if the overview is currently visible.
isOverviewVisible() - Method in class ilog.cpl.graph.IlpGraphView
Returns true
if the overview is currently visible.
isOverviewVisible() - Method in class ilog.cpl.IlpEquipment
Returns true
if the overview is currently visible.
isOverviewVisible() - Method in class ilog.cpl.IlpNetwork
Returns true
if the overview is currently visible.
isOverviewVisible() - Method in class ilog.cpl.network.renderer.IlpOverviewRenderer
Returns true
if the overview is currently visible.
isOverviewVisible() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Returns true
if the overview is visible.
isOverviewVisible() - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
Returns true
if the overview is visible.
isOverwriteFiles() - Method in class ilog.views.maps.export.IlvShapeExporter
Tells if this exporter is overwriting existing files.
isOwner() - Method in class ilog.views.graphic.IlvGraphicHandle
Returns the ownership property of the object.
isOwner() - Method in class ilog.views.graphic.IlvGraphicHandleBag
Returns the ownership property of the object.
isPackingLayers() - Method in class ilog.views.maps.format.wms.IlvWMSDataSource
Indicates if the data source is trying to pack successive layers under
the same parent.
isPaintable() - Method in class ilog.views.maps.beans.editor.IlvBoundsPropertyEditor
This property does not require specific painting.
isPaintable() - Method in class ilog.views.maps.beans.editor.IlvColorModelPropertyEditor
This property editor supports painting.
isPaintable() - Method in class ilog.views.maps.beans.editor.IlvPercentPropertyEditor
This property does not require specific painting.
isPaintable() - Method in class ilog.views.maps.datasource.IlvCoordinateSystemPropertyEditor
Returns false.
isPaintable() - Method in class ilog.views.maps.datasource.IlvFilePropertyEditor
Returns false.
isPaintable() - Method in class ilog.views.maps.projection.IlvCoordinateEditor
Tests if this property editor is paintable.
isPaintable() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutEditor
Returns false
.
isPaintAbsolute() - Method in class ilog.views.graphic.IlvGeneralPath
Returns false
if the TexturePaint
or
GradientPaint
will be adapted to the bounding rectangle of the
object.
isPaintAbsolute() - Method in class ilog.views.graphic.IlvText
Returns false
if the TexturePaint
or
GradientPaint
will be adapted to the bounding rectangle of the
object.
isPaintAbsolute() - Method in class ilog.views.graphic.IlvZoomableLabel
Returns false
if the TexturePaint
or
GradientPaint
will be adapted to the bounding rectangle of the
object.
isPaintAbsolute() - Method in class ilog.views.hypergraph.IlvHyperEdge
Returns true
if the stroke paint is not adapted to the
current shape.
isPaintAbsolute() - Method in class ilog.views.maps.graphic.IlvMapGeneralPath
Retrieves the paint absolute from the style.
isPaintAbsolute() - Method in class ilog.views.maps.graphic.style.IlvGeneralPathStyle
Retrieves the PaintAbsolute property value.
isPaintAbsolute() - Method in class ilog.views.maps.rendering.IlvMapAreaRenderingStyle
Returns false
, the TexturePaint
or
GradientPaint
will be adapted to the bounding rectangle of
objects.
isPaintAbsolute() - Method in class ilog.views.maps.rendering.IlvMapLineRenderingStyle
Returns false
, the TexturePaint
or
GradientPaint
will be adapted to the bounding rectangle of
objects.
isPaintImmediately() - Method in class ilog.views.graphlayout.swing.IlvJGraphLayoutProgressBar
Returns true
if the progress bar should be painted
immediately in each layout step.
isPaintingBackground() - Method in class ilog.views.chart.IlvLegend
Returns whether the legend fills it background
with its background color.
isPaintingImage() - Method in class ilog.views.chart.IlvChart
Returns whether the caller is in a No-AWT-Thread session.
isPaintZoomed() - Method in class ilog.views.graphic.IlvGeneralPath
Returns true
if the texture or
gradient will be zoomed according to the shape
when the object is zoomed.
isPaintZoomed() - Method in class ilog.views.maps.graphic.IlvMapGeneralPath
Retrieves the paint zoomed from the style.
isPaintZoomed() - Method in class ilog.views.maps.graphic.style.IlvGeneralPathStyle
Retrieves the PaintZoomed property value.
isPaintZoomed() - Method in class ilog.views.maps.rendering.IlvMapAreaRenderingStyle
Returns true
if the texture or gradient will be zoomed
according to the shape when the object is zoomed.
isPaintZoomed() - Method in class ilog.views.maps.rendering.IlvMapLineRenderingStyle
Returns true
if the texture or gradient will be zoomed
according to the shape when the object is zoomed.
isPaletteReadOnly(IlvPalette) - Method in class ilog.views.symbology.palettes.IlvPaletteManager
Indicates if the specified palette is locked in read-only mode.
isPanButtonAvailable() - Method in class ilog.views.awt.IlvManagerViewControlBar
Returns true
if Pan tool is available.
isPanButtonAvailable() - Method in class ilog.views.swing.IlvJManagerViewControlBar
Returns true
if Pan tool is available.
isPanMode() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if panning is currently enabled.
isParallelTo(IlpLineSegment) - Method in class ilog.cpl.graphic.views.IlpLineSegment
Tests whether this line segment is parallel to another line segment
(same orientation).
isParallelVectorTo(IlpLineSegment) - Method in class ilog.cpl.graphic.views.IlpLineSegment
Tests whether this line segment is parallel to another line segment
including the same direction.
isParameterCapitalized() - Method in class ilog.views.symbol.compiler.IlvSymbolCompiler
Returns true
if the first character of the parameter ID is
converted to upper case in the parameter getter and setter functions.
isParameterDefined(String) - Method in class ilog.views.symbology.IlvSymbolDescriptor
Tests whether the parameter name is stored in this descriptor.
isParametersUpToDate() - Method in class ilog.tgo.graphic.graphlayout.IltLinkLayout
Returns false
if at least one parameter was modified since
the last time the layout was successfully performed on the same graph
or if the layout has never been performed successfully on the same graph.
isParametersUpToDate() - Method in class ilog.views.graphlayout.GraphLayoutParameterEvent
Returns whether the parameters are up to date.
isParametersUpToDate() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns whether the layout parameters are up to date.
isParametersUpToDate() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Returns false
if at least one parameter was modified
since last time the layout was successfully performed on the same
labeling model or if the layout has never been performed successfully
on the same labeling model.
isParametersUpToDate() - Method in class ilog.views.graphlayout.labellayout.LabelLayoutParameterEvent
isParametersUpToDate() - Method in class ilog.views.graphlayout.link.IlvLinkLayout
Returns false
if at least one parameter was modified
since the last time the layout was successfully performed on the same
graph or if the layout has never been performed successfully on the
same graph.
isParametersUpToDate() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Returns false
if at least one parameter was modified
since the last time the layout was successfully performed on the same
graph or if the layout has never been performed successfully on the
same graph.
isParametersUpToDate() - Method in class ilog.views.graphlayout.recursive.IlvRecursiveLayout
Returns false
if at least one parameter was modified
since the last time the layout was successfully performed on the same
graph or if the layout has never been performed successfully on the
same graph.
isParemValidation() - Method in class ilog.views.util.servlet.IlvParameterValidationContextListener
Returns the value of "ilog.views.servlet.CHECK_PARAM" in the Web
configuration file.
isParentActivityEditable() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
If this function returns false
, the activity graphics
representing parent activities are considered as not editable.
isParentActivityMovable() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
If this function returns false
, the activity graphics that
represent parent activities are considered as not movable.
isParentsEditable() - Method in class ilog.views.gantt.swing.IlvJTreeStringRenderPolicy
Returns whether parent rows in the tree are editable.
isParentsEditable() - Method in class ilog.views.gantt.swing.IlvStringColumn
Returns whether parent rows in this column are editable.
isParseBigDecimal() - Method in class ilog.views.util.text.IlvWrappedICUDecimalFormat
isParseIntegerOnly() - Method in class ilog.views.util.text.IlvWrappedICUDecimalFormat
isParseIntegerOnly() - Method in class ilog.views.util.text.IlvWrappedICUNumberFormat
isPartial() - Method in class ilog.tgo.model.IltNetworkElement
Returns if the network element is a partial element or not.
isPartialIconVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the network element partial icon is
visible or not.
isPartialLayout() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutRenderer
Returns true
when the partial mode is enabled.
isPartialRequest(FacesContext) - Static method in class ilog.views.faces.IlvFacesUtil
Returns whether the current request is a PPR request or a regular one (full page refresh).
isPartialSubmit() - Method in class ilog.tgo.faces.graph.dhtml.interactor.IltFacesGraphInteractor
Returns the partialSubmit
property.
isPartialSubmit() - Method in class ilog.views.faces.dhtml.interactor.IlvObjectSelectInteractor
Returns the partial submit mode.
isPartOfSeries() - Method in class ilog.cpl.equipment.EquipmentModelEvent
isPartOfSeries() - Method in class ilog.tgo.graphic.IltSelectionEvent
Returns true if this event is part of a series of selection events.
isPassiveIconVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the passive icon is visible or not.
isPathEditable(TreePath) - Method in class ilog.views.gantt.swing.IlvJTree
Returns whether the specified path
is editable.
isPendingLink(Object) - Method in class ilog.cpl.graph.IlpAbstractNodeAdapter
Returns if the given identifier corresponds to a pending link.
isPerfect(IlvPluginVersion) - Method in class ilog.views.appframe.plugin.IlvPluginVersion
Compares two version identifiers for perfect equality.
isPerformingLayoutOnZoom() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutRenderer
Returns a boolean
specifying whether the layout algorithm should be
applied every time the transformer of the reference view
changes, or only when the data is initially rendered.
isPerformingLayoutOnZoom() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLabelLayoutRenderer
Returns a boolean
specifying whether the layout algorithm should be
applied every time the transformer of the reference view
changes, or only when the data is initially rendered.
isPermanent() - Method in class ilog.tgo.interactor.IltEditLinkPortInteractor
Returns false
if this interactor removes itself after processing
an event.
isPermanent() - Method in class ilog.tgo.interactor.IltMakeLinkInteractor
Returns false
if this interactor removes itself after
processing an event.
isPermanent() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeBaseInteractor
Returns false
if the interactor will be removed from the
view once the object is created.
isPermanent() - Method in class ilog.views.interactor.IlvEditLabelInteractor
Returns false
if the interactor is removed from the
view once the object has been edited.
isPermanent() - Method in class ilog.views.interactor.IlvExpandCollapseInteractor
Returns true
if the interactor operates in permanent mode;
false
otherwise.
isPermanent() - Method in class ilog.views.interactor.IlvMagnifyInteractor
Returns false
if the interactor will be removed from the
view once the object was created.
isPermanent() - Method in class ilog.views.interactor.IlvMakePolyPointsInteractor
Returns false
if the interactor will be removed from the
view once the object is created.
isPermanent() - Method in class ilog.views.interactor.IlvMakeRectangleInteractor
Returns false
if the interactor will be removed from the
view once the object is created.
isPermanent() - Method in class ilog.views.interactor.IlvPanInteractor
Returns false
if the interactor will be removed from the
view once the object is created.
isPermanent() - Method in interface ilog.views.interactor.IlvPermanentInteractorInterface
Returns true
if the interactor operates in permanent mode;
false
otherwise.
isPermanent() - Method in class ilog.views.interactor.IlvRotateInteractor
Returns true
if the interactor operates in permanent mode;
false
otherwise.
isPermanent() - Method in class ilog.views.interactor.IlvUnZoomViewInteractor
Returns true
if the interactor operates in permanent mode;
false
otherwise.
isPermanent() - Method in class ilog.views.interactor.IlvZoomViewInteractor
Returns true
if the interactor operates in permanent mode;
false
otherwise.
isPermanent() - Method in class ilog.views.maps.beans.IlvMapAnnotationToolBar
Returns true
if the interactors are permanent.
isPermanent() - Method in class ilog.views.maps.interactor.IlvContinuousZoomInteractor
Returns true
if the interactor operates in permanent mode;
false
otherwise.
isPermanent() - Method in class ilog.views.maps.interactor.IlvMapZoomInteractor
Returns true
if the interactor operates in permanent mode;
false
otherwise.
isPermanent() - Method in class ilog.views.maps.interactor.IlvSeeThroughInteractor
Returns true
if the interactor operates in permanent mode;
false
otherwise.
isPermanent() - Method in class ilog.views.prototypes.IlvConnectInteractor
Returns false
(the default value) if the interactor is removed
from the view once the object has been created.
isPermanent() - Method in class ilog.views.prototypes.IlvMakePrototypeInstanceInteractor
Returns false
if the interactor is removed from the view once
the object has been created.
isPermanent() - Method in class ilog.views.sdm.interactor.IlvMakeSDMNodeInteractor
Returns false
if the interactor is removed from the
view once the object has been edited.
isPersistent() - Method in class ilog.cpl.style.IlpStyleContext
Deprecated.
Checks the persistence indicator for the style.
isPersistent() - Method in class ilog.tgo.graphic.graphlayout.IltLinkLayoutGrapherProperty
Returns true
if the property must be saved to an .ivl
file.
isPersistent() - Method in class ilog.tgo.graphic.graphlayout.IltLinkLayoutLinkProperty
Returns true
if the property must be saved to an .ivl
file.
isPersistent() - Method in class ilog.tgo.graphic.graphlayout.IltShortLinkLayoutGrapherProperty
Return true
if the property must be saved to an .ivl
file.
isPersistent() - Method in class ilog.tgo.graphic.graphlayout.IltShortLinkLayoutLinkProperty
Returns true
if the property must be saved to an .ivl
file.
isPersistent() - Method in class ilog.views.graphic.composite.IlvCompositeGrapherPin
Always returns true
isPersistent() - Method in class ilog.views.graphic.IlvComponentGraphic
If this method returns true
, the IlvGraphic
instance will be saved in IVL files.
isPersistent() - Method in class ilog.views.graphic.IlvDoubleGraphicHandleBag
If this method returns true
the IlvGraphic
instance will be saved in IVL files.
isPersistent() - Method in class ilog.views.graphic.IlvGraphicHandle
If this method returns true
the IlvGraphic
instance will be saved in IVL files.
isPersistent() - Method in class ilog.views.graphic.IlvGraphicHandleSelection
If this method returns true
the IlvGraphic
instance will be saved in IVL files.
isPersistent() - Method in class ilog.views.graphic.IlvGraphicSet
If this method returns true
the IlvGraphic
instance will be saved in IVL files.
isPersistent() - Method in class ilog.views.graphlayout.basic.IlvBasicLinkStyleLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.basic.IlvBasicLinkStyleLayoutLinkProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.basic.IlvBasicLinkStyleLayoutNodeProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.bus.IlvBusLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.bus.IlvBusLayoutNodeProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.bus.IlvBusLinkConnector
Indicates whether the link connector must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.circular.IlvCircularLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.circular.IlvCircularLayoutNodeProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.circular.IlvClusterInfoProperty
Indicates if the property must be saved to the .ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.grid.IlvGridLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.grid.IlvGridLayoutNodeProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayoutLinkProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayoutNodeProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.IlvGraphLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.IlvGraphLayoutLinkProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.IlvGraphLayoutNodeProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelLayoutLabelProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelLayoutManagerProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayoutLabelProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayoutManagerProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.labellayout.random.IlvRandomLabelLayoutManagerProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.link.IlvLinkLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.link.IlvLinkLayoutLinkProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayoutLinkProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutLinkProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutNodeProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayoutGrapherProperty
Return true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.random.IlvRandomLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.recursive.IlvRecursiveLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayoutGrapherProperty
Deprecated.
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayoutNodeProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.tree.IlvTreeLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.tree.IlvTreeLayoutLinkProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.tree.IlvTreeLayoutNodeProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutGrapherProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayoutLinkProperty
Returns true
if the property must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgeConnector.HyperEdgeConnectorProperty
Returns true
if the property must be saved to an .ivl file.
isPersistent() - Method in class ilog.views.IlvGraphic
If this method returns true
, the IlvGraphic
instance will be saved in IVL files.
isPersistent() - Method in class ilog.views.IlvLayerVisibilityFilter
Tells if the filter must be saved to an IVL file.
isPersistent() - Method in class ilog.views.IlvLinkConnector
Indicates whether the link connector must be saved to an IVL file.
isPersistent() - Method in class ilog.views.IlvLinkImage
Returns true
when the IlvLinkImage
instance can be saved in an IVL
file.
isPersistent() - Method in class ilog.views.IlvNamedProperty
Tells if the property must be saved to an IVL file.
isPersistent() - Method in class ilog.views.IlvZoomFactorVisibilityFilter
Returns true
if the filter must be saved.
isPersistent() - Method in class ilog.views.io.IlvSingleValueNamedProperty
Returns true
if the property must be saved to an .ivl file.
isPersistent() - Method in class ilog.views.linkconnector.IlvCenterLinkConnector
Specifies whether the link connector must be saved to an IVL file.
isPersistent() - Method in class ilog.views.linkconnector.IlvDefaultGrapherPin
Indicates whether the grapher pin must be saved to an IVL file.
isPersistent() - Method in class ilog.views.linkconnector.IlvFreeLinkConnector
Indicates whether the link connector must be saved to an
.ivl
file.
isPersistent() - Method in class ilog.views.linkconnector.IlvGrapherPin
Indicates whether the grapher pin must be saved to an IVL file.
isPersistent() - Method in class ilog.views.linkconnector.IlvPinLinkConnector
Indicates if the link connector must be saved to an IVL file.
isPersistent() - Method in class ilog.views.maps.beans.IlvMapAnnotationProperty
Indicates if this property is persistent.
isPersistent() - Method in class ilog.views.maps.datasource.IlvGraphicLayerDataSource
Returns true.
isPersistent() - Method in class ilog.views.maps.datasource.IlvMapDataSourceProperty
Indicates if this property is persistent.
isPersistent() - Method in class ilog.views.maps.format.dxf.IlvDXFFeatureRenderer
Returns true
if the renderer must be saved.
isPersistent() - Method in class ilog.views.maps.format.IlvMapTileLoader
Returns true
if this tile loader must be saved by a tile
controller.
isPersistent() - Method in class ilog.views.maps.format.image.IlvImageTileLoader
Returns true
since this reader is persistent.
isPersistent() - Method in class ilog.views.maps.format.oracle.IlvSDOTileLoader
Returns true
.
isPersistent() - Method in class ilog.views.maps.format.oracle.objectmodel.IlvDefaultObjectSDOKeyExtractor
Returns true
.
isPersistent() - Method in interface ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOKeyExtractor
Returns true
if this IlvObjectSDOKeyExtractor
is
persistent.
isPersistent() - Method in class ilog.views.maps.format.shapefile.IlvShapeFileTileLoader
Returns true
if the object is persistent.
isPersistent() - Method in class ilog.views.maps.graphic.IlvMapSelectionFactory.IlvMapEditable
Tells if the property must be saved to an IVL file.
isPersistent() - Method in class ilog.views.maps.graphic.style.IlvDoubleIntervalColorModel
Returns true
.
isPersistent() - Method in class ilog.views.maps.IlvAltitudeProviderProperty
Returns true
if the property can be saved.
isPersistent() - Method in class ilog.views.maps.IlvAreasOfInterestProperty
Tests if this property can be saved.
isPersistent() - Method in class ilog.views.maps.IlvAttributeInfoProperty
Returns true if the property must be saved to an IVL file.
isPersistent() - Method in class ilog.views.maps.IlvAttributeProperty
Returns true if the property must be saved to an IVL file.
isPersistent() - Method in class ilog.views.maps.IlvCoordinateSystemProperty
Returns true
if the property can be saved.
isPersistent() - Method in class ilog.views.maps.IlvDefaultFeatureRenderer
Returns true
if the object must be saved.
isPersistent() - Method in class ilog.views.maps.IlvDisplayPreferencesProperty
Returns true
if the property can be saved.
isPersistent() - Method in interface ilog.views.maps.IlvFeatureRenderer
Returns true
if the renderer must be saved.
isPersistent() - Method in class ilog.views.maps.IlvMapCSSRenderer
Returns true
if the object must be saved.
isPersistent() - Method in class ilog.views.maps.IlvMapLayerProperty
Tells if this property is persistent.
isPersistent() - Method in class ilog.views.maps.IlvMapLayerTreeProperty
Tests if this property is persistent.
isPersistent() - Method in class ilog.views.maps.IlvProjectionProperty
Deprecated.
Returns true if the property must be saved to an IVL file.
isPersistent() - Method in class ilog.views.maps.label.IlvMapLabelerProperty
Tests if the property may be saved to an IVL file.
isPersistent() - Method in class ilog.views.maps.raster.IlvMultiTileLoader
Returns true if the object must be saved by a tile controller.
isPersistent() - Method in class ilog.views.maps.raster.IlvRasterTileLoader
Returns true if the object must be saved by a tile controller.
isPersistent() - Method in class ilog.views.maps.rendering.IlvDefaultAreaRenderer
Returns true
if the renderer must be saved.
isPersistent() - Method in class ilog.views.maps.rendering.IlvDefaultCurveRenderer
Returns true
if the renderer must be saved.
isPersistent() - Method in class ilog.views.maps.rendering.IlvDefaultImageRenderer
Returns true
.
isPersistent() - Method in class ilog.views.maps.rendering.IlvDefaultMultiPointRenderer
Returns true
.
isPersistent() - Method in class ilog.views.maps.rendering.IlvDefaultPointRenderer
Returns true
.
isPersistent() - Method in class ilog.views.maps.rendering.IlvDefaultRasterRenderer
Returns true
.
isPersistent() - Method in class ilog.views.maps.rendering.IlvDefaultTextRenderer
Returns true
.
isPersistent() - Method in class ilog.views.maps.rendering.IlvIconPointRenderer
Returns true
.
isPersistent() - Method in class ilog.views.maps.rendering.IlvIntervalColorModel
Returns true
.
isPersistent() - Method in class ilog.views.maps.symbology.swing.IlvPersistentSDMModelProperty
Tells if the property must be saved to an IVL file.
isPersistent() - Method in class ilog.views.maps.theme.IlvMapStyleControllerProperty
Tests if this property is persistent.
isPersistent() - Method in class ilog.views.maps.tiling.IlvRegionOfInterestTileLoader
Tests if this tile loader can be saved.
isPersistent() - Method in class ilog.views.sdm.renderer.IlvSDMLinkConnector
Returns true
to ask that this link connector
be saved to an IVL file.
isPersistent() - Method in class ilog.views.sdm.renderer.maps.IlvImageTileLoader
Returns true
.
isPersistent() - Method in class ilog.views.svg.SVGHREFProperty
Returns true
.
isPersistent() - Method in class ilog.views.swing.IlvJComponentGraphic
If this method returns true
the IlvGraphic
instance will be saved in IVL files.
isPersistent() - Method in class ilog.views.swing.IlvThreadedActivityMonitorProperty
Returns true
if the property can be saved.
isPersistent() - Method in class ilog.views.tiling.IlvFreeTile
Returns true if the object must be saved by a tile controller.
isPersistent() - Method in class ilog.views.tiling.IlvThreadedTileLoader
Returns true if the object must be saved by a tile controller.
isPersistent() - Method in interface ilog.views.tiling.IlvTileLoader
Returns true if the object must be saved by a tile controller.
isPersistent() - Method in class ilog.views.tiling.IlvTileLockFilter
Tells if the filter must be saved to an IVL file.
isPickingEvent(MouseEvent) - Method in class ilog.views.chart.interactor.IlvChartPickInteractor
Returns whether the given event is a picking event.
isPinAdditionAllowed() - Method in class ilog.views.interactor.IlvGrapherPinInteractor
Returns true
if the interactor lets the user add pins.
isPinAdditionModifierDown(MouseEvent) - Method in class ilog.views.interactor.IlvGrapherPinInteractor
Tests if the addition modifier is currently down.
isPinAllowMultiConnection() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns whether a newly created pin should multiple hyperedge ends
to connect to the same pin.
isPinDraggingAllowed() - Static method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgePinConnectorEdition
Returns whether it is allowed to drag a selected pin.
isPinDraggingAllowed() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgePinConnectorSelection
Returns whether it is allowed to drag a selected pin.
isPinDraggingAllowed() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns whether it is allowed to drag a selected pin.
isPinDraggingRestrictedToNodeBorder() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgePinConnector
Returns whether the movement of pins is restricted so that pins always
stay at the border of the node.
isPinDraggingRestrictedToNodeBorder() - Static method in class ilog.views.hypergraph.edgeconnector.IlvHyperEdgePinConnectorEdition
Returns whether the movement of pins is restricted so that pins always
stay at the border of the node.
isPinDraggingRestrictedToNodeBorder() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns whether the movement of pins is restricted so that pins always
stay at the border of the node.
isPinMovable() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns whether a newly created pin should be movable.
isPinMoveAllowed() - Method in class ilog.views.interactor.IlvGrapherPinInteractor
Returns true
if the interactor lets the user move pins.
isPinRemovalAllowed() - Method in class ilog.views.interactor.IlvGrapherPinInteractor
Returns true
if the interactor lets the user remove pins.
isPinRemovalModifierDown(MouseEvent) - Method in class ilog.views.interactor.IlvGrapherPinInteractor
Tests if the removal modifier is currently down.
isPinVisible() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns whether a newly created pin should be visible.
isPlinthVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the plinth is visible or not.
isPlotRectIncludingAnnotations() - Method in class ilog.views.chart.IlvChart.Area
Returns true
if the layout is made in such a way that the
plotting rectangle contains the markers and annotations of the visible
data points.
isPointEditionAllowed() - Method in class ilog.views.graphic.IlvGeneralPath
Returns true
if it is allowed to move, insert, or remove a
point of the IlvGeneralPath
.
isPolarProjection() - Method in class ilog.views.maps.defense.format.asrp.projection.IlvAbstractARCProjection
Indicates if the zone covered by the projection is a polar region.
isPolygonalBorder() - Method in class ilog.tgo.graphic.renderer.IltAbstractDirectImageBaseRendererFactory
Indicates whether the alarm and selection borders should be drawn with
a polygon that follows the border of the image.
isPolygonalBorder() - Method in class ilog.tgo.graphic.renderer.IltAbstractImageBaseRendererFactory
Indicates whether the alarm and selection borders should be drawn with
a polygon that follows the border of the image.
isPolygonalBorder() - Method in class ilog.tgo.graphic.renderer.IltBaseRenderer
Returns the boolean denoting if the borders are represented by a polygon
around the base.
isPolylineLinkOverlapReductionEnabled() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the optimization of polyline links is
enabled to avoid links overlapping large neighbor nodes.
isPolylineObstacle(Object) - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltLabelingModel
isPolylineObstacle(Object) - Method in class ilog.views.graphlayout.labellayout.IlvDefaultLabelingModel
Returns true
if an object is a valid polyline obstacle
and false
otherwise.
isPolylineObstacle(Object) - Method in class ilog.views.graphlayout.labellayout.IlvLabelingModel
Returns true
if an object is a valid polyline obstacle
and false
otherwise.
isPool(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is a Pool.
isPopupEnabled() - Method in class ilog.views.chart.servlet.IlvChartServletSupport
Returns true
if the servlet is set to handle
pop-up menu requests.
isPopupEnabled() - Method in class ilog.views.gantt.servlet.IlvGanttServletSupport
Returns true
if the servlet is set to handle pop-up menu
requests.
isPopupEnabled() - Method in class ilog.views.servlet.IlvManagerServletSupport
Returns true
if the servlet is set to handle pop-up menu
requests.
isPopupMenusEnabled() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
Returns true
if pop-up menus are enabled for the Gantt sheet.
isPreciseContains() - Static method in class ilog.views.maps.graphic.IlvMapPolyline
Tests if the contains method is performing a precise and costly check.
isPreciseImage() - Method in class ilog.views.maps.defense.terrain3d.symbol.Ilv3DSymbolStyle
Indicates whether or not the number of pixels in the symbol image size
should be doubled.
isPredictionCursorMode() - Static method in class ilog.views.IlvReshapeSelection
Returns whether the interactor uses the prediction cursor mode.
isPreserveAspectModifierDown(InputEvent) - Method in class ilog.views.IlvReshapeSelection
Tests if the mouse event modifier for preserving aspect ratio during
reshape is currently down.
isPreserveFixedLinks() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns true
if the layout is not allowed to reshape the
links indicated as fixed by the user.
isPreserveFixedNodes() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns true
if the layout is not allowed to move the
nodes indicated as fixed by the user.
isPrinting() - Method in class ilog.views.chart.IlvChart
Returns whether a printing is currently performed.
isPrinting(Graphics) - Static method in class ilog.views.IlvGraphicUtil
Returns true
if we are currently printing.
isPrintingAllManagerBBox() - Method in class ilog.views.print.IlvManagerPrintableDocument
Returns true
if the area to be printed
is the total area of the manager.
isPrintingAllManagerBBox() - Method in class ilog.views.print.IlvSimplePrintableManager
Returns true
if the area to be printed
is the total area of the manager.
isPrintingAllRange() - Method in class ilog.views.gantt.print.IlvGanttPrintableDocument
Returns true
if the time range to be printed is the entire
time range, that is, the smallest range that includes all activities in
the model.
isPrintingChart() - Method in class ilog.views.chart.print.IlvChartPrintableDocument
Returns which of the chart or chart area is printed.
isPrintingErrors() - Method in class ilog.views.tiling.IlvTileController
Returns whether this tile controller is printing the errors occurring
while loading a tile.
isPrintingWithBackground() - Method in class ilog.views.gantt.print.IlvGanttPrintableDocument
Returns whether the background is painted when printing.
isPrintingWithBackground() - Method in class ilog.views.gantt.print.IlvPrintableGanttSheet
Returns whether the background is painted when printing.
isPrintWeekendsOpaque() - Method in class ilog.views.gantt.graphic.grid.IlvWeekendGrid
Returns whether transparent
weekend colors
are forced to be printed as opaque.
isPrivate(String) - Method in class ilog.views.prototypes.IlvGroup
Returns true
if the specified property is private.
isProcessingAction(String) - Method in class ilog.views.appframe.docview.IlvAbstractDocument
isProcessingAction(String) - Method in class ilog.views.appframe.docview.IlvAbstractStaticViewContainer
isProcessingAction(String) - Method in class ilog.views.appframe.docview.IlvDocumentTemplate
Determines whether the document template is able to perform the action
with the specified command
key.
isProcessingAction(String) - Method in class ilog.views.appframe.docview.IlvDocumentViewSupport
Determines whether the action with the specified command key can be
processed by the support object.
isProcessingAction(String) - Method in class ilog.views.appframe.docview.IlvFileDocumentTemplate
Determines whether the document template is able to perform the action
with the specified command
key.
isProcessingAction(String) - Method in interface ilog.views.appframe.event.ActionHandler
isProcessingAction(String) - Method in class ilog.views.appframe.event.IlvActionHandlerArray
isProcessingAction(String) - Method in class ilog.views.appframe.event.IlvMessageMapper
Determines whether the action with the specified command
key has been associated with a method.
isProcessingAction(String) - Method in class ilog.views.appframe.event.IlvSingleActionHandler
Determines whether this object handles the action with the
specified command
key.
isProcessingAction(String) - Method in class ilog.views.appframe.swing.IlvExplorerView
isProcessingAction(String) - Method in class ilog.views.appframe.swing.IlvPanelView
isProcessingAction(String) - Method in class ilog.views.appframe.swing.IlvTextView
isProcessingAction(String) - Method in class ilog.views.appframe.swing.mdi.IlvInternalFrame
isProcessingAction(String) - Method in class ilog.views.appframe.swing.mdi.IlvMDITab
isProcessMouseMoveEvents() - Method in class ilog.views.sdm.renderer.IlvInteractorRenderer
Returns true if MouseMove events are processed as well.
isProgressiveScroll() - Method in class ilog.views.interactor.IlvAbstractScrollInteractor
Returns whether progressive scrolling is enabled.
isProgressiveScroll() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns whether progressive scrolling is enabled.
isProgressiveScroll() - Method in class ilog.views.interactor.IlvSelectInteractorMoveSelection
Returns whether progressive scrolling is enabled.
isProgressiveScroll() - Method in class ilog.views.interactor.IlvSelectInteractorMultipleSelection
Returns whether progressive scrolling is enabled.
isProgressiveZoom() - Method in class ilog.views.faces.component.IlvFacesView
Checks whether the view is progressive zoom or not.
isProjectionPropertySheetVisible() - Method in class ilog.views.maps.beans.IlvJCoordinateSystemEditorPanel
Returns true
if the projection property sheet of the editor is visible.
isProjectorReversed() - Method in class ilog.views.chart.IlvChart
Indicates whether the chart projector is reversed.
isPropertyChangedEvent(EventObject) - Method in class ilog.views.gantt.property.IlvAbstractStringProperty
Returns whether the specified event is a changed event for
this property.
isPropertyChangedEvent(EventObject) - Method in class ilog.views.gantt.property.IlvActivityEndTimeProperty
Returns whether the specified event is a changed event for
this property.
isPropertyChangedEvent(EventObject) - Method in class ilog.views.gantt.property.IlvActivityFormattedDurationProperty
Returns whether the specified event is a changed event for
this property.
isPropertyChangedEvent(EventObject) - Method in class ilog.views.gantt.property.IlvActivityFormattedEndTimeProperty
Returns whether the specified event is a changed event for
this property.
isPropertyChangedEvent(EventObject) - Method in class ilog.views.gantt.property.IlvActivityFormattedStartTimeProperty
Returns whether the specified event is a changed event for
this property.
isPropertyChangedEvent(EventObject) - Method in class ilog.views.gantt.property.IlvActivityReservationsProperty
Returns whether the specified event is a changed event for
this property.
isPropertyChangedEvent(EventObject) - Method in class ilog.views.gantt.property.IlvActivityStartTimeProperty
Returns whether the specified event is a changed event for
this property.
isPropertyChangedEvent(EventObject) - Method in class ilog.views.gantt.property.IlvActivityUserDefinedProperty
Returns whether the specified event is a changed event for
this property.
isPropertyChangedEvent(EventObject) - Method in class ilog.views.gantt.property.IlvCompositeStringProperty
Returns whether the specified event is a changed event for
this property.
isPropertyChangedEvent(EventObject) - Method in interface ilog.views.gantt.property.IlvProperty
Returns whether the specified event is a changed event for this property.
isPropertyChangedEvent(EventObject) - Method in class ilog.views.gantt.property.IlvResourceUserDefinedProperty
Returns whether the specified event is a changed event for
this property.
isPropertyEditable(String) - Method in class ilog.views.gantt.graphic.renderer.IlvActivityGraphicRenderer
Specifies if a given time property of an activity of type
IlvPropertyHolderActivity
is editable by the user.
isPropertyEditable(String, int) - Method in class ilog.views.util.data.IlvTableModelMapper
Returns whether or not the given property is editable (i.e.
isPropertyIgnored(IlvSDMModel, Object, String) - Method in class ilog.views.maps.defense.symbology.app6a.IlvApp6aSymbologyTreeViewActions
This method ignores the "this" property because it is set at construction time.
isPropertyIgnored(IlvSDMModel, Object, String) - Method in interface ilog.views.maps.symbology.swing.IlvPersistentSDMNodeFactory
Indicates whether a property that is saved should be ignored at read time.
isPropertySheetVisible() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Returns true
if the property sheet is visible.
isPropertySheetVisible() - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
Returns true
if the property sheet is visible.
isPropertySupported(String) - Method in class ilog.views.util.data.IlvTableModelMapper
Returns whetever a given property can be mapped with this mapper.
IsPropertyTransient(Object) - Static method in class ilog.tgo.model.IltObject
Returns whether a given named property is omitted by serialization.
IsPropertyTransient(Object) - Static method in class ilog.tgo.model.IltState
Returns whether a given named property is omitted by serialization.
isPublic() - Method in class ilog.views.maps.beans.editor.ReadBeanPropertyDescriptor
Returns false if the property has no read method.
isPublic() - Method in class ilog.views.maps.propertysheet.IlvMapStylePropertySheet.IlvRetargetedPropertyDescriptor
Returns true if the property is public.
isPublic() - Method in class ilog.views.symbol.compiler.IlvSymbolCompiler
Returns true
if the generated symbol class is
public
.
isQuadTreeEnabled() - Method in class ilog.views.dxf.IlvDXFReaderConfigurator
Returns true
if the quadtree is enabled.
isQuadtreeEnabled() - Method in class ilog.views.IlvIndexedSet
Returns true
if the quadtree is enabled.
isQuadTreeEnabled() - Method in class ilog.views.svg.SVGDocumentReaderConfigurator
Returns true
if the quadtree is enabled.
isQuadTreeEnabled() - Method in class ilog.views.svg.SVGStreamFactory
isReadable() - Method in class ilog.views.prototypes.IlvActionBehavior
Deprecated.
Returns false
isReadable() - Method in class ilog.views.prototypes.IlvBehavior
Returns true
if this behavior object is activated when values
are read.
isReadable() - Method in class ilog.views.prototypes.IlvConnectBehavior
Returns false
isReadable() - Method in class ilog.views.prototypes.IlvCounterBehavior
Returns false
isReadable() - Method in class ilog.views.prototypes.IlvExportOutputBehavior
Returns false
isReadable() - Method in class ilog.views.prototypes.IlvFormatBehavior
Returns false
.
isReadable() - Method in class ilog.views.prototypes.IlvJavaBehavior
Returns true
if the getMethod
argument passed to
the constructor was not set to "none"
.
isReadable() - Method in class ilog.views.prototypes.IlvMinMaxBehavior
Returns false
isReadable() - Method in class ilog.views.prototypes.IlvMultiRepBehavior
Returns false
isReadable() - Method in class ilog.views.prototypes.IlvOutputBehavior
Returns false
isReadable() - Method in class ilog.views.prototypes.IlvTriggerBehavior
Returns false
.
isReadingAttribute(String) - Method in class ilog.views.maps.format.shapefile.IlvDBFReader
Returns true
if the specified attribute is read.
isReadingAttribute(int) - Method in class ilog.views.maps.format.shapefile.IlvDBFReader
Returns true
if the specified attribute is read.
isReadOnly() - Method in class ilog.views.chart.data.IlvJDBCDataSource
Returns whether this model is read-only.
isReadOnly() - Method in class ilog.views.dashboard.IlvDashboardSymbol.Parameter
Returns true
if the symbol parameter is
read-only while the symbol is being edited in the
Dashboard Editor.
isReadOnly() - Method in class ilog.views.gantt.model.jdbc.IlvJDBCGanttModel
Returns whether or not this model is read-only.
isReadOnly() - Method in class ilog.views.symbology.palettes.IlvPaletteSymbolParameter
Returns true
if this symbol parameter is considered a read
only parameter.
isReadUserSettings() - Method in class ilog.views.appframe.swing.docking.IlvDockingArea
Determines whether this docking area is initialized according to
the user settings that were saved during the last application session.
isReady() - Method in class ilog.views.chart.data.IlvJDBCDataSource
Returns whether all the parameters are properly initialized.
isReady() - Method in class ilog.views.maps.datasource.ibm.IlvDBConnectionInfo
Indicates whether the connection is ready.
isReallyLeaf() - Method in class ilog.views.maps.beans.IlvMapLayerTreeNode
Indicates whether this node is a leaf, taking into account even invisible layers.
isReconnectingOrigin() - Method in class ilog.views.sdm.util.IlvSDMLinkReconnector
Returns true
if the origin of the link
is being reconnected, or false
if the
destination of the link is being reconnected.
isRecreateOnPropertyChange() - Method in class ilog.views.sdm.util.IlvSDMMutableStyleSheet
Returns true
if graphic objects are re-created when the
contents of this style sheet change.
isRecursive() - Method in class ilog.views.chart.datax.tree.list.event.TreeListModelEvent
Returns true
if the entire subtree is affected, not just a single object.
isRecursive() - Method in class ilog.views.chart.datax.tree.set.event.TreeSetModelEvent
Returns true
if the entire subtree is affected, not just a single object.
isRecursiveLayoutFromAncestorAllowed() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the layout instance of an ancestor graph
is in principle allowed to treat this subgraph in a recursive layout.
isRecursiveLayoutFromAncestorAllowed() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the layout instance of an ancestor graph
is in principle allowed to treat this subgraph in a recursive layout.
isRecursiveLayoutMode() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if this layout instance handles all
subgraphs recursively that are nested into this graph.
isRecursiveLeafLayoutMode() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the recursive layout of nested subgraphs
in leaves of the tree is enabled.
isRedrawNeeded(IlvActivityGraphic, ActivityEvent) - Method in class ilog.views.gantt.graphic.renderer.IlvActivityBar
isRedrawNeeded(IlvActivityGraphic, ActivityEvent) - Method in class ilog.views.gantt.graphic.renderer.IlvActivityCompositeRenderer
isRedrawNeeded(ActivityEvent) - Method in class ilog.views.gantt.graphic.renderer.IlvActivityCompositeRenderer
isRedrawNeeded(IlvActivityGraphic, ActivityEvent) - Method in class ilog.views.gantt.graphic.renderer.IlvActivityGraphicRenderer
isRedrawNeeded(ActivityEvent) - Method in class ilog.views.gantt.graphic.renderer.IlvActivityGraphicRenderer
isRedrawNeeded(IlvActivityGraphic, ActivityEvent) - Method in interface ilog.views.gantt.graphic.renderer.IlvActivityRenderer
isRefreshData() - Method in class ilog.views.chart.faces.component.data.IlvFacesDataSource
Returns the Boolean indicating that this data source will be refreshed during the life cycle.
isRefreshData() - Method in class ilog.views.diagrammer.faces.component.data.IlvFacesDiagrammerDataSource
Returns the Boolean indicating that this data source will be refreshed during the lifecycle.
isRefreshData() - Method in class ilog.views.gantt.faces.component.data.IlvFacesGanttDataSource
Returns the Boolean indicating that this data source will be refreshed
during the lifecycle.
isRefreshMilestoneRenderer() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
When the time interval of an activity becomes null, the
start and end times become identical.
isRefreshParentActivityRenderer() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
When a leaf activity that has no children becomes a parent or vice versa,
the renderer of the activity will be refreshed if this function returns
true
.
isRegistered() - Method in class ilog.tgo.graphic.IltToolTipManager
Deprecated.
isRegisteredAtToolTipManager() - Method in class ilog.views.IlvManagerView
Returns whether the view is registered at the IlvToolTipManager
.
isRelativeOffset() - Method in class ilog.views.graphic.composite.layout.IlvAttachmentConstraint
Returns true
if the offset being used in the attachment is
relative to the bounding box of the first child of the Composite Graphic.
isRelativePath() - Method in class ilog.views.appframe.settings.IlvSettingsQuery
Determines whether this query is relative to context nodes.
isRelativeSize() - Method in class ilog.views.graphic.composite.layout.IlvAttachmentConstraint
Returns true
if the attachment layout uses the relative size
properties.
isRelayoutNeeded(IlvActivityGraphic, ActivityEvent) - Method in class ilog.views.gantt.graphic.renderer.IlvActivityCompositeRenderer
This method is called by an
activity graphic
to
determine if its bounding box may have changed as a result of the
specified activity event.
isRelayoutNeeded(IlvActivityGraphic, ActivityEvent) - Method in class ilog.views.gantt.graphic.renderer.IlvActivityGraphicRenderer
This method is called by an
activity graphic
to
determine if its bounding box may have changed as a result of the
specified activity event.
isRelayoutNeeded(IlvActivityGraphic, ActivityEvent) - Method in class ilog.views.gantt.graphic.renderer.IlvActivityLabel
This method is called by an
activity graphic
to
determine if its bounding box may have changed as a result of the
specified activity event.
isRelayoutNeeded(IlvActivityGraphic, ActivityEvent) - Method in interface ilog.views.gantt.graphic.renderer.IlvActivityRenderer
This method is called by an
activity graphic
to
determine if the layout of the activities in its row needs to be redone
as a result of the specified activity event.
isRelief() - Method in class ilog.views.ui.IlvImageButton
Deprecated.
Lets user change the way the button is drawn when it is not activated.
isReliefBorders() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the base border must be drawn in
relief.
isReliefBorders() - Method in class ilog.tgo.graphic.renderer.IltBaseRenderer
Returns the boolean denoting the presence or not of relief borders on the base.
isRemovable(IltcLayer) - Method in class ilog.tgo.composite.IltcLayerPolicy
Returns true
if the specified layer is free to be removed
from the manager.
isRemovable(IltcLayer) - Method in class ilog.tgo.graphic.IltCompositeGrapher.LayerPolicy
Returns true
if the specified layer is free to be removed
from the manager.
isRemovable(IltcLayer) - Method in class ilog.tgo.graphic.IltLayerPolicy
Returns true
if the specified layer is free to be removed
from the manager.
isRemoveAll() - Method in class ilog.views.util.servlet.IlvSelectionSupport.IlvSelectionResponse
Returns true
if the client must clear the current
selection.
isRemoveAllowed(Object[]) - Method in class ilog.views.maps.symbology.swing.IlvSymbologyTreeView
Returns whether removing selected symbols and groups is allowed.
isRemoveConfirmed(Object[]) - Method in class ilog.views.maps.symbology.swing.IlvSymbologyTreeView
Displays a dialog that asks for confirmation when deleting a node or group.
isRemovePinClick(MouseEvent) - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgePinConnectorInteractor
Returns true
if the mouse event was a click on a pin
in order to remove the pin.
isRemovingActivity() - Method in class ilog.views.gantt.event.ConstraintRemovedEvent
Returns whether the constraint was removed as the side effect of removing
an activity from the data model.
isRemovingActivity() - Method in class ilog.views.gantt.event.ReservationRemovedEvent
Returns whether the reservation was removed as the side effect of removing
an activity from the data model.
isRemovingResource() - Method in class ilog.views.gantt.event.ReservationRemovedEvent
Returns whether the reservation was removed as the side effect of removing
a resource from the data model.
isRendered() - Method in class ilog.views.faces.component.IlvButtonGroup
This methods always returns false
as this component will be rendered by the
IlvImageButton
's renderer.
isRendered(UIComponent) - Method in class ilog.views.faces.dhtml.renderkit.IlvDependencyManager
Returns the rendering state of a component.
isRendered(UIComponent) - Method in class ilog.views.faces.dhtml.renderkit.IlvRendererManager
Returns the rendering state of a component.
isRendererEnabled() - Method in class ilog.cpl.table.renderer.IlpAbstractTableViewRenderer
Returns if the renderer is enabled or not.
isRendererEnabled() - Method in class ilog.cpl.tree.renderer.IlpAbstractTreeViewRenderer
Returns if the renderer is enabled or not.
isReorderingAllowed() - Method in class ilog.cpl.IlpTable
Returns true
if the user can rearrange column order by
dragging their headers.
isReorderingAllowed() - Method in class ilog.cpl.table.IlpTableView
Returns true
if the user can rearrange column order by
dragging their headers.
isReorderingAllowed() - Method in class ilog.cpl.table.renderer.IlpViewRenderer
Returns true
if the user can rearrange the column order by
dragging their headers.
isRepresentationObjectSelected(IlpRepresentationObject) - Method in class ilog.cpl.equipment.IlpDefaultEquipmentSelectionModel
isRepresentationObjectSelected(IlpRepresentationObject) - Method in class ilog.cpl.graph.IlpGraphView
isRepresentationObjectSelected(IlpRepresentationObject) - Method in class ilog.cpl.network.IlpDefaultNetworkSelectionModel
isRepresentationObjectSelected(IlpRepresentationObject) - Method in class ilog.cpl.table.selection.IlpDefaultTableSelectionModel
isRepresentationObjectSelected(IlpRepresentationObject) - Method in class ilog.cpl.tree.IlpDefaultTreeSelectionModel
Returns true if object
is in the current
selection.
isRepresentationObjectSelected(IlpRepresentationObject) - Method in interface ilog.cpl.util.selection.IlpRepresentationObjectSelectionModel
isRepresenting() - Method in class ilog.cpl.datasource.IlpAbstractAdapter
Returns true
if the adapter is active, that is, representing
objects from a data source in a model.
isRepresenting() - Method in class ilog.cpl.sdm.IlpAbstractSDMAdapter
Returns true
if the adapter is active, that is,
if it represents objects from a TGO data source in an SDM model.
isRequired() - Method in class ilog.views.util.servlet.IlvRequestParameter
Whether the parameter is required for the specific request,
The default is false
.
isReservationCachingEnabled() - Method in class ilog.views.gantt.IlvCacheManager
Returns whether reservation caching is currently enabled.
isReservationCachingEnabled() - Method in class ilog.views.gantt.IlvGanttConfiguration
Returns whether reservation caching is currently enabled.
isReservationCachingEnabled() - Method in class ilog.views.gantt.IlvScheduleChart
Returns whether reservation caching is currently enabled.
isReservationDuplicationModifierDown(MouseEvent) - Method in class ilog.views.gantt.graphic.interactor.IlvGanttSelectInteractor
isReshapeableLink(Object, boolean) - Method in class ilog.views.graphlayout.IlvGrapherAdapter
Returns true
if link
can be reshaped and
false
otherwise.
isReshapeableLink(Object, boolean) - Method in class ilog.views.graphlayout.IlvGraphModel
Returns true
if link
can be reshaped, and
false
otherwise.
isReshapeableLink(Object, boolean) - Method in class ilog.views.graphlayout.IlvRotatedGraphModel
Returns true
if link
can be reshaped, and
false
otherwise.
isResizable() - Method in class ilog.tgo.faces.equipment.dhtml.component.IltFacesDHTMLEquipmentView
Returns whether the resizable
property is
true
or false
.
isResizable() - Method in class ilog.tgo.faces.network.dhtml.component.IltFacesDHTMLNetworkView
Returns whether the resizable
property is
true
or false
.
isResizable() - Method in class ilog.views.chart.faces.dhtml.component.IlvChartDHTMLOverview
Returns whether the view is resizable or not.
isResizable() - Method in class ilog.views.chart.faces.dhtml.component.IlvChartDHTMLViewComponent
Returns whether the view is resizable or not.
isResizable() - Method in class ilog.views.diagrammer.faces.dhtml.component.IlvFacesDHTMLDashboardView
Returns whether the view is resizable or not.
isResizable() - Method in class ilog.views.diagrammer.faces.dhtml.component.IlvFacesDHTMLDiagrammerView
Returns whether the view is resizable or not.
isResizable(IlvSelectionSupport.IlvSelectionResponse, Object) - Method in class ilog.views.diagrammer.servlet.IlvDiagrammerSelectionSupport
Checks the selected object whether is resizable or not.
isResizable() - Method in class ilog.views.faces.dhtml.component.IlvFacesDHTMLOverview
Returns whether the view is resizable or not.
isResizable() - Method in class ilog.views.faces.dhtml.component.IlvFacesDHTMLView
Returns whether the view is resizable or not.
isResizable() - Method in interface ilog.views.faces.dhtml.component.IlvFacesDHTMLViewSupport
Returns whether the view is resizable or not.
isResizable() - Method in class ilog.views.faces.dhtml.component.IlvFacesDHTMLViewSupportImpl
Returns whether the view is resizable or not.
isResizable() - Method in class ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLGanttChartView
Returns whether the view is resizable.
isResizable() - Method in interface ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLGanttSupport
Returns whether the view is resizable.
isResizable() - Method in class ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLGanttSupportImpl
Returns whether the view is resizable.
isResizable() - Method in class ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLScheduleChartView
Returns whether the view is resizable.
isResizable(IlvSelectionSupport.IlvSelectionResponse, Object) - Method in class ilog.views.util.servlet.IlvSelectionSupport
Checks the selected object whether is resizable or not.
isResizeAllowed() - Method in class ilog.views.animation.IlvGraphicAnimator
Returns true
if resizing the animated object during
animation is allowed.
isResizingAllowed() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the user is allowed to resize nodes
interactively.
isResizingAllowed() - Method in class ilog.views.interactor.IlvManagerMagViewInteractor
Returns true
if the user can resize the control rectangle.
isResizingAllowed() - Method in class ilog.views.maps.beans.IlvJOverview
Returns whether the ability to resize the control rectangle is set.
isResizingAllowed() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true
if the user is allowed to resize nodes
interactively.
isResizingObjects() - Method in class ilog.views.animation.IlvManagerAnimator
Returns true
if the animator resizes the objects.
isResizingObjects() - Method in class ilog.views.sdm.renderer.animation.IlvAnimationRenderer
Returns true
if the animator resizes the objects.
isRespectingLayerVisibilityPerView() - Method in class ilog.views.print.IlvPrintableManagerArea
Returns true
if the visibility of printed layers is
determined from the visibility per view.
isRespectNodeSizes() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the algorithm tries to respect the size
of the nodes, and false
otherwise.
isRespectNodeSizes() - Method in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout
Returns true
if the algorithm tries to respect the size
of the nodes.
isReversed() - Method in class ilog.views.chart.IlvAxis
Indicates whether this axis is reversed.
isReversedSublink(int) - Method in class ilog.views.sdm.graphic.IlvSDMLinkBundle
Returns whether the sublink at the suppled position is reversed.
isRoot(IlpRepresentationObject) - Method in class ilog.cpl.equipment.IlpAbstractEquipmentModel
isRoot(IlpRepresentationObject) - Method in interface ilog.cpl.equipment.IlpEquipmentModel
isRoot() - Method in class ilog.cpl.graph.graphlayout.css.IlpTreeLayoutParameters
Returns if this configuration is for a root node.
isRootExpandIconVisible() - Method in class ilog.views.gantt.swing.IlvTreeColumn
Returns whether the root row's expand/collapse icon is visible.
isRootNodeVisible() - Method in class ilog.views.gantt.IlvVerticalDisplayController
Returns true
if the root node of the tree is visible, or
false
if the root node's children are the highest level visible nodes.
isRootPaneCheckingEnabled() - Method in class ilog.views.appframe.swing.docking.IlvDockingArea
Returns whether calls to add
and
setLayout
cause an exception to be thrown.
isRootPosition() - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the specified position means the position
of the root node.
isRootRowVisible() - Method in class ilog.views.gantt.IlvGanttConfiguration
Returns the value of the rootRowVisible
property.
isRootRowVisible() - Method in class ilog.views.gantt.IlvHierarchyChart
This method returns the value of the rootRowVisible
property
and is independent of whether the data model has a root row to be
displayed.
isRootRowVisible() - Method in interface ilog.views.gantt.IlvVerticalExpansionMaster
Returns true
if the root row of the tree is visible, or
false
if the root row's children are the highest level visible rows.
isRootVisible() - Method in class ilog.cpl.tree.renderer.IlpViewRenderer
Returns true
if the root node of the tree is displayed.
isRotatable() - Method in class ilog.views.graphic.IlvHalfZoomingGraphic
Returns true
if the object supports rotation.
isRotatable() - Method in class ilog.views.sdm.renderer.IlvHalfZoomingRenderer
Tests if the objects support rotation.
isRotationAllowed() - Method in class ilog.views.interactor.IlvDragRectangleInteractor
Returns true
if the dragged rectangle is allowed
to rotate following the transformer, and returns false
if it must stay parallel to the axis.
isRotationCenterRelativeToBase() - Method in class ilog.views.graphic.composite.layout.IlvAttachmentConstraint
Returns whether the attachment defining the rotation center is
relative to the base.
isRotationCenterRelativeToBase() - Method in class ilog.views.symbol.util.interactor.IlvCompiledSymbolRotationInteractor
Indicates whether the rotation center is relative to the base (the first child
of the composite parent of the rotating part) or relative to the rotating
part itself.
isRotationCenterRelativeToBase() - Method in class ilog.views.symbology.interactor.IlvRotationSymbolInteractor
Indicates if the rotation center is relative to the base (the first child of the composite parent of the rotating part)
or relative to the rotating part itself.
isRotatorButtonAvailable() - Method in class ilog.views.maps.beans.IlvJMapsManagerViewControlBar
Returns true
if the rotate tool is available.
isRoundingToPowers() - Method in class ilog.views.chart.IlvLogarithmicAxisTransformer
Returns true
if this transformation attempts to produce intervals
that start and end at powers of the logarithmic base.
isRowExpanded(IlvHierarchyNode) - Method in class ilog.views.gantt.IlvGanttConfiguration
Returns whether the specified row and all of its ancestors are currently
expanded.
isRowExpanded(IlvHierarchyNode) - Method in class ilog.views.gantt.IlvHierarchyChart
Returns whether the specified row and all of its ancestors are currently
expanded.
isRowHeaderTable() - Method in class ilog.cpl.table.IlpJTable
Returns true is this table is a row header table.
isRowSelected(IlvHierarchyNode) - Method in class ilog.views.gantt.IlvGanttConfiguration
Returns whether the specified row is selected.
isRowSelected(IlvHierarchyNode) - Method in class ilog.views.gantt.IlvHierarchyChart
Returns whether the specified row is selected.
isRowVisible(IlvHierarchyNode) - Method in class ilog.views.gantt.IlvGanttConfiguration
Returns whether the specified row is visible.
isRowVisible(IlvHierarchyNode) - Method in class ilog.views.gantt.IlvHierarchyChart
Returns whether the specified row is visible.
isRSSupported(String) - Method in class ilog.views.maps.format.wms.IlvWMSLayerNode
Indicates if the given reference system is supported by this layer.
isRunning() - Method in class ilog.views.animation.IlvManagerAnimator
Returns true
if animation is currently running.
isSame(IlvPaletteSymbolParameterValueSet) - Method in class ilog.views.symbology.palettes.IlvPaletteSymbolParameterValueSet
Tests whether this value set is functionally equal to the input value set.
isSameNode(Node) - Method in class ilog.views.appframe.settings.IlvSettings
isSameNode(Node) - Method in class ilog.views.appframe.settings.IlvSettingsAttribute
isSameNode(Node) - Method in class ilog.views.appframe.settings.IlvSettingsElement
isSameNode(Node) - Method in class ilog.views.appframe.settings.IlvSettingsNode
isSameShapeForMultipleLinks() - Method in class ilog.tgo.graphic.graphlayout.IltShortLinkLayout
Returns true
if the algorithm that ensures that multiple
links are reshaped in the same manner is enabled, and false
otherwise.
isSameShapeForMultipleLinks() - Method in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout
Returns true
if the algorithm that makes sure that
multiple links are reshaped in the same manner is enabled, and
false
otherwise.
isSaveBackupDataSources() - Method in class ilog.views.maps.datasource.IlvMapDataSource
Returns whether backup data sources (if any) should be saved along with the
map.
isSavePreferredLayoutsToNamedProperties() - Method in class ilog.views.graphlayout.recursive.IlvRecursiveLayout
isSavingDTD() - Method in class ilog.views.sdm.util.IlvXMLConnector
Sets the flag specifying whether the XML connector
saves the DTD public and system identifiers in
the DOCTYPE
declaration of the XML document.
isSavingExpandedState() - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer
Returns true
if the expanded state of a subgraph
is saved to the data model, or false
otherwise.
isSavingNodePositions() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutRenderer
Returns a Boolean specifying whether the positions of the nodes,
as computed by the graph layout algorithm,
will be saved to the data model, or if the data model
will be left unchanged.
isSavingPassword() - Method in class ilog.views.maps.datasource.ibm.IlvDBConnectionInfo
Indicates if the password is saved in an .ivl
file.
isSavingPassword() - Method in class ilog.views.maps.format.oracle.IlvSDOConnection
Returns true
if the password is saved in an .ivl
file.
isSavingPropertyTypes() - Method in class ilog.views.sdm.util.IlvXMLConnector
Returns true
if this XML connector saves the types of
properties to the XML stream.
isScale() - Method in class ilog.views.IlvTransformer
Returns true
if the transformer
is a scaling transformer, false
otherwise.
isScalingFont() - Method in class ilog.views.chart.IlvChart
Returns whether the fonts are scaled when the chart is resized.
isScalingFont() - Method in class ilog.views.chart.IlvLabelRenderer
Returns whether this label renderer enables the font scaling.
isScalingFont() - Method in class ilog.views.schedule.IlvScheduleDataChart
Returns whether the fonts are scaled when the chart is resized.
isScheduling() - Method in class ilog.views.gantt.model.IlvGanttModelScheduler
Returns whether a schedule is currently being computed.
isScrollable() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if this diagram component allows scrolling or false
otherwise.
isScrollEvent() - Method in class ilog.views.chart.event.AxisRangeEvent
Returns whether this event is a scroll event.
isSecondaryStateVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the state icons are visible or not.
isSecondGraphLayoutActive() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Returns whether the second graph layout is active.
isSecondGraphLayoutPersistent() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Returns whether the second graph layout is persistent.
isSegmentSetComplete() - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge
Tests if the set of segments is complete.
isSelectable(IlpInteractionContext, IlpRepresentationObject) - Method in class ilog.cpl.interactor.IlpAbstractInteractor
isSelectable() - Method in class ilog.tgo.composite.IltcCompositeGraphic
Returns true if the graphic object shall be treated as selectable by
the IlvManager and IlvSelectInteractor.
isSelectable() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether or not the graphic representation of
this object is selectable by the IltSelectInteractor
.
isSelectable() - Method in class ilog.tgo.graphic.IltCompositeGraphic
Returns true if the graphic object shall be treated as selectable by
the IlvManager and IlvSelectInteractor.
IsSelectable - Static variable in class ilog.tgo.model.IltObject
isSelectable(IlvGraphic) - Method in class ilog.views.accelerator.IlvCycleSelectAccelerator
Returns true if the input object is selectable.
isSelectable(IlvScale) - Method in class ilog.views.chart.accessibility.IlvDefaultChartAreaAccessibleHierarchy
Returns true if the given scale is selectable.
isSelectable(IlvChartRenderer) - Method in class ilog.views.chart.accessibility.IlvDefaultChartAreaAccessibleHierarchy
Returns true if the given renderer is selectable.
isSelectable(IlvDataSet) - Method in class ilog.views.chart.accessibility.IlvDefaultChartAreaAccessibleHierarchy
Returns true if the given data set is selectable.
isSelectable(IlvDashboardSymbol) - Method in class ilog.views.dashboard.IlvDashboardKeySelectManager
Tests if the symbol
is selectable.
isSelectable() - Method in class ilog.views.diagrammer.application.IlvDiagrammerAction.ToggleAction
Returns true
.
isSelectable() - Method in class ilog.views.diagrammer.application.IlvDiagrammerPaletteAction
Always returns true
to state that this is a selectable action
that should be associated with a toggle button.
isSelectable(HttpServletRequest, IlvManagerServletSupport, IlvSDMView, IlvGraphic) - Method in class ilog.views.diagrammer.servlet.IlvDiagrammerSelectionSupport
Returns whether this object can be selected or not.
isSelectable() - Method in class ilog.views.IlvGraphic
Tests if this graphic object can be selected with the selection
interactor.
isSelectable(IlvGraphic) - Method in class ilog.views.IlvManager
Returns true
if the object can be selected with
the select interactor (IlvSelectInteractor
).
isSelectable(int) - Method in class ilog.views.IlvManager
Returns true
if the objects of a layer can be selected
with the selection interactor (IlvSelectInteractor
).
isSelectable() - Method in class ilog.views.IlvManagerLayer
Returns true
if the layer is selectable.
isSelectAll() - Method in class ilog.cpl.table.selection.IlpAllArea
Indicates if this area represents a complete selection in the table.
isSelectAll() - Method in class ilog.cpl.table.selection.IlpArea
Returns if this area represents a full selection in the table.
isSelectAll() - Method in class ilog.views.accelerator.IlvSelectAllAccelerator
Returns whether all objects are selected or deselected when this
accelerator is triggered.
isSelectButtonAvailable() - Method in class ilog.views.awt.IlvManagerViewControlBar
Returns true
if the Selection tool is available.
isSelectButtonAvailable() - Method in class ilog.views.swing.IlvJManagerViewControlBar
Returns true
if the Selection tool is available.
isSelected() - Method in class ilog.cpl.graphic.IlpGraphicRendererContext
Returns whether the object being rendered is selected.
isSelected(IlpRepresentationObject, IlpAttribute) - Method in class ilog.cpl.table.selection.IlpDefaultTableSelectionModel
Returns whether cell (that is, an attribute for a representation object) is
selected.
isSelected(IlpArea) - Method in class ilog.cpl.table.selection.IlpDefaultTableSelectionModel
Returns whether an
IlpArea
is selected.
isSelected(IlpRepresentationObject, IlpAttribute) - Method in interface ilog.cpl.table.selection.IlpTableSelectionModel
Returns whether a cell (that is, an attribute for a representation object) is
selected.
isSelected(IlpArea) - Method in interface ilog.cpl.table.selection.IlpTableSelectionModel
Returns whether an
IlpArea
is selected.
isSelected() - Method in class ilog.tgo.composite.IltcCompositeGraphic
Returns if the composite graphic shall appear selected or not.
isSelected(IltGraphicManager) - Method in class ilog.tgo.model.IltObject
isSelected(IltGraphicManager, IltGraphic) - Method in class ilog.tgo.model.IltObject
Returns the "selected" state of the graphic representation in a given
IltGraphicManager.
isSelected() - Method in class ilog.views.dashboard.IlvDashboardSymbol
Tests if this symbol is selected in a dashboard diagram.
isSelected(Component) - Method in class ilog.views.diagrammer.application.IlvDiagrammerAction
Returns whether the action is selected with respect to the target
component.
isSelected(IlvDiagrammer) - Method in class ilog.views.diagrammer.application.IlvDiagrammerAction
This method is called to determine whether this action is currently selected.
isSelected(IlvDiagrammer) - Method in class ilog.views.diagrammer.application.IlvDiagrammerAction.ToggleAction
This method is called to determine if this action is currently selected.
isSelected(IlvDiagrammer) - Method in class ilog.views.diagrammer.application.IlvDiagrammerPaletteAction
Returns true
if this action is currently selected, that is,
if waiting for the user to create a node or link.
isSelected(Object) - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the specified node or link is currently selected
in the diagram component, or false
if the object is not selected.
isSelected(HttpServletRequest, IlvSelectionSupport.IlvSelectionResponse, IlvDiagrammer, IlvGraphic) - Method in class ilog.views.diagrammer.servlet.IlvDiagrammerSelectionSupport
Tests if the specified object is selected.
isSelected() - Method in class ilog.views.faces.component.IlvImageButton
Returns the selection state of this button.
isSelected() - Method in class ilog.views.gantt.event.SelectionEvent
Returns the new selection status of the event source object.
isSelected(IlvActivity) - Method in class ilog.views.gantt.swing.calendarview.IlvDayView
Returns whether the specified activity is currently selected.
isSelected(IlvActivity) - Method in class ilog.views.gantt.swing.calendarview.IlvMonthPanel
Returns whether the specified activity is currently selected.
isSelected(IlvActivity) - Method in class ilog.views.gantt.swing.calendarview.IlvMonthView
Returns whether the specified activity is currently selected.
isSelected(IlvLinkImage) - Method in class ilog.views.graphic.linkbundle.IlvLinkBundle
Returns true
if the specified sublink is selected.
isSelected(IlvGraphic) - Method in class ilog.views.graphic.linkbundle.IlvLinkBundle
Returns true
if the specified object is selected.
isSelected() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperGrapherPin
Returns true
if the pin is selected.
isSelected() - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge.Segment
Returns true
if the segment is selected, and
false
if the segment is not selected.
isSelected(IlvGraphic) - Method in class ilog.views.IlvManager
Returns true
if the specified graphic object is selected,
that is, there is a selection object associated with it.
isSelected(IlvGraphic) - Method in interface ilog.views.IlvObjectWithSelection
Returns true
if the specified graphic object is selected.
isSelected() - Method in class ilog.views.maps.beans.TreeEditionEvent
Returns true
if the selected field has been set to true in the
constructor and false
otherwise.
isSelected(IlvGroup) - Method in class ilog.views.prototypes.IlvGroupBag
Checks whether a group is selected, that is, if it has an associated
IlvGroupFrame
created by selectGroup
.
isSelected(Object) - Method in class ilog.views.sdm.IlvSDMEngine
Returns true
if and only if the graphic
representation of the specified object is selected.
isSelectedWhenPopupPreferred() - Method in class ilog.views.IlvManagerView
isSelectExpandedSubgraphsAllowed() - Method in class ilog.views.accelerator.IlvCycleSelectAccelerator
Returns whether the accelerator will select nodes that are
expanded subgraphs.
isSelectionAdjusting() - Method in class ilog.views.gantt.IlvGanttConfiguration
Tests if we are currently selecting or canceling the selection of a series of
objects.
isSelectionAdjusting() - Method in class ilog.views.gantt.IlvHierarchyChart
Returns whether we are currently selecting or deselecting a series of
objects.
isSelectionAdjusting() - Method in class ilog.views.graphic.linkbundle.IlvLinkBundle
Returns whether we are currently selecting or deselecting a series of
sublinks.
isSelectionAdjusting() - Method in class ilog.views.IlvManager
Returns whether we are currently selecting or deselecting a series of
objects.
isSelectionAdjusting() - Method in interface ilog.views.IlvObjectWithSelection
Returns whether we are currently selecting or deselecting a series of
objects.
isSelectionCheckBoxVisible() - Method in class ilog.cpl.tree.IlpTreeView
Indicates whether the selected nodes are displayed using check boxes.
isSelectionEnabled() - Method in class ilog.views.gantt.servlet.IlvGanttServletSupport
Returns true
if the servlet is set to handle selection
requests in the sheet area.
isSelectionEnabled() - Method in class ilog.views.servlet.IlvManagerServletSupport
Returns true
if the servlet is set to handle selection
requests.
isSelectionInsideSubobjectsAllowed() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns true
if the interactor can select inner objects not
owned by a manager.
isSelectionInvariantSubManagerBounds() - Method in class ilog.views.IlvManager
Returns whether selection-invariant submanager bounds are enabled.
isSelectionListenerPlugged() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true if SDM reacts to selection changes.
isSelectionMode() - Method in class ilog.views.hypergraph.interactor.IlvMakeHyperEdgeInteractor
Returns true
if the graphic object is
selected after creation, while the other objects are
deselected.
isSelectionMode() - Method in class ilog.views.interactor.IlvMakeLinkInteractor
Returns true
if the graphic object is
selected after creation, while the other objects are
deselected.
isSelectionMode() - Method in class ilog.views.interactor.IlvMakePolyPointsInteractor
Returns true
if the graphic object is
selected after creation, while the other objects are
deselected.
isSelectionMode() - Method in class ilog.views.interactor.IlvMakeRectangleInteractor
Returns true
if the graphic object is
selected after creation, while the other objects are
deselected.
isSelectionModifierDown(MouseEvent) - Method in class ilog.views.interactor.IlvSelectInteractor
Tests if the selection modifier is currently down.
isSelectionMovable(IlvManager) - Method in class ilog.views.interactor.IlvSelectInteractor
Called by the interactor
to test if at least one of the selected objects of
the specified manager is movable.
isSelectionWhenHighlightingEnabled() - Method in class ilog.views.interactor.IlvGrapherPinInteractor
isSelectLinksAllowed() - Method in class ilog.views.accelerator.IlvCycleSelectAccelerator
Returns whether the accelerator will select links in a grapher.
isSelectMode() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if the selection of nodes and links in the diagram
is allowed, or false
if selection is not allowed.
isSelectNodesAllowed() - Method in class ilog.views.accelerator.IlvCycleSelectAccelerator
Returns whether the accelerator will select nodes that are not
expanded subgraphs.
isSelectNonNodesOrLinksAllowed() - Method in class ilog.views.accelerator.IlvCycleSelectAccelerator
Returns whether the accelerator will select objects that are not
nodes or links in a grapher.
isSelfLinkAllowed() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentMakeLinkButton
Returns true
if the creation of self-links is allowed,
and returns false
otherwise.
isSelfLinkAllowed() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentMakePolyLinkButton
Returns true
if the creation of self-links is allowed,
and returns false
otherwise.
isSelfLinkAllowed() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkMakeLinkButton
Returns true
if the creation of self-links is allowed,
and returns false
otherwise.
isSelfLinkAllowed() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkMakePolyLinkButton
Returns true
if the creation of self-links is allowed,
and returns false
otherwise.
isSelfLinkAllowed() - Method in class ilog.tgo.interactor.IltMakeLinkInteractor
Returns true
if the creation of self-links is allowed,
and returns false
otherwise.
isSelfLinkAllowed() - Method in class ilog.views.interactor.IlvMakeLinkInteractor
Returns true
if the creation of self-links is allowed,
and returns false
otherwise.
isSelfLinkConnectToNodeCenter() - Method in class ilog.views.graphlayout.basic.IlvBasicLinkStyleLayout
Returns whether self-links (that is, links that start and end at the
same node) connect towards the node center.
isSelfLinksSameSideNested() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if self-links that attach the same side of a
node are nested.
isSelfLinkTriangular() - Method in class ilog.views.graphic.linkpolicy.IlvBundleLinkShapePolicy
Returns true
if the automatic rerouted selflinks have a
triangular shape.
isSensitive() - Method in interface ilog.views.graphic.composite.IlvComposite
When returns true
, the AWT events are dispatched to the Swing
actions.
isSensitive() - Method in class ilog.views.graphic.composite.IlvCompositeGraphic
When returns true
, the AWT events are dispatched to the Swing
actions defined in the event maps.
isSensitive() - Method in class ilog.views.graphic.composite.IlvCompositeLink
When returns true
, the AWT events are dispatched to the Swing
actions.
isSeparateLegendPage() - Method in class ilog.views.maps.print.IlvMapPageEditor
Indicates whether the legend will be printed on a separate page.
isSeparatorVisible() - Method in class ilog.views.sdm.graphic.IlvDefaultLaneGraphic
Returns true if separator is visible
isSequenceFlow(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if the given object is a Sequence Flow.
isSessionExpired(HttpServletRequest) - Method in class ilog.views.chart.faces.servlet.IlvFacesChartServletSupport
Returns true
if the session has expired between two requests.
isSessionExpired(HttpServletRequest) - Method in class ilog.views.diagrammer.faces.dhtml.servlet.IlvFacesDiagrammerServletSupport
This method returns true
if the session has expired.
isSessionExpired(HttpServletRequest) - Method in class ilog.views.faces.dhtml.servlet.IlvFacesManagerServletSupport
This method returns true
if the session has expired.
isShallowPattern() - Method in class ilog.views.maps.defense.format.s57.IlvS57DataSource
Indicates whether shallow pattern rendering is used.
isShared() - Method in class ilog.cpl.style.IlpStyleContext
Deprecated.
Checks whether the style is shared.
isShareDefaultStyles() - Method in class ilog.views.maps.datasource.IlvDataSourceStylingFactory
Indicates whether styles are shared between all feature layers with the
same key.
isSharingParameters() - Method in class ilog.cpl.graph.graphlayout.css.IlpDefaultGraphLayoutParametersFactory
isSheetHScrollable() - Method in class ilog.views.gantt.faces.component.IlvFacesHierarchyChartView
Check whether the sheet view is horizontal scrollable.
isSheetVScrollable() - Method in class ilog.views.gantt.faces.component.IlvFacesHierarchyChartView
Check whether the sheet view is vertical scrollable.
isShelfItemContainer() - Method in class ilog.tgo.model.IltCardCarrier
isShelfItemContainer() - Method in class ilog.tgo.model.IltShelfItem
Returns true
if this item can contain other shelf items.
isShiftScroll() - Method in class ilog.views.chart.IlvChart
Returns the value of the shiftScroll
property.
isShorcutEnabled() - Static method in class ilog.views.sdm.renderer.IlvInteractorRenderer
isShortcutEnabled() - Static method in class ilog.views.sdm.renderer.IlvInteractorRenderer
Tests if shortcuts are enabled for all object interactors at once.
isShortcutIconVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether the shortcut icon is visible or not.
isShortenClick(MouseEvent) - Method in class ilog.views.hypergraph.interactor.IlvMakeSegmentedHyperEdgeInteractor
Returns true
if the mouse event was a segment shorten click.
isShowAllLayersMenu() - Method in class ilog.views.maps.beans.IlvLayerTree
Indicates whether or not the Show All Layers
menu should be visible.
isShowAllowed(Object[]) - Method in class ilog.views.maps.symbology.swing.IlvSymbologyTreeView
Returns whether making nodes and groups visible is allowed.
isShowArrangeLayerMenu() - Method in class ilog.views.maps.beans.IlvLayerTree
Indicates whether or not the Lower/Raise/ToFront/ToBack Layer
menu items should be visible.
isShowConfirmationDialog() - Method in class ilog.views.maps.defense.terrain3d.view.IlvMake3DViewInteractor
Indicates whether or not a confirmation dialog with the current style properties must be displayed before creating a new view.
isShowDeleteLayerMenu() - Method in class ilog.views.maps.beans.IlvLayerTree
Indicates whether or not the Delete Layer
menu should be visible.
isShowGroundImprintLine() - Method in class ilog.views.maps.defense.terrain3d.symbol.Ilv3DSymbolStyle
Indicates whether or not ground imprint line is shown.
isShowHideLayerMenu() - Method in class ilog.views.maps.beans.IlvLayerTree
Indicates whether or not the Hide Layer
menu should be visible.
isShowing() - Method in class ilog.views.gantt.servlet.IlvJHiddenPrintWindow
Deprecated.
Returns whether this window is showing on the screen.
isShowingAltitudes() - Method in class ilog.views.maps.beans.IlvJMouseCoordinateViewer
Returns whether altitudes should be displayed or not.
isShowingExpandCollapseIcon() - Method in class ilog.views.graphic.linkbundle.IlvDefaultLinkBundleFrame
Returns whether the icon that represents the expand or collapse state
of the frame is shown.
isShowingExpandCollapseIcon() - Method in class ilog.views.IlvDefaultManagerFrame
Returns whether the icon that represents the expand or collapse state
of the frame is shown.
isShowingIndicator() - Method in class ilog.views.sdm.renderer.IlvDrillDownRenderer
Returns the flag that specifies whether an icon
should be displayed in the top-left corner of the
view to alert the user that some objects are
not visible at the current zoom level.
isShowingLoading() - Method in class ilog.views.chart.data.lod.IlvLODDataSet
Indicates whether the loading of data tiles is displayed.
isShowingMovingObject() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentSelectButton
Returns true
if the object is drawn while it is being moved.
isShowingMovingObject() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkSelectButton
Returns true
if the interactor shows the object when the
object is being moved.
isShowingMovingObject() - Method in class ilog.views.interactor.IlvSelectInteractor
Returns true
if the interactor shows the object
when the object is
being moved.
isShowingOrigin() - Method in class ilog.cpl.datasource.IlpAbstractHierarchyAdapter
Returns true
if the origins are shown.
isShowingTitle() - Method in class ilog.views.IlvDefaultManagerFrame
Returns whether the title is visible or not.
isShowingTitle() - Method in class ilog.views.sdm.graphic.IlvDefaultManagerFrameGraphic
isShowLabels() - Method in class ilog.views.maps.beans.IlvJAreaOfInterestPanel
Indicates whether or not the area of interest labels will be displayed.
isShowLegend() - Method in class ilog.views.maps.print.IlvMapPageEditor
Indicates whether the legend will be printed of not.
isShowNewLayerMenu() - Method in class ilog.views.maps.beans.IlvLayerTree
Indicates whether or not the New Layer
menu should be visible.
isShowOrigin() - Method in interface ilog.cpl.datasource.css.IlpHierarchyAdapterCustomization
Returns if the origins will be displayed or not in the component.
isShowRenameLayerMenu() - Method in class ilog.views.maps.beans.IlvLayerTree
Indicates whether or not the Rename Layer
menu items should be visible.
isShowS52Text() - Method in class ilog.views.maps.defense.format.s57.IlvS57DataSource
Indicates whether S52 rendering will create text.
isShowSelection() - Method in class ilog.views.interactor.IlvExpandCollapseInteractor
Returns whether selection is used to indicate which object is to be
expanded or collapsed.
isShowSymbolIcon() - Method in class ilog.views.maps.defense.terrain3d.symbol.Ilv3DSymbolStyle
Indicates whether or not the symbol icon should be displayed.
isShowSymbolPoint() - Method in class ilog.views.maps.defense.terrain3d.symbol.Ilv3DSymbolStyle
Indicates whether or not symbol point (real position) is shown
IsShowTangentsMode() - Static method in class ilog.views.graphic.IlvSplineLinkSelection
Returns whether the spline tangents are shown additionally to the
selection handles for spline links.
IsShowTangentsMode() - Static method in class ilog.views.graphic.IlvSplineSelection
Returns whether the spline tangents are shown additionally to the
selection handles.
isShowThousands() - Method in class ilog.views.maps.grids.IlvMGRSGrid
Indicates whether the subgrid labels show "000m".
isSignificant() - Method in class ilog.views.hypergraph.undo.IlvManagerLayerEdit
Returns whether the edit is significant.
isSignificant() - Method in class ilog.views.hypergraph.undo.IlvPropertiesEdit
Returns whether the edit is significant.
isSimplifiedRendering() - Method in class ilog.views.maps.defense.format.s57.IlvS57DataSource
Indicates whether simplified rendering is activated.
isSingleConnectionPoint() - Method in class ilog.views.graphic.linkbundle.IlvLinkBundle
Returns true
if the single connection point mode is
enabled, and returns false
otherwise.
isSkippingLabel() - Method in class ilog.views.chart.IlvScale
Indicates whether the scale skips step labels when they overlap.
isSmoothShading() - Method in class ilog.views.maps.defense.terrain3d.view.Ilv3DView
Returns whether the terrain is shaded using a Gouraud algorithm or not.
isSnapGhostToRowsEnabled() - Method in class ilog.views.gantt.graphic.interactor.IlvActivityGraphicMoveInteractor
Returns whether ghost graphics are snapped to the nearest row when the
mouse is dragged vertically and the
IlvGanttSelectInteractor
that created this interactor is in
Ghost Move mode.
isSnapToGridEnabled() - Method in class ilog.views.interactor.IlvGrapherPinInteractor
Returns true
if the location of pin
should snapped to the grid of the manager view, and
false
otherwise.
isSnapToNodeBoxModifierDown(MouseEvent) - Method in class ilog.views.interactor.IlvGrapherPinInteractor
Tests if the snap to node bounding box modifier is currently down.
isSort() - Method in class ilog.views.maps.propertysheet.IlvMapStylePropertySheet
Returns true if the properties are sorted, and false otherwise.
isSortAttributes() - Method in class ilog.cpl.table.IlpDefaultTableHeaderMenuFactory
Returns the way attribute names are sorted in the "Show Attributes" menu.
isSorting() - Method in class ilog.views.chart.data.IlvTreeTableDataSource
Returns true
if sorting is enabled.
isSortingEntries() - Method in class ilog.views.sdm.renderer.IlvLegendRenderer
Returns the flag specifying whether the entries should
be sorted or not.
isSortingUsingDisplayValues() - Method in interface ilog.cpl.css.IlpAttributeHeaderCustomization
Returns whether the attribute is sorted using display values or raw values.
isSourceDataAvailable() - Method in class ilog.views.maps.datasource.IlvMapDataSource
Checks whether the source data this IlvMapDataSource
is
based on is available (file, database connection, url...).
isSourceDataAvailable() - Method in class ilog.views.maps.datasource.IlvMIDMIFDataSource
Checks whether the source data this IlvMapDataSource
is
based on is available (file, database connection, url...).
isSourceDataAvailable() - Method in class ilog.views.maps.datasource.IlvSDODataSource
Checks whether the source data this IlvMapDataSource
is
based on is available (file, database connection, url...).
isSourceDataAvailable() - Method in class ilog.views.maps.datasource.IlvShapeDataSource
Indicates if the source data is available.
isSourceDataAvailable() - Method in class ilog.views.maps.datasource.IlvTigerDataSource
Checks whether the source data this IlvMapDataSource
is
based on is available (file, database connection, url...).
isSourceDataAvailable() - Method in class ilog.views.maps.defense.datasource.IlvVMAPDataSource
Checks whether the source data this IlvMapDataSource
is
based on is available (file, database connection, url...).
isSourceDataAvailable() - Method in class ilog.views.maps.format.IlvDefaultTilableDataSource
Checks whether the source data this IlvMapDataSource
is
based on is available (file, database connection, url...).
isSourceDataAvailable() - Method in class ilog.views.maps.format.wms.IlvWMSDataSource
Checks whether the source data this IlvMapDataSource
is
based on is available (file, database connection, url...).
isSouth() - Method in class ilog.views.maps.projection.IlvLambertEqualAreaConicProjection
Returns true if the projection is set for the southern hemisphere.
isSouth() - Method in class ilog.views.maps.projection.IlvUniversalPolarStereographicProjection
Returns true if the projection is set for the South Pole.
isSouth() - Method in class ilog.views.maps.projection.IlvUniversalTransverseMercatorProjection
Returns true if the projection is set for applications portraying the southern
hemisphere.
isSpecRoot(Object) - Method in class ilog.views.graphlayout.tree.IlvTreeLayout
Returns true
if the input node was specified as root.
isSphere() - Method in class ilog.views.maps.projection.IlvEllipsoid
Returns true
if the ellipsoid is a sphere.
isSpline() - Method in class ilog.views.graphic.composite.IlvCompositeLink
Returns true
if the link has spline routing functionality.
isSpline() - Method in class ilog.views.graphic.IlvSplineLinkImage
Returns true
if the link has spline routing functionality.
isSpline(Object) - Method in class ilog.views.graphlayout.IlvSplineLinkFilter
Returns true
if the input object represents a spline
link.
isSpline() - Method in class ilog.views.IlvLinkImage
Returns true
if the link has spline routing functionality.
isSpline() - Method in class ilog.views.sdm.graphic.IlvGeneralLink
Tests if the link has spline routing functionality.
isSplineRoutingEnabled() - Method in class ilog.views.graphlayout.IlvGraphLayout
Tests whether the calculation of optimized spline control points is
enabled.
isSplit() - Method in class ilog.views.maps.raster.datasource.IlvTiledRasterDataSource
Returns if images are split by this data source.
isStacked100Percent() - Method in class ilog.views.chart.renderer.IlvBarChartRenderer
Indicates whether the stacking is scaled to 100
.
isStacked100Percent() - Method in class ilog.views.chart.renderer.IlvPolylineChartRenderer
Indicates whether the stacking is scaled to 100
.
isStackedByIndex() - Method in class ilog.views.chart.renderer.IlvBarChartRenderer
Indicates whether the stacking is based on data set indices rather than
on X values.
isStackedByIndex() - Method in class ilog.views.chart.renderer.IlvPolylineChartRenderer
Indicates whether the stacking is based on data set indices rather than
on X values.
isStackerActive() - Method in class ilog.tgo.graphic.IltSecondaryStatePositioner
isStarCenter() - Method in class ilog.cpl.graph.graphlayout.css.IlpCircularLayoutParameters
Returns if the bean applies to the star center object.
isStarCenter(Object) - Method in class ilog.views.graphlayout.circular.IlvCircularLayout
Returns true
if node
is the central node of
a star cluster, and false
otherwise.
isStarCenter() - Method in class ilog.views.graphlayout.circular.IlvClusterInfoProperty
Returns the value of the "star center" attribute stored in the
property.
isStartDragModifierDown(MouseEvent) - Method in class ilog.views.interactor.IlvDragRectangleInteractor
Tests if the start drag modifier is currently down.
isStarted() - Method in class ilog.views.appframe.swing.IlvSplashWindow
Determines whether the splash window has been started.
isStarted() - Method in class ilog.views.gantt.event.CriticalPathEvent
Returns true
if this event is the first event at the beginning
of the critical path computation, and false
otherwise.
isStartEvent(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is a Start Event.
isStaticView() - Method in class ilog.views.appframe.swing.IlvPanelView
Determines whether this view has been registered as a static view or has
been dynamically created for a specific document.
isStatusBarVisible() - Method in class ilog.views.appframe.swing.IlvSwingMainWindow
Determines whether the status bar is shown or hidden.
isStepBetweenCategory() - Method in class ilog.views.chart.IlvCategoryStepsDefinition
Indicates whether major ticks are positioned between categories.
isStickyModes() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns the "sticky modes" flag of the diagram component.
isStoppedImmediately() - Method in class ilog.views.graphlayout.IlvGraphLayout
isStoppedImmediately() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Returns true
if the method stopImmediately
was called.
isStoppedPrematurely() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Returns true
if the layout should stopped before
completion.
isStraightRouteEnabled() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
Returns true
if straight routing is enabled.
isStrictlyAfter(double) - Method in class ilog.views.chart.IlvDataInterval
Returns whether the given value is strictly greater than the maximum
bound.
isStrictlyBefore(double) - Method in class ilog.views.chart.IlvDataInterval
Returns whether the given value is strictly lower than the minimum bound.
isStrictlyInside(double) - Method in class ilog.views.chart.IlvDataInterval
Returns whether the given value is strictly included within this interval.
isStrictlyOutside(double) - Method in class ilog.views.chart.IlvDataInterval
Returns whether the given value lies strictly outside this interval.
isStrikethrough() - Method in class ilog.views.graphic.IlvText
Returns true
if the entire text has strikethrough attribute.
isStrikeThrough() - Method in class ilog.views.util.print.IlvFlow.TextStyle
Returns whether the text is in strike through mode.
isStringRTL(IlvBaseTextDirectionInterface, String, ComponentOrientation) - Static method in class ilog.views.util.text.IlvBidiUtil
Returns true
if the input text of the input object should be
displayed in right-to-left direction; otherwise returns false
.
isStringRTL(String, int) - Static method in class ilog.views.util.text.IlvBidiUtil
Determines, in which order (left-to-right or right-to-left) the given text
should be displayed.
isStringRTL(String, ComponentOrientation) - Static method in class ilog.views.util.text.IlvBidiUtil
Determines, in which order (left-to-right or right-to-left) the given text
should be displayed.
isStringRTL(String, int, ComponentOrientation) - Static method in class ilog.views.util.text.IlvBidiUtil
Determines, in which order (left-to-right or right-to-left) the given text
should be displayed.
isStringRTL(String, int, int) - Static method in class ilog.views.util.text.IlvBidiUtil
Determines, in which order (left-to-right or right-to-left) the given text
should be displayed.
isStrokeOn() - Method in class ilog.views.chart.IlvStyle
Indicates whether this style uses a stroke when drawing.
isStrokeOn() - Method in class ilog.views.chart.renderer.IlvPieChartRenderer
Indicates whether the outline of the slices is drawn.
isStrokeOn() - Method in class ilog.views.chart.renderer.IlvSinglePieRenderer
Indicates whether the outline of the slices is drawn.
isStrokeOn() - Method in class ilog.views.graphic.IlvArc
Returns true
if the shape of the
arc is stroked.
isStrokeOn() - Method in class ilog.views.graphic.IlvEllipse
Returns true
if the shape of the
ellipse is stroked.
isStrokeOn() - Method in class ilog.views.graphic.IlvGeneralPath
Returns true
if the shape of the
object is stroked.
isStrokeOn() - Method in class ilog.views.graphic.IlvPolygon
Returns true
if the shape of the
polygon is stroked.
isStrokeOn() - Method in class ilog.views.graphic.IlvRectangle
Returns true
if the
rectangle is stroked.
isStrokeOn() - Method in class ilog.views.graphic.IlvSpline
Returns true
if the
spline is stroked.
isStrokeOn() - Method in class ilog.views.graphic.IlvText
Returns true
if the frame of the background rectangle
of the text is drawn.
isStrokeOn() - Method in class ilog.views.graphic.IlvTextPath
Returns true
if the shape of the
object is stroked.
isStrokeOn() - Method in class ilog.views.graphic.IlvZoomableLabel
Returns true
if the outline of the text of the
object is stroked.
isStrokeOn() - Method in class ilog.views.interactor.IlvMakePolygonInteractor
Returns true
if the created
object should be stroked.
isStrokeOn() - Method in class ilog.views.interactor.IlvMakeRectangleInteractor
Returns true
if the created
object should be stroked.
isStrokeOn() - Method in class ilog.views.interactor.IlvMakeSplineInteractor
Returns true
if the created
object should be stroked.
isStrokeOn() - Method in class ilog.views.maps.graphic.IlvMapGeneralPath
Retrieves the stroke on from the style.
isStrokeOn() - Method in class ilog.views.maps.graphic.style.IlvGeneralPathStyle
Retrieves the StrokeOn property value.
isStructureUpToDate() - Method in class ilog.tgo.graphic.graphlayout.IltLinkLayout
Returns false
if at least one modification occurred in the
structure of the graph since the last time the layout was successfully
performed on the same graph or if the layout has never been performed
successfully on the same graph.
isStructureUpToDate() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns whether the structure of the graph is up to date.
isStructureUpToDate() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Returns false
if at least one modification occurred in
the structure of the labeling model (a label or obstacle was added or
removed) since the last time the layout was successfully performed on
the same labeling model using this layout instance or if the layout
has never been performed successfully on the same labeling model.
isStructureUpToDate() - Method in class ilog.views.graphlayout.link.IlvLinkLayout
Returns false
if at least one modification occurred in
the structure of the graph since the last time the layout was
successfully performed on the same graph or if the layout has never
been performed successfully on the same graph.
isStructureUpToDate() - Method in class ilog.views.graphlayout.multiple.IlvMultipleLayout
Returns false
if at least one modification occurred in
the structure of the graph since the last time the layout was
successfully performed on the same graph or if the layout has never
been performed successfully on the same graph.
isStructureUpToDate() - Method in class ilog.views.graphlayout.recursive.IlvRecursiveLayout
Returns false
if at least one modification occurred in
the structure of the graph since the last time the layout was
successfully performed on the same graph or if the layout has never
been performed successfully on the same graph.
isStyleApplicationComponents() - Method in class ilog.views.diagrammer.IlvDiagrammer
isStyleRemovable() - Method in class ilog.cpl.style.IlpStyleContext
Deprecated.
Returns is the style can be cleaned up or not.
isSubClassOf(IlpClass) - Method in class ilog.cpl.model.IlpAbstractClass
Returns true
if the current class is a subclass of
the parent
.
isSubClassOf(IlpClass) - Method in interface ilog.cpl.model.IlpClass
Returns true
if the current class is a subclass of
parent
class.
isSubFrameValid(int) - Method in class ilog.views.maps.format.cadrg.IlvCADRGFrameReader
Returns true if the sub frame is defined in the CADRG frame.
isSubgraph(Object) - Method in class ilog.views.graphlayout.IlvGrapherAdapter
Returns true
if the object is a valid graph and
false
otherwise.
isSubgraph(Object) - Method in class ilog.views.graphlayout.IlvGraphModel
Returns true
if the object is a valid subgraph, and
false
otherwise.
isSubgraph(Object) - Method in class ilog.views.graphlayout.IlvRotatedGraphModel
Returns true
if the object is a valid subgraph, and
false
otherwise.
isSubMenuItems() - Method in class ilog.views.appframe.event.IlvListActionHandler
Determines whether the menu items created for the items of the
list action should be created in a sub pop-up menu.
isSubnetworkCollapseIconVisible() - Method in interface ilog.cpl.css.IlpObjectCustomization
Returns whether the collapse icon is added to the detail
objects of a subnetwork.
isSubnetworkExpansionIconVisible() - Method in interface ilog.cpl.css.IlpObjectCustomization
Returns whether the in-place expansion icon is added to the overview
object of a subnetwork.
isSubnetworkOpaque() - Method in interface ilog.cpl.css.IlpObjectCustomization
Returns whether the subnetwork is opaque.
isSubnetworkShowingTitle() - Method in interface ilog.cpl.css.IlpObjectCustomization
Returns whether the subnetwork shows the title.
isSubObjectsSelectionAllowed() - Method in class ilog.views.sdm.renderer.IlvExpandCollapseRenderer
Deprecated.
Returns true
if the user is allowed to select
and edit the sub-objects contained in an expanded node, or
false
otherwise.
isSubObjectsSelectionAllowed() - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer
Returns true
if the user is allowed to select
and edit the subobjects contained in an expanded node, or
false
otherwise.
isSubProcess(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is a Sub-Process.
isSubscribedToObject(IlpObject) - Method in class ilog.cpl.datasource.IlpDefaultDataSource
Returns true
if this datasource has already been
subscribed to the given object.
isSuperimposed() - Method in class ilog.views.chart.renderer.IlvBarChartRenderer
Returns whether this renderer is in a superimposed configuration.
isSuperimposed() - Method in class ilog.views.chart.renderer.IlvPolylineChartRenderer
Returns whether this renderer is in a superimposed configuration.
isSuperimposed() - Method in interface ilog.views.chart.renderer.IlvSuperimposedRenderer
Returns whether this renderer is in a superimposed configuration.
isSupported(String, String) - Method in class ilog.views.appframe.settings.IlvSettings
Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
isSupported(String, String) - Method in class ilog.views.appframe.settings.IlvSettingsAttribute
Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
isSupported(String, String) - Method in class ilog.views.appframe.settings.IlvSettingsElement
Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
isSupported(String, String) - Method in class ilog.views.appframe.settings.xml.IlvXMLSettings
Tests whether the DOM implementation of the Document
associated with these settings implements a specific feature and
that feature is supported by this node.
isSupported(String) - Static method in class ilog.views.sdm.graphic.IlvURLGraphic
Returns true
if the specified URL is of a type supported
by the URL graphic class.
isSupportedChartType(String) - Method in class ilog.views.gantt.project.IlvGanttProjectConfiguration
Returns whether the specified chart type is supported by this
configuration.
isSwapBytes() - Method in class ilog.views.maps.raster.IlvRasterMappedBuffer
Returns whether bytes have to be swapped.
isSymbolCreationAllowed(IlvDashboardDiagram, IlvPaletteSymbol) - Method in class ilog.views.dashboard.IlvDashboardEditManager
Tests if the dragged symbol is accepted by the given dashboard
diagram.
isSymbolsOrdered() - Method in class ilog.views.maps.defense.terrain3d.symbol.Ilv3DSymbolStyle
Indicates whether or not symbols should use depth buffer (and can be hidden by terrain).
isSynchronous() - Method in class ilog.views.maps.label.IlvMapLabelManager
Tests if the labeling is be done in a separate thread or in the current
thread.
isSynchronous() - Method in class ilog.views.maps.raster.IlvRasterTileLoader
Tests if this raster tile loader is loading images synchronously or not.
isSynchronousImageLoading() - Method in class ilog.views.maps.rendering.IlvDefaultImageRenderer
Returns true
if the image loading mode is synchronous
and false
otherwise.
isSynchronousImageLoading() - Method in class ilog.views.maps.rendering.IlvDefaultRasterRenderer
Returns true
if the image loading mode is synchronous,
false
otherwise.
isTableVisible() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Returns true
if the table is visible.
isTableVisible() - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
Returns true
if the table is visible.
isTableVisible() - Method in class ilog.views.gantt.IlvHierarchyChart
Specifies whether the hierarchy table is visible.
isTask(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if an object is a Task.
isTechnologyColorVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property that specifies if the technology color should
be mapped to the link base or not.
isTechnologyIconVisible() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property that specifies if the technology icon decoration is
visible or not.
isTemporarilyHidden(IlvManagerView) - Method in class ilog.views.IlvManagerLayer
isTextAntialiasing() - Method in class ilog.views.dxf.IlvDXFReaderConfigurator
Returns true
if the reader should create
antialiased text objects.
isTextRTL(String) - Method in class ilog.views.maps.grids.IlvAbstractBaseGrid
Determines, in which order (left-to-right or right-to-left)
the grid text should be displayed.
isTextRTL(IlvManagerView) - Method in class ilog.views.maps.label.IlvMapLabelingLabel
Determines, in which order (left-to-right or right-to-left)
the label text should be displayed.
isTextVisible() - Method in class ilog.views.maps.grids.IlvAbstractBaseGrid
Returns true
if the lines crossing the screen border should display text.
isThinClientBackground() - Method in class ilog.views.maps.graphic.style.IlvMapStyle
Retrieves the ThinClientBackground property value.
isThreaded() - Method in class ilog.cpl.graph.background.IlpAbstractBackground
Returns whether or not this background is using multiple threads for
its internal processing.
isThreaded() - Method in class ilog.views.maps.raster.datasource.IlvTiledRasterDataSource
Returns the thread status of this data source.
isThreaded() - Method in class ilog.views.tiling.IlvThreadedTileLoader
Returns true
if the load/release work is performed
in a separate thread.
isThreadingEnabled() - Method in class ilog.views.util.data.IlvJDBCTableModel
Sets whether or not threading must be used to compute the internal cache.
isTiled(UIComponent) - Method in class ilog.views.faces.dhtml.renderkit.IlvFacesViewRenderer
Returns true
is the view is tiled, false
otherwise.
isTileVisible(Ilv3DTile, Ilv3DCamera) - Method in class ilog.views.maps.defense.terrain3d.view.Ilv3DView
Computes whether the specified tile is visible given the specified camera
position.
isTimeIndicatorLayerVisible() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
Returns whether the time indicator layer is visible.
isTimeScrollBarVisible() - Method in class ilog.views.gantt.IlvJScrollGanttSheet
Returns the visibility status of the time scroll bar.
isTimeSeries(int) - Method in class ilog.views.chart.data.IlvJDBCDataSource
Returns whether the specified column or row (depending on the type
of this data source) represents a time series.
isTimeSeries(int) - Method in class ilog.views.chart.data.IlvSwingTableDataSource
Returns whether the specified column or row (depending on the type
of this data source) represents a time series.
isTimeSeries(IlvDataColumnInfo) - Method in class ilog.views.chart.data.IlvTreeTableDataSource
Returns true
if the given column shall be considered to be a
time-series.
isTiny() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether or not the graphic representation of
the object uses the tiny representation.
IsTiny - Static variable in class ilog.tgo.model.IltObject
isTitleVisible(IlvScale) - Method in class ilog.views.chart.IlvChartPrintContext
Returns whether the title of the specified scale should be printed on
this page.
isToEnd(IlvHyperEdgeEnd) - Method in class ilog.views.hypergraph.IlvHyperEdge
Returns whether the input hyperedge end belongs to the destination ends
of this hyperedge.
isToFork() - Method in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout
Returns true
if the fork shape is enabled for links that
end at the same target point.
isToggle() - Method in class ilog.views.faces.component.IlvImageButton
Returns the toggle state of this button.
isToggle() - Method in class ilog.views.ui.IlvImageButton
Deprecated.
Returns true if the button is a toggle button; false otherwise.
isToolBarExternal() - Method in class ilog.cpl.equipment.renderer.IlpToolBarRenderer
Tests whether the toolbar is external to the representation view.
isToolBarExternal() - Method in class ilog.cpl.graph.IlpGraphView
Tests whether the toolbar is external to the graph view.
isToolBarExternal() - Method in class ilog.cpl.network.renderer.IlpToolBarRenderer
Tests whether the toolbar is external to the representation view.
isToolBarVisible() - Method in class ilog.cpl.equipment.renderer.IlpToolBarRenderer
Tests whether the toolbar is visible.
isToolBarVisible() - Method in class ilog.cpl.graph.IlpGraphView
Tests whether the toolbar is visible.
isToolBarVisible() - Method in class ilog.cpl.IlpEquipment
Tests if the toolbar is visible.
isToolBarVisible() - Method in class ilog.cpl.IlpNetwork
Tests if the toolbar is visible.
isToolBarVisible() - Method in class ilog.cpl.network.renderer.IlpToolBarRenderer
Tests whether the toolbar is visible.
isToolTipsEnabled() - Method in class ilog.views.gantt.graphic.IlvGanttSheet
Returns true
if tooltips are enabled for the Gantt sheet.
isTopLevelComponent(Component) - Method in class ilog.views.util.swing.IlvAbstractRepaintManager
Determine if the specified component is a top level component.
isTopLevelComponent(Component) - Method in class ilog.views.util.swing.IlvExpensiveDrawingRepaintManager
Returns true if the given component is considered a top-level component.
isToPointFixed() - Method in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout
isTracingEnabled() - Static method in class ilog.views.sdm.renderer.IlvRendererUtil
Returns whether tracing of all renderer method calls is enabled.
isTransaction(IlvSDMModel, Object) - Static method in class ilog.views.bpmn.IlvBPMNUtilities
Tests if the given object is a Transaction.
isTransformedShapeMode() - Method in class ilog.views.graphic.IlvGeneralPath
Returns true
if the object is in transformed shape mode.
IsTransformerDependentRendering() - Static method in class ilog.views.graphic.IlvText
Returns whether all IlvText
objects are rendered with
a strategy that requires re-rendering when the transformer changes.
IsTransformerDependentRendering() - Static method in class ilog.views.graphic.IlvZoomableLabel
Returns whether all IlvZoomableLabel
objects are rendered with
a strategy that requires rerendering when the transformer changes.
isTransformerMode() - Method in class ilog.views.graphic.IlvArc
Returns if the arc is in transformer mode.
isTransient() - Method in interface ilog.cpl.model.IlpAttribute
Indicates whether this attribute should persist or not.
isTransient() - Method in class ilog.cpl.model.IlpBeansAttribute
Indicates whether this attribute should persist or not.
isTransient() - Method in class ilog.cpl.model.IlpComputedAttribute
Indicates whether this attribute should persist or not.
isTransient() - Method in class ilog.cpl.model.IlpDefaultAttribute
Indicates whether this attribute should be persistent or not.
isTransient() - Method in class ilog.cpl.model.IlpReferenceAttribute
Indicates whether this attribute is persistent or not.
isTransient() - Method in class ilog.cpl.model.IlpStaticAttribute
Indicates whether this attribute is persistent or not.
isTransient() - Method in class ilog.tgo.model.attribute.IltAttribute
Indicates whether this attribute should persist or not.
isTranslation() - Method in class ilog.views.IlvTransformer
Returns true
if the transformer
is a translation, false
otherwise.
isTranslationAllowed() - Method in class ilog.views.gantt.scale.IlvTimeScale
Tests if drag panning with the mouse is allowed.
isTransparency() - Method in class ilog.views.maps.format.wms.IlvWMSReader
Indicates if the requested image contains transparent pixels or not.
isTransparencyEnabled() - Method in class ilog.views.maps.format.cadrg.IlvCADRGLayer
Returns true
if the frame reader creates transparent pixels.
isTransparent() - Method in class ilog.views.IlvManagerView
Returns true
if the view is transparent.
isTransparent() - Method in class ilog.views.util.swing.IlvArrow
Returns whether the icon is transparent.
isTraverse() - Method in class ilog.views.accelerator.IlvSelectAllAccelerator
Returns whether this accelerator can select objects in submanagers
and link bundles.
IsTree(IlvGraphLayout, Object) - Static method in class ilog.views.graphlayout.IlvGraphLayoutUtil
Returns true
if the connected component of the graph
attached to the layout instance that contains startNode
is a pure tree (with no cycles).
IsTree(IlvGraphModel, Object) - Static method in class ilog.views.graphlayout.IlvGraphLayoutUtil
Returns true
if the connected component of
graphModel
that contains startNode
is a
pure tree (with no cycles).
isTreeVisible() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Returns true
if the tree is visible.
isTreeVisible() - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
Returns true
if the tree is visible.
isTrimmingStringAttributes() - Method in class ilog.views.maps.format.shapefile.IlvDBFReader
Returns true
if the String attributes that are read are
trimmed, that is, leading and trailing spaces are removed.
isTripleBufferedLabels() - Method in class ilog.views.maps.label.IlvMapLabelManager
Returns the flag for label triple buffering.
isTrue() - Method in class ilog.views.maps.attribute.IlvBooleanAttribute
Returns true if the logical value is true.
isTruncated() - Method in class ilog.views.graphic.IlvText
Returns whether the label is truncated or fully visible.
isTruncatedLabelSuffix() - Method in class ilog.views.sdm.graphic.IlvGeneralNode
Returns the string that is appended to the label when it is
truncated to fit in the shape's width.
isTwoShades() - Method in class ilog.views.maps.defense.format.s57.IlvS57DataSource
Indicates if the two shades option is activated.
isUnderline() - Method in class ilog.views.graphic.IlvText
Returns true
if the entire text has underline attribute.
isUnderline() - Method in class ilog.views.util.print.IlvFlow.TextStyle
Returns whether the text is underlined or not.
isUndocked() - Method in class ilog.views.appframe.swing.docking.DockingEvent
Determines whether the dockable that fired this event is undocked.
isUndocked() - Method in interface ilog.views.appframe.swing.IlvDockingBarArea.DockingBarInfo
Determines whether the bar is undocked.
isUndoingEnabled() - Method in class ilog.views.dashboard.IlvDashboardDiagram
Tests if the undo mechanism of this dashboard diagram is enabled.
isUnlockFilteredTiles() - Method in class ilog.views.tiling.IlvTileController
Indicates if unlocking locked filtered tiles is allowed or not.
isUpdateAll() - Method in class ilog.views.util.servlet.event.ServletActionListener
Returns whether refresh the image and capabilities or
the image only after the action.
isUpdateOnPropertyChange() - Method in class ilog.views.sdm.util.IlvSDMMutableStyleSheet
Returns true
if graphic objects are updated when the
contents of this style sheet change.
isUpdatingOnPropertyChange() - Method in class ilog.views.sdm.renderer.IlvLegendRenderer
Returns true
if the legend is updated when properties
of objects are changed dynamically.
isUpdatingPositionOnExpand() - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer
isUpdatingPositionsOnExpand() - Method in class ilog.views.sdm.renderer.IlvSubGraphRenderer
Returns true
if the positions of subgraphs and their children
are updated when subgraphs are expanded or collapsed.
isURL(URL) - Method in class ilog.views.util.servlet.tiling.IlvFileTileURLFactory
Tells if the URL pass as argument is an URL recognized
by this URL factory.
isURL(URL) - Method in interface ilog.views.util.servlet.tiling.IlvTileURLFactory
Checks if the URL passed as argument is an URL made with the
makeURL(Object)
method.
isUse2DViewAsTexture() - Method in class ilog.views.maps.defense.terrain3d.model.Ilv3DModel
Returns whether the associated 2D view must be used as a texture for the 3D terrain.
isUse2DViewAsTexture() - Method in class ilog.views.maps.defense.terrain3d.model.IlvRasterMappedBuffer3DTile
Returns whether the associated 2D view must be used as a texture for the 3D terrain represented by this tile.
isUseAlarmColorForBase() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether or not the graphic representation of
this object uses the alarm color for its base.
isUseAutomaticWaitCursor() - Method in class ilog.views.diagrammer.application.IlvDiagrammerApplication
Deprecated.
Tests if the wait cursor is shown automatically.
isUseAutomaticWaitCursor() - Method in class ilog.views.diagrammer.application.IlvDiagrammerFrame
Tests if the wait cursor is shown automatically.
isUseBaseTextDirectionFromStyleSheetRenderer() - Method in class ilog.views.sdm.IlvSDMEngine
Returns whether the base text direction specified in the style sheet
renderer, or specified in CSS in the StyleSheet section, it taken
into account.
isUseCategorySpacingAtBorders() - Method in class ilog.views.chart.renderer.IlvBarChartRenderer
Returns true
if the category spacing is used also at the
left and right borders.
isUseCategorySpacingAtBorders() - Method in class ilog.views.chart.renderer.IlvHiLoChartRenderer
Returns true
if the category spacing is used also at the
left and right borders.
isUseCategorySpacingAtBorders() - Method in class ilog.views.chart.renderer.IlvSingleBarRenderer
Returns true
if the category spacing is used also at the left
and right borders.
isUseCategorySpacingAtBorders() - Method in class ilog.views.chart.renderer.IlvSingleHiLoRenderer
Returns true
if the category spacing is used also at the
left and right borders.
isUseCategorySpacingAtBorders() - Method in interface ilog.views.chart.renderer.IlvVariableWidthRenderer
Returns true
if the category spacing is used also at the
left and right borders.
isUseDefaultCellRenderer() - Method in interface ilog.cpl.css.IlpAttributeCustomization
This property denotes the use of the default table cell renderer to
render table cells.
isUseDefaultCellRenderer() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting whether default tree cell renderer should be
used to render tree nodes.
isUseDefaultParameters() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns the current options for the parameters.
isUseDefaultParameters() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Returns the current options for the parameters.
isUsedInLayout(IltLabelLayoutConstants) - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltAnnealingLabelLayout
Tests whether a certain type of
IltObject
is used in the layout.
isUseIlvText() - Method in class ilog.views.sdm.graphic.IlvGeneralNode
isUseIlvTextDefault() - Static method in class ilog.views.sdm.graphic.IlvGeneralNode
Returns the default value of the "use IlvText" flag.
isUseLighting() - Method in class ilog.views.maps.defense.terrain3d.view.Ilv3DView
Returns whether this Ilv3DView
renders the terrain using
lighting or not.
isUseLocalScale() - Method in class ilog.views.maps.beans.IlvMapScaleComputation
Indicates whether the scale should be adapted to the visible view area.
isUseMarginsOnRoot() - Method in class ilog.views.chart.renderer.IlvTreemapChartRenderer
Returns true
or false
, depending whether the margins also apply to the
outermost rectangle, that is, the root of the displayed tree of rectangles.
isUseOldLinkRoutesInHierarchical() - Method in class ilog.views.sdm.renderer.graphlayout.IlvLinkLayoutRenderer
Returns true
if this link layout renderer,
when using the hierarchical layout, keeps the old link routes
before starting the hierarchical layout.
isUsePerObjectParameters() - Method in class ilog.cpl.equipment.renderer.IlpGraphLayoutRenderer
Returns true
if per-object layout parameters
are enabled (the default), or false
otherwise.
isUsePerObjectParameters() - Method in class ilog.cpl.equipment.renderer.IlpLinkLayoutRenderer
Returns true
if per-object layout parameters
are enabled (the default), or false
otherwise.
isUsePerObjectParameters() - Method in class ilog.cpl.network.renderer.IlpGraphLayoutRenderer
Returns true
if per-object layout parameters
are enabled (the default), or false
otherwise.
isUsePerObjectParameters() - Method in class ilog.cpl.network.renderer.IlpLinkLayoutRenderer
Returns true
if per-object layout parameters
are enabled (the default), or false
otherwise.
isUsePerObjectParameters() - Method in class ilog.views.sdm.renderer.graphlayout.IlvGraphLayoutRenderer
Returns true
if per-object layout parameters
are enabled (the default), or false
otherwise.
isUseQuadtree() - Method in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelLayout
Returns true
if the quadtree is enabled.
isUserProperty(String) - Method in class ilog.views.gantt.model.general.IlvGeneralActivity
Returns true
if the property is a user-defined property.
isUserProperty(String) - Method in class ilog.views.gantt.model.general.IlvGeneralConstraint
Returns true
if the property is a user-defined property.
isUserProperty(String) - Method in class ilog.views.gantt.model.general.IlvGeneralReservation
Returns true
if the property is a user-defined property.
isUserProperty(String) - Method in class ilog.views.gantt.model.general.IlvGeneralResource
Returns true
if the property is a user-defined property.
isUserProperty(String) - Method in class ilog.views.gantt.model.table.IlvTableActivity
Tells if the property is a user-defined property.
isUserProperty(String) - Method in class ilog.views.gantt.model.table.IlvTableConstraint
Tells if the property is a user-defined property.
isUserProperty(String) - Method in class ilog.views.gantt.model.table.IlvTableReservation
Returns true
if the property is a user-defined property.
isUserProperty(String) - Method in class ilog.views.gantt.model.table.IlvTableResource
Returns true
if the property is a user-defined property.
isUserProperty(String) - Method in interface ilog.views.gantt.property.IlvUserPropertyHolder
Returns true
if the property is a user-defined property.
isUsesBTS() - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltAnnealingLabelLayout
Tests whether the layout applies to BTS objects.
isUseSeedValueForRandomGenerator() - Method in class ilog.views.graphlayout.IlvGraphLayout
Returns true
if the user-defined seed value is used for
the random generator and false
otherwise.
isUseSeedValueForRandomGenerator() - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayout
Returns true
if the user-defined seed value is used for
the random generator and false
otherwise.
isUsesLinearGroups() - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltAnnealingLabelLayout
Tests whether the layout applies to linear groups.
isUsesLinks() - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltAnnealingLabelLayout
Tests whether the layout applies to links.
isUsesNetworkElements() - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltAnnealingLabelLayout
Tests whether the layout applies to network elements.
isUsesOthers() - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltAnnealingLabelLayout
Tests whether the layout applies to unclassified objects.
isUsesPolyGroups() - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltAnnealingLabelLayout
Tests whether the layout applies to polygonal groups.
isUsesRectGroups() - Method in class ilog.tgo.graphic.graphlayout.labellayout.IltAnnealingLabelLayout
Tests whether the layout applies to rectangular groups.
isUseTextAntialiasing() - Method in class ilog.views.maps.defense.terrain3d.component.Ilv3DLabel
Returns whether the text is drawn using antialiasing or not.
isUseTexturing() - Method in class ilog.views.maps.defense.terrain3d.view.Ilv3DView
Returns whether this Ilv3DView
renders the terrain with
applied texture or not.
IsUsing816(Connection) - Static method in class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOUtil
Returns whether the Database in use is Oracle 8.1.6+ or not.
isUsingAllLines() - Method in class ilog.views.graphic.IlvArrowPolyline
Returns whether or not an arrow is drawn on all lines
isUsingAscendingOrder(IlpAttribute) - Method in class ilog.cpl.table.IlpTableController
Returns true
if the given attribute is sorted and the sort is in
ascending order.
isUsingAutoIcons() - Method in class ilog.views.prototypes.beans.IlvPrototypeBeanGenerator
Returns the flag which indicates that the generator should generate bean
icons automatically.
isUsingAzimuthalDefinition() - Method in class ilog.views.maps.projection.IlvObliqueMercatorProjection
Returns true when the projection is in azimutal definition.
isUsingBackupDataSource() - Method in class ilog.views.maps.datasource.IlvMapDataSource
isUsingBlinkingResources() - Method in class ilog.tgo.graphic.renderer.IltBaseRenderer
Computed in initBlinking
isUsingCustomHandler() - Method in class ilog.cpl.graph.IlpGraphController
Verifies which handler is being used.
isUsingDisplayValue(IlpAttribute) - Method in class ilog.cpl.table.IlpTableAttributeComparator
Returns true
if the given attribute is sorted using display
values.
isUsingDisplayValue(IlpAttribute) - Method in class ilog.cpl.table.IlpTableController
Returns true
if the given attribute is sorted and the sort
uses display values.
isUsingEarthCurvature() - Method in class ilog.views.maps.defense.terrain.IlvLineOfVisibility
Tests if the computation should take into account the mean curvature of
the earth.
isUsingEarthCurvature() - Method in class ilog.views.maps.defense.terrain.IlvLineOfVisibilityStyle
Indicates if the line of sight makes use of the curvature of the earth.
isUsingErgonomicPlacement() - Method in class ilog.views.maps.beans.editor.IlvCoordinatePanelFactory.CoordRectangleInputPanel
Indicates whether the lat/lon
fields are better placed ergonomically or not, when there are only
lat/lon
fields.
isUsingEventThread() - Method in class ilog.views.chart.IlvChart
Determines whether this component may transfer updates to the AWT-Event
thread.
isUsingFontMarker() - Method in class ilog.views.maps.rendering.IlvDefaultPointRenderer
Tells if the renderer is producing IlvFontMarker
or
IlvMarker
.
isUsingFractionalMetrics() - Method in class ilog.views.maps.graphic.IlvMapLabel
Returns true
if the fractional metrics mode
of the label is on.
isUsingGeneralPath() - Method in class ilog.views.maps.rendering.IlvDefaultAreaRenderer
Tells if the renderer is configured to produce IlvGeneralPath
or not.
isUsingGeneralPath() - Method in class ilog.views.maps.rendering.IlvDefaultCurveRenderer
Tells if the renderer translates geometries into
IlvGeneralPath
or IlvPolyline
.
isUsingGeodeticComputation() - Method in class ilog.views.maps.beans.IlvJDisplayPreferencesEditorPanel
Returns an indication that the map should use geodetic computation/date line wrapping.
isUsingGeodeticComputation() - Method in class ilog.views.maps.datasource.IlvMapDataSource
Returns the usingGeodeticComputation
.
isUsingGeodeticComputation() - Method in class ilog.views.maps.IlvDisplayPreferences
Returns the usingGeodeticComputation
.
isUsingGeodeticComputation() - Method in class ilog.views.maps.tiling.IlvRegionOfInterestTileLoader
Indicates if this tile loader should use geodetic computation.
isUsingGraphicReference() - Method in class ilog.views.maps.labelling.IlvMapLayoutParameters
Tells if the labeler is using the IlvGraphic
reference of the
IlvAnchoredLabel
as an obstacle or as a point.
isUsingIlvText() - Method in class ilog.views.svg.SVGDocumentReaderConfigurator
Returns true
if SVG text elements are converted into
IlvText
objects when possible.
isUsingInvisibleLayers() - Method in class ilog.views.maps.IlvDefaultAltitudeProvider
Tests if this provider should search for altitude data sources in layers
that are currently invisible.
isUsingLongitudeReduction() - Method in class ilog.views.maps.projection.IlvProjection
Returns true
if the projection uses range reduction for longitudes.
isUsingMaxValue() - Method in class ilog.tgo.model.IltLimitedNumericState
Returns whether or not this state is respecting the maximum value.
isUsingMinValue() - Method in class ilog.tgo.model.IltLimitedNumericState
Returns whether or not this state is respecting the minimum value.
isUsingObjectInteractor() - Method in class ilog.cpl.graph.action.toolbar.IlpGraphInteractorButton
Indicates whether the events that occur on an
IlpGraphic
or a representation object are delegated to an
IlpObjectInteractor
.
isUsingObjectInteractor() - Method in class ilog.cpl.interactor.IlpDefaultViewInteractor
Indicates whether the events that occur on an
IlpGraphic
or a representation object are delegated to an
IlpObjectInteractor
.
isUsingObjectInteractor() - Method in interface ilog.cpl.interactor.IlpViewInteractor
Specifies whether the events that occur on an
IlpGraphic
or a representation object are delegated to an
IlpObjectInteractor
.
isUsingOrderedRings() - Method in class ilog.views.maps.format.oracle.objectmodel.IlvObjectSDOWriter
Returns a boolean that indicates whether the order of the IlvMapRings
used
in IlvMapPolygons
is known or not.
isUsingPreferredSize() - Method in class ilog.views.appframe.swing.docking.IlvDockingArea
Tells if the default floating window size
is determined with the preferred size
of the contained component or if it should
take the undocked component size.
isUsingStyleSheetRenderer() - Method in class ilog.views.sdm.swing.IlvSDMTableMediator
Returns true
if the table cell renderer
that reads the colors of the cells from the
style sheet is installed, or false
otherwise.
isUsingThreads() - Method in class ilog.views.sdm.renderer.maps.IlvMapRenderer
Indicates whether the map read should use threads to load images and/or map
data sources.
isUsingTiling() - Method in class ilog.views.maps.format.IlvDefaultTilableDataSource
Returns whether tiling is used.
isUsingXValues() - Method in class ilog.views.chart.data.IlvDefaultDataSet
Tells whether X values are stored in the data set.
isUsingZoomPolicy() - Method in class ilog.tgo.graphic.IltGrapherAdapter
Returns true
if the getReferenceTransformer
method uses the zoom policy.
isUSRPFile(File) - Static method in class ilog.views.maps.defense.format.usrp.IlvRasterUSRPReader
Checks if a file could be an USRP GEN File by checking its content.
isValid(IlpRepresentationObject) - Method in class ilog.cpl.graphic.IlpDefaultGraphicHolder
Returns whether the graphic instance associated with the given representation object
is valid.
isValid(IlpRepresentationObject, IlpAttribute) - Method in class ilog.cpl.graphic.IlpDefaultGraphicHolder
Returns whether the graphic instance associated with the given representation object
and attribute is valid.
isValid(IlpRepresentationObject) - Method in class ilog.cpl.graphic.IlpEmptyGraphicHolder
Returns if the graphic instance associated with the given object representation
is valid.
isValid(IlpRepresentationObject, IlpAttribute) - Method in class ilog.cpl.graphic.IlpEmptyGraphicHolder
Returns if the graphic instance associated with the given object representation
and attribute is valid.
isValid(IlpRepresentationObject) - Method in interface ilog.cpl.graphic.IlpGraphicHolder
Returns whether the graphic instance associated with the given representation object
is valid.
isValid(IlpRepresentationObject, IlpAttribute) - Method in interface ilog.cpl.graphic.IlpGraphicHolder
Returns whether the graphic instance associated with the given representation object
and attribute is valid.
isValid(Object) - Method in class ilog.tgo.model.IltBooleanState
This method verifies if the given value can be set in the state.
isValid(Object) - Method in class ilog.tgo.model.IltLimitedNumericState
This method verifies if the given value can be set in the state.
isValid(Object) - Method in class ilog.tgo.model.IltNumericState
This method verifies if the given value can be set in the state.
isValid() - Method in class ilog.tgo.model.IltObjectState
isValid(Object) - Method in class ilog.tgo.model.IltState
Returns if the given value is valid for this state.
isValid(Object) - Method in class ilog.tgo.model.IltSymbolicState
Returns if the given value is valid for this state.
isValid(MouseEvent) - Method in class ilog.views.chart.interactor.IlvChartZoomInteractor
Returns whether the given event is valid to start the interaction.
isValid() - Method in interface ilog.views.graphic.composite.IlvComposite
Determines whether this composite is valid.
isValid() - Method in class ilog.views.graphic.composite.IlvCompositeGraphic
Returns true
when this object needs to be rebuilt.
isValid() - Method in class ilog.views.graphic.composite.IlvCompositeLink
Determines whether this composite is valid.
isValid() - Method in class ilog.views.util.print.IlvFlow
Indicates if the flow is valid.
isValid() - Method in class ilog.views.util.swing.calendar.plaf.BasicTimeChooserUI
Returns true if the time entered by the user is valid.
isValid() - Method in class ilog.views.util.swing.calendar.plaf.TimeChooserUI
Returns true if the time entered by the user is valid.
isValidateRoot() - Method in class ilog.views.chart.IlvChart.Area
Returns true
, so that a revalidate
call on the
child components does not invalidate the chart.
isValidating() - Method in class ilog.views.chart.data.xml.IlvXMLDataReader
Returns the document factory validating mode.
isValidating() - Method in class ilog.views.sdm.util.IlvXMLConnector
Returns the validating state of the XML parser.
IsValidationPending - Static variable in class ilog.cpl.style.key.IlpObjectKeys
isValidDestination(IlvPaletteSymbol, IlvDashboardSymbol, IlvGraphic, IlvDashboardSymbol, IlvGraphic) - Method in class ilog.views.dashboard.IlvDashboardLinkManager
Tests whether a symbol or a port is accepted as a link destination.
isValidDocument(Document) - Method in class ilog.views.dashboard.IlvDashboardDiagram
Tests if document
is a valid dashboard diagram document.
isValidDocument(Document) - Static method in class ilog.views.dashboard.IlvDashboardDOM
Checks if document
is a valid dashboard diagram document.
isValidDocumentFile(String) - Method in class ilog.views.appframe.IlvApplication
Returns if the given pathname corresponds to a file that is accepted
by this application.
isValidOrigin(IlvPaletteSymbol, IlvDashboardSymbol, IlvGraphic) - Method in class ilog.views.dashboard.IlvDashboardLinkManager
Tests whether a symbol or a port is accepted as a link origin.
isValidPosition(Object) - Method in class ilog.tgo.model.IltAbstractLink
isValidPosition(Object) - Method in class ilog.tgo.model.IltBTS
isValidPosition(Object) - Method in class ilog.tgo.model.IltBTSAntenna
isValidPosition(Object) - Method in class ilog.tgo.model.IltCardItem
Determines whether the argument is a valid position/shape for the
card item object.
isValidPosition(Object) - Method in class ilog.tgo.model.IltLinearGroup
isValidPosition(Object) - Method in class ilog.tgo.model.IltNetworkElement
isValidPosition(Object) - Method in class ilog.tgo.model.IltObject
Determines whether the argument is a valid position/shape for this type
of object.
isValidPosition(Object) - Method in class ilog.tgo.model.IltOffPageConnector
isValidPosition(Object) - Method in class ilog.tgo.model.IltPolyGroup
isValidPosition(Object) - Method in class ilog.tgo.model.IltRectGroup
isValidPosition(Object) - Method in class ilog.tgo.model.IltShelf
isValidPosition(Object) - Method in class ilog.tgo.model.IltShelfItem
isValidSource(IlvSDMEngine, Object, Object) - Method in class ilog.views.bpmn.IlvBPMNFlowValidator.FlowRule
Checks if a given object is a valid source according to this flow rule.
isValidSource(IlvSDMEngine, Object, Object) - Method in class ilog.views.bpmn.IlvBPMNFlowValidator
Tests if a given flow can connect from an object.
isValidStartPoint(double, double) - Method in class ilog.views.chart.interactor.IlvChartLocalPanInteractor
Returns true
if the given point (specified
in data coordinate system) is processed.
isValidStartPoint(double, double) - Method in class ilog.views.chart.interactor.IlvChartLocalReshapeInteractor
Analyzes the given starting point (x,y), in data coordinates.
isValidStartPoint(double, double) - Method in class ilog.views.chart.interactor.IlvChartLocalZoomInteractor
Returns true
if the given point is in
the local zoomed area.
isValidStartPoint(double, double) - Method in class ilog.views.chart.interactor.IlvChartPanInteractor
Returns whether the given point (in data coordinate) is valid.
isValidStartPoint(double, double) - Method in class ilog.views.chart.interactor.IlvChartZoomInteractor
Returns whether the given point is a valid point to handle.
isValidTarget(IlvSDMEngine, Object, Object, Object) - Method in class ilog.views.bpmn.IlvBPMNFlowValidator.FlowRule
Checks if a given object is a valid target object according to
this flow rule.
isValidTarget(IlvSDMEngine, Object, Object, Object) - Method in class ilog.views.bpmn.IlvBPMNFlowValidator
Tests if a given flow can connect from an object.
isValueBinding(String) - Static method in class ilog.views.faces.IlvFacesUtil
Returns true
if the expression is a value binding expression.
isValueProviderValid(IlpKey, IlpStyleValueProvider) - Method in class ilog.cpl.style.IlpStyle
Deprecated.
Checks if the given value provider can be set.
isVariable() - Method in class ilog.views.hypergraph.IlvSegmentedHyperEdge.Segment
Returns whether the segment has a variable angle.
isVerbose() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentZoomBackAction
Returns true if the action will print the resulting view transformer.
isVerbose() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentZoomBackButton
Returns true if clicking the button will print the resulting view
transformer.
isVerbose() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentZoomInAction
Returns true if the action will print the resulting view transformer.
isVerbose() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentZoomInButton
Returns true
if clicking the button will print the
resulting view transformer.
isVerbose() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentZoomOutButton
Returns true if clicking the button will print the resulting view
transformer.
isVerbose() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentZoomResetAction
Returns true if the action will print the resulting view transformer.
isVerbose() - Method in class ilog.cpl.equipment.action.toolbar.IlpEquipmentZoomResetButton
Returns true if clicking the button will print the resulting view
transformer.
isVerbose() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkZoomBackAction
Returns true if the action will print the resulting view transformer.
isVerbose() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkZoomBackButton
Returns true if clicking the button will print the resulting view
transformer.
isVerbose() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkZoomInAction
Returns true if the action will print the resulting view transformer.
isVerbose() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkZoomInButton
Returns true if clicking the button will print the resulting view
transformer.
isVerbose() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkZoomOutButton
Returns true if clicking the button will print the resulting view
transformer.
isVerbose() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkZoomResetAction
Returns true if the action will print the resulting view transformer.
isVerbose() - Method in class ilog.cpl.network.action.toolbar.IlpNetworkZoomResetButton
Returns true if clicking the button will print the resulting view
transformer.
isVerbose(IlvServletRequestParameters) - Method in class ilog.views.chart.servlet.IlvChartServletSupport
Returns whether verbose mode is enabled.
isVerbose(IlvServletRequestParameters) - Method in class ilog.views.gantt.servlet.IlvGanttServletSupport
Returns whether verbose mode is enabled.
isVerbose() - Method in class ilog.views.sdm.servlet.IlvSDMServlet
Returns true
if the servlet is in verbose mode.
isVerbose() - Method in class ilog.views.servlet.IlvManagerServlet
Returns true
if the servlet is on verbose mode.
isVerbose() - Method in class ilog.views.servlet.IlvManagerServletSupport
Returns true
if the servlet is on verbose mode.
isVerbose() - Method in class ilog.views.svg.servlet.IlvSVGManagerServlet
Returns true
if the servlet is in verbose mode.
isVerbose() - Method in class ilog.views.svg.servlet.IlvSVGManagerServletSupport
Returns true
if the servlet is in verbose mode.
isVertical() - Method in class ilog.tgo.graphic.renderer.IltShelfItemContainerBaseRenderer
Returns if the shelf container is vertical or not.
isVertical() - Method in class ilog.views.maps.beans.IlvCoordinateViewer
Returns the orientation of the display.
isVertical() - Method in class ilog.views.maps.beans.IlvJCoordinateViewer
Returns the orientation of the display.
isVertical() - Method in class ilog.views.maps.beans.IlvJMouseCoordinateViewer
Returns the orientation of the display.
isVertical() - Method in class ilog.views.prototypes.IlvScaleBehavior
Returns the vertical
parameter of this behavior.
isVertical() - Method in class ilog.views.prototypes.IlvTranslateBehavior
Returns the vertical
parameter of this behavior.
isVerticalLabelStacksGlyphs() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the property denoting the way vertical labels are built.
isVerticalScrollBarVisible() - Method in class ilog.cpl.equipment.renderer.IlpViewRenderer
Returns true
if the vertical scrollbar is visible.
isVerticalScrollBarVisible() - Method in class ilog.cpl.graph.IlpGraphView
Returns true if the vertical scrollbar is visible.
isVerticalScrollBarVisible() - Method in class ilog.cpl.IlpEquipment
Returns true
if the vertical scrollbar is visible.
isVerticalScrollBarVisible() - Method in class ilog.cpl.IlpNetwork
Returns true
if the vertical scrollbar is visible.
isVerticalScrollBarVisible() - Method in class ilog.cpl.network.renderer.IlpViewRenderer
Returns true
if the vertical scrollbar is visible.
isVerticalScrollbarVisible() - Method in class ilog.views.awt.IlvScrollManagerView
Returns true if the vertical scrollbar is visible.
isVerticalScrollBarVisible() - Method in class ilog.views.swing.IlvJScrollManagerView
Returns true
if the vertical scrollbar is visible.
isVetoed() - Method in class ilog.views.gantt.util.event.IlvPropertyEvent
Returns whether the property aboutToChange event has been
vetoed.
isViewable() - Method in class ilog.views.chart.accessibility.IlvAccessibleDataObject
Returns true if this data point can currently be displayed.
isViewable() - Method in class ilog.views.chart.accessibility.IlvAccessibleDataPoint
Returns true if this data point can currently be displayed.
isViewable() - Method in class ilog.views.chart.accessibility.IlvAccessibleDataSet
Returns true if this data set can currently be displayed.
isViewable() - Method in interface ilog.views.chart.accessibility.IlvChartAreaAccessible
Returns true if this element can currently be displayed.
isViewable() - Method in class ilog.views.chart.IlvChartRenderer
Indicates whether this renderer can be displayed.
isViewable() - Method in class ilog.views.chart.IlvScale
Indicates whether this scale can be displayed.
isViewable() - Method in class ilog.views.chart.renderer.IlvCompositeChartRenderer
Indicates whether this renderer can be displayed.
isViewBoxOn() - Method in class ilog.views.svg.SVGDocumentBuilderConfigurator
Returns the viewBox
policy.
isViewBoxOn() - Method in class ilog.views.svg.SVGDocumentReaderConfigurator
Returns the viewBox
policy.
isViewListenerPlugged() - Method in class ilog.views.sdm.IlvSDMEngine
Returns true if SDM reacts to View changes.
isViewResized() - Method in class ilog.views.gantt.event.VisibleDurationChangedEvent
Tests if the duration change is the result of a gui component that has
resized and changed its duration to maintain a constant zoom factor.
isVisibilityAdjusted() - Method in class ilog.views.gantt.scale.IlvTimeScale
Returns the time scale visibility adjusted status.
isVisible() - Method in interface ilog.cpl.css.IlpAttributeHeaderCustomization
Returns whether a column is visible in a table.
isVisible(IlpLayer) - Method in class ilog.cpl.equipment.IlpEquipmentView
isVisible(IlpLayer, IlvManagerView) - Method in class ilog.cpl.equipment.IlpEquipmentView
isVisible() - Method in class ilog.cpl.graph.background.IlpAbstractBackground
Returns whether the background will be visible.
isVisible(URL) - Method in class ilog.cpl.graph.background.IlpDefaultBackgroundSupport
Returns if the background identified by the provided URL
is
visible or not.
isVisible(IlvManagerLayer) - Method in class ilog.cpl.graph.IlpGraphView
Returns the global visibility of a layer.
isVisible(IlvManagerLayer, IlvManagerView) - Method in class ilog.cpl.graph.IlpGraphView
Returns the visibility of a layer in a view.
isVisible(URL) - Method in class ilog.cpl.graph.IlpGraphView
Returns the visibility of a particular background.
isVisible(URL) - Method in interface ilog.cpl.graphic.views.background.IlpBackgroundSupport
Deprecated.
Returns the visibility of a particular background.
isVisible(URL) - Method in class ilog.cpl.graphic.views.background.IlpDefaultBackgroundSupport
Deprecated.
Returns the visibility of a particular background.
isVisible(IlvManager) - Method in interface ilog.cpl.graphic.views.IlpLayer
Returns the visibility of this macro-layer in the manager.
isVisible(IlvManagerView) - Method in interface ilog.cpl.graphic.views.IlpLayer
Returns the visibility of this macro-layer in a view.
isVisible(URL) - Method in class ilog.cpl.IlpEquipment
Returns the visibility of a particular background.
isVisible(URL) - Method in class ilog.cpl.IlpNetwork
Returns the visibility of a particular background.
isVisible(IlpLayer) - Method in class ilog.cpl.network.IlpNetworkView
isVisible(IlpLayer, IlvManagerView) - Method in class ilog.cpl.network.IlpNetworkView
isVisible(IltcLayer) - Method in class ilog.tgo.composite.IltcCompositeManager
Returns the global visibility of a layer.
isVisible(IlvManagerView, IltcLayer) - Method in class ilog.tgo.composite.IltcCompositeManager
Returns the visibility of a layer in a given view.
isVisible(IlvManager) - Method in class ilog.tgo.composite.IltcLayer
Returns the visibility of this macro-layer in the manager.
isVisible(IlvManagerView) - Method in class ilog.tgo.composite.IltcLayer
Returns the visibility of this macro-layer in a view.
isVisible() - Method in class ilog.tgo.graphic.IltCompositeGraphic
Returns the visibility state.
isVisible(IlvTransformer) - Method in class ilog.tgo.graphic.IltGraphicElementAggregate
Deprecated.
Returns if this graphic element should be visible or not according to
the zoom level.
IsVisible - Static variable in class ilog.tgo.model.IltObject
isVisible(IltGraphicManager) - Method in class ilog.tgo.model.IltObject
isVisible() - Method in class ilog.views.appframe.event.IlvComponentVisibilityActionHandler
Determines whether the component associated with the action handler is
visible.
isVisible() - Method in interface ilog.views.appframe.swing.IlvDockingBarArea.DockingBarInfo
Determines whether the bar is visible.
isVisible() - Method in class ilog.views.chart.IlvChartDecoration
Indicates whether this decoration is visible.
isVisible() - Method in interface ilog.views.chart.IlvChartDrawable
Indicates whether this drawable is visible.
isVisible(IlvChartDrawable) - Method in class ilog.views.chart.IlvChartPrintContext
Returns whether the specified drawable object should be printed on this
page.
isVisible() - Method in class ilog.views.chart.IlvChartRenderer
Indicates whether this renderer is visible.
isVisible() - Method in class ilog.views.chart.IlvGrid
Indicates whether this grid is visible.
isVisible() - Method in class ilog.views.chart.IlvScale
Indicates whether this scale is visible.
isVisible() - Method in interface ilog.views.dashboard.IlvDashboardPanelManager
Tests if the panel is visible.
isVisible() - Method in class ilog.views.dashboard.IlvDashboardSymbol.Parameter
Returns true
if this symbol parameter appears
in the Dashboard Editor parameter table while the symbol is edited.
isVisible() - Method in class ilog.views.gantt.graphic.IlvActivityGraphic
Returns true
if the object is visible.
isVisible() - Method in class ilog.views.gantt.graphic.IlvConstraintGraphic
Returns true
if the link is visible.
isVisible() - Method in class ilog.views.gantt.graphic.IlvGanttRow
Returns the visibility of the row.
isVisible(IlvHierarchyNode) - Method in class ilog.views.gantt.IlvVerticalDisplayController
Returns whether the specified node is visible.
isVisible(IlvHierarchyNode) - Method in interface ilog.views.gantt.IlvVerticalExpansionMaster
Return whether the specified row is visible.
isVisible() - Method in class ilog.views.gantt.scale.IlvTimeScaleRow
This method indicates whether the row is visible.
isVisible() - Method in class ilog.views.gantt.servlet.IlvJHiddenPrintWindow
Deprecated.
Returns whether this window is visible.
isVisible(IlvHierarchyNode) - Method in class ilog.views.gantt.swing.IlvJTree
Returns whether the specified row is visible.
isVisible() - Method in class ilog.views.graphic.composite.IlvCompositeGraphic
Returns true
when this graphic set is visible and at least
one graphic object of this set is visible.
isVisible() - Method in interface ilog.views.graphic.composite.layout.IlvAttachable
Returns true
when this component is visible.
isVisible() - Method in class ilog.views.graphic.composite.layout.IlvAttachableGraphic
Returns true
when this component is visible.
isVisible() - Method in class ilog.views.graphic.IlvGraphicHandleSelection
Returns true if the object is visible.
isVisible() - Method in class ilog.views.hypergraph.edgeconnector.IlvHyperGrapherPin
Returns whether the pin is visible.
isVisible() - Method in class ilog.views.IlvGraphic
Tests whether this graphic object is visible.
isVisible() - Method in class ilog.views.IlvGrid
Sets the grid as visible or invisible.
isVisible(IlvManagerLayer, IlvManagerView) - Method in class ilog.views.IlvLayerVisibilityFilter
Checks the visibility of
a layer.
isVisible(int) - Method in class ilog.views.IlvManager
Returns the visibility of the specified layer.
isVisible(IlvManagerView, int) - Method in class ilog.views.IlvManager
Returns true
if the layer is visible in the specified view.
isVisible(IlvGraphic) - Method in class ilog.views.IlvManager
Returns true
if the specified object is visible.
isVisible(IlvGraphic, IlvManagerView) - Method in class ilog.views.IlvManager
Returns true
if the object is visible in the manager view.
isVisible() - Method in class ilog.views.IlvManagerLayer
Returns true
if the layer is visible in the manager.
isVisible(IlvManagerView) - Method in class ilog.views.IlvManagerLayer
Returns true
if the layer is visible in the specified view.
isVisible(int) - Method in class ilog.views.IlvManagerView
Returns the visibility of the specified layer in the
view.
isVisible() - Method in class ilog.views.IlvSelection
Returns true if the object is visible.
isVisible(IlvManagerLayer, IlvManagerView) - Method in class ilog.views.IlvZoomFactorVisibilityFilter
Returns true
if the zoom factor of the layer in the argument
view
is between
the maximum and the minimum zoom factors.
isVisible(double) - Method in class ilog.views.maps.defense.terrain.IlvLineOfVisibility
Returns whether or not the point located at a certain distance is visible
to the observer using the current line of visibility parameters.
isVisible(IlvTransformer) - Method in class ilog.views.maps.graphic.IlvMapLabel
Checks the visibility of the label at transformer
transformer
.
isVisible(IlvManagerView) - Method in class ilog.views.maps.grids.IlvAbstractBaseGrid
Returns true
if the layer is visible in the specified view.
isVisible(IlvManagerLayer, IlvManagerView) - Method in class ilog.views.maps.IlvScaleVisibilityFilter
Returns true if the scale of the layer in the argument view
is between
the maximum and the minimum scales.
isVisible(IlvManagerView) - Method in class ilog.views.maps.label.IlvMapDefaultLabeler.LabelLayer
Returns true
if the layer is visible in the specified view.
isVisible() - Method in class ilog.views.prototypes.IlvGraphicElement
Returns the visibility of the object.
isVisible(IlvManagerLayer, IlvManagerView) - Method in class ilog.views.sdm.renderer.maps.IlvImageTileLoader
Returns true
when the zoom level of the view
is between the minimum and maximum zoom of this image tile loader.
isVisible() - Method in class ilog.views.symbology.palettes.IlvPaletteSymbolParameter
Returns true
if this symbol parameter is considered visible.
isVisible(IlvManagerView) - Method in class ilog.views.tiling.IlvTiledLayer
Returns true
if the layer is visible in the specified view.
isVisibleFrom(IlvGraphic) - Method in class ilog.views.hypergraph.IlvHyperEdge
Returns true if the input node is a visible origin node of this
hyperedge.
isVisibleIn3DView() - Method in class ilog.views.maps.graphic.style.IlvMapStyle
Retrieves the VisibleIn3DView property value.
isVisibleInLegend() - Method in class ilog.views.chart.IlvChartRenderer
Indicates whether the renderer creates a legend item.
isVisibleInOverview() - Method in class ilog.views.maps.graphic.style.IlvMapStyle
Retrieves the VisibleInOverview property value.
isVisibleInSystemWindow() - Method in interface ilog.cpl.css.IlpAttributeCustomization
Returns whether an attribute should be added
to the System Window or not.
isVisibleInTree() - Method in class ilog.views.maps.graphic.style.IlvMapStyle
Indicates whether or not the layer should be visible in the layer tree.
isVisibleInView() - Method in class ilog.views.maps.graphic.style.IlvMapStyle
Retrieves the VisibleInView property value.
isVisibleRangeEvent() - Method in class ilog.views.chart.event.AxisRangeEvent
Indicates whether this event describes a change in the visible range.
isVisibleTo(IlvGraphic) - Method in class ilog.views.hypergraph.IlvHyperEdge
Returns true if the input node is a visible destination node of this
hyperedge.
isWaitCursorDuringLayout() - Method in class ilog.views.graphlayout.swing.IlvJGraphLayoutProgressBar
Returns true
if the display during the layout process of
a wait cursor on the component specified using the method
setWaitOnComponent
is enabled.
isWaitingForAdjustmentEnd(IlvHyperEdge) - Method in class ilog.views.hypergraph.IlvHyperGrapher
Returns true
if the hyperedge is registered as waiting
for adjustment end notification.
isWeekendDisplayed() - Method in class ilog.views.gantt.graphic.grid.IlvWeekendGrid
Returns whether weekends are displayed.
isWheelScrollingEnabled() - Method in class ilog.cpl.equipment.renderer.IlpViewRenderer
Indicates whether or not scrolling will take place in response to movement
of the mouse wheel.
isWheelScrollingEnabled() - Method in class ilog.cpl.network.renderer.IlpViewRenderer
Indicates whether or not scrolling will take place in response to movement
of the mouse wheel.
isWheelScrollingEnabled() - Method in class ilog.views.awt.IlvScrollManagerView
Indicates whether or not scrolling will take place in response to movement
of the mouse wheel.
isWheelScrollingEnabled() - Method in class ilog.views.swing.IlvJScrollManagerView
Indicates whether or not scrolling will take place in response to movement
of the mouse wheel.
isWheelZoomingEnabled() - Method in class ilog.cpl.equipment.renderer.IlpViewRenderer
Indicates whether or not zooming will take place in response to movement
of the mouse wheel plus control key pressed.
isWheelZoomingEnabled() - Method in class ilog.cpl.network.renderer.IlpViewRenderer
Indicates whether or not zooming will take place in response to movement
of the mouse wheel plus control key pressed.
isWheelZoomingEnabled() - Method in class ilog.views.IlvManagerView
Indicates whether or not zooming will take place in response to movement
of the mouse wheel plus control key pressed.
isWheelZoomingInverted() - Method in class ilog.views.IlvManagerView
Returns true
when mouse wheel zooming is inverted.
IsWhitespace(String) - Static method in class ilog.views.appframe.util.IlvUtil
Determines whether the specified string is composed of white characters.
isWireFrameMode() - Method in class ilog.views.maps.defense.terrain3d.view.Ilv3DView
Returns whether this Ilv3DView
is rendered in wire frame
mode or not.
isWordWrapMode() - Method in interface ilog.cpl.css.IlpObjectCustomization
isWritable() - Method in class ilog.views.prototypes.IlvActionBehavior
Deprecated.
Returns false
isWritable() - Method in class ilog.views.prototypes.IlvBehavior
Returns true
if this behavior object is activated when values
are set.
isWritable() - Method in class ilog.views.prototypes.IlvConnectBehavior
Returns false
isWritable() - Method in class ilog.views.prototypes.IlvExportOutputBehavior
Returns false
isWritable() - Method in class ilog.views.prototypes.IlvExpressionBehavior
Returns false
isWritable() - Method in class ilog.views.prototypes.IlvJavaBehavior
Returns true
if the setMethod
argument passed to
the constructor was not set to "none"
.
isWriteDBF() - Method in class ilog.views.maps.export.IlvShapeExporter
Returns whether DBF file are written along with SHP files or not.
isWriteUserSettings() - Method in class ilog.views.appframe.swing.docking.IlvDockingArea
Determines whether this docking area saves the current layout
of its dockable panes in the user settings when the application
is closing.
isWritingObjects() - Method in class ilog.views.maps.IlvMapOutputStream
Tests if the output stream writes layers or not.
isWritten(IlvGraphic) - Method in class ilog.views.graphlayout.IlvGraphLayoutLinkProperty
Returns true
if the writing of the input node or link was
completed.
isWritten(IlvGraphic) - Method in class ilog.views.graphlayout.IlvGraphLayoutNodeProperty
Returns true
if the writing of the input node or link was
completed.
isWritten(IlvGraphic) - Method in class ilog.views.graphlayout.labellayout.IlvLabelLayoutLabelProperty
Returns true
if the writing of the input label was
completed.
isXAxis() - Method in class ilog.views.chart.IlvAxis
Tells whether this axis is an abscissa axis.
isXAxisReversed() - Method in class ilog.views.chart.IlvChart
Indicates whether the x-axis is reversed.
isXEditAllowed() - Method in class ilog.views.chart.interactor.IlvChartEditPointInteractor
Returns whether modification along the x-axis is allowed.
isXGridVisible() - Method in class ilog.views.chart.IlvChart
Returns whether the abscissa grid is visible.
isXORGhost() - Method in class ilog.cpl.graph.action.toolbar.IlpGraphInteractorButton
Returns the ghost drawing mode.
isXORGhost() - Method in class ilog.views.chart.IlvChartInteractor
Returns whether the interactor draws its ghost in XOR mode.
isXORGhost() - Method in class ilog.views.IlvManagerViewInteractor
Returns the ghost drawing mode.
isXORGhost() - Method in class ilog.views.interactor.IlvDragRectangleInteractor
Returns the ghost drawing mode.
isXORGhost() - Method in class ilog.views.interactor.IlvMakePolyPointsInteractor
Returns the ghost drawing mode.
isXORGhost() - Method in class ilog.views.interactor.IlvMakeRectangleInteractor
Returns the ghost drawing mode.
isXORGhost() - Method in class ilog.views.interactor.IlvMoveRectangleInteractor
Returns the ghost drawing mode.
isXORGhost() - Method in class ilog.views.interactor.IlvRotateInteractor
Returns the ghost drawing mode.
isXORGhost() - Method in class ilog.views.interactor.IlvSelectInteractorMoveSelection
Returns the ghost drawing mode.
isXORGhost() - Method in class ilog.views.interactor.IlvSelectInteractorMultipleSelection
Returns the ghost drawing mode.
isXPanAllowed() - Method in class ilog.views.chart.faces.interactor.IlvChartPanInteractor
Returns true
if the user can zoom along the x-axis.
isXPanAllowed() - Method in class ilog.views.chart.interactor.IlvChartPanInteractor
Returns whether panning along the X-axis is allowed.
isXRangeIncludingUndefinedPoints() - Method in class ilog.views.chart.data.IlvAbstractDataSet
Returns true if points with an undefined y value are included when
computing the x range.
isXScaleVisible() - Method in class ilog.views.chart.IlvChart
Returns whether the abscissa scale is visible.
isXSlotNumbersOnTop() - Method in interface ilog.tgo.css.IltObjectCustomization
Returns the position for the slot numbers along the x-axis.
isXTimeSeries(IlvDataSet) - Static method in class ilog.views.chart.data.IlvDataSetProperty
Returns the value of the XTimeSeries
property for the specified data set.
isXValuesSorted() - Method in class ilog.views.chart.data.IlvAbstractDataSet
Indicates whether the X values of the data points managed by
this data set are sorted into ascending order.
isXValuesSorted() - Method in class ilog.views.chart.data.IlvCombinedDataSet
Indicates whether the X values of the data points managed by
this data set are sorted by increasing order.
isXValuesSorted() - Method in class ilog.views.chart.data.IlvCyclicDataSet
Indicates whether the X values held by this data set are sorted
in ascending order.
isXValuesSorted() - Method in interface ilog.views.chart.data.IlvDataSet
Indicates whether the X values of the data points managed by
this data set are sorted into ascending order.
isXValuesSorted() - Method in class ilog.views.chart.data.IlvDefaultDataSet
Indicates whether the X values held by this data set are sorted
in ascending order.
isXValuesSorted() - Method in class ilog.views.chart.data.IlvFilterDataSet
This method may be overridden in subclasses.
isXValuesSorted() - Method in class ilog.views.chart.data.IlvFunctionDataSet
Indicates whether the X values of the data points managed by
this data set are sorted into increasing order.
isXValuesSorted() - Method in class ilog.views.chart.data.IlvMovingAvgDataSet
Returns true
if the referenced data set provides sorted
X values.
isXValuesSorted() - Method in class ilog.views.chart.data.IlvXSortedDataSet
The implementation here always returns true
.
isXZoomAllowed() - Method in class ilog.views.chart.action.IlvChartZoomAction
Returns whether zooming along the x-axis is allowed.
isXZoomAllowed() - Method in class ilog.views.chart.faces.interactor.IlvChartZoomInteractor
Returns true
if the user can zoom along the x-axis.
isXZoomAllowed() - Method in class ilog.views.chart.interactor.IlvChartZoomInteractor
Returns whether zooming along the X-axis is allowed.
isYAxis() - Method in class ilog.views.chart.IlvAxis
Tells whether this axis is an ordinate axis.
isYAxisReversed() - Method in class ilog.views.chart.IlvChart
Indicates whether the main y-axis is reversed.
isYAxisReversed() - Method in class ilog.views.schedule.IlvScheduleDataChart
Indicates whether the y-axis is reversed.
isYearMode() - Method in class ilog.views.gantt.scale.IlvQuarterTimeScaleRow
Returns whether the displayed label contains the year or not.
isYEditAllowed() - Method in class ilog.views.chart.interactor.IlvChartEditPointInteractor
Returns whether modification along the y-axis is allowed.
isYGridVisible() - Method in class ilog.views.chart.IlvChart
Returns whether the grid associated with the y-axis of index 0 is visible.
isYGridVisible() - Method in class ilog.views.schedule.IlvScheduleDataChart
Returns whether the grid associated with the y-axis is visible.
isYPanAllowed() - Method in class ilog.views.chart.faces.interactor.IlvChartPanInteractor
Returns true
if the user can zoom along the y-axis.
isYPanAllowed() - Method in class ilog.views.chart.interactor.IlvChartPanInteractor
Returns whether panning along the Y-axis is allowed.
isYScaleVisible() - Method in class ilog.views.chart.IlvChart
Returns whether the scale connected to the y-axis of index 0 is visible.
isYScaleVisible() - Method in class ilog.views.schedule.IlvScheduleDataChart
Returns whether the scale connected to the y-axis is visible.
isYTimeSeries(IlvDataSet) - Static method in class ilog.views.chart.data.IlvDataSetProperty
Returns the value of the YTimeSeries
property for the specified data set.
isYZoomAllowed() - Method in class ilog.views.chart.action.IlvChartZoomAction
Returns whether zooming along the y-axis is allowed.
isYZoomAllowed() - Method in class ilog.views.chart.faces.interactor.IlvChartZoomInteractor
Returns true
if the user can zoom along the y-axis.
isYZoomAllowed() - Method in class ilog.views.chart.interactor.IlvChartZoomInteractor
Returns whether zooming along the Y-axis is allowed.
isZAnnotationColorVarying() - Method in class ilog.views.chart.IlvChart3DView
Returns true
if the text annotations along the depth axis
take the color of the corresponding data series.
isZAnnotationVisible() - Method in class ilog.views.chart.IlvChart3DView
Indicates whether text annotations are displayed along the depth axis.
isZGridVisible() - Method in class ilog.views.chart.IlvChart3DView
Indicates whether z grid lines are drawn.
isZoomable() - Method in class ilog.views.graphic.IlvExpandCollapseMarker
Returns whether the marker follows the zoom level.
isZoomable() - Method in class ilog.views.maps.beans.editor.IlvDecorationPropertyEditor.PredefinedDecoration
Returns true
if this path decoration is zoomable.
isZoomable() - Method in class ilog.views.maps.graphic.IlvMultiPathDecoration
Returns true
if this path decoration is zoomable.
isZoomable() - Method in class ilog.views.maps.graphic.IlvOutlinedPathDecoration
Returns true
if this path decoration is zoomable.
isZoomable() - Method in interface ilog.views.maps.graphic.IlvPathDecoration
Returns true
if this path decoration is zoomable.
isZoomable() - Method in class ilog.views.maps.graphic.IlvShapedPathDecoration
Returns true
if this path decoration is zoomable.
isZoomable() - Method in class ilog.views.maps.graphic.IlvShapeEndedPathDecoration
Returns true
if this path decoration is zoomable.
isZoomable() - Method in class ilog.views.maps.graphic.IlvStrokedPathDecoration
Returns true
if this path decoration is zoomable.
isZoomable() - Method in class ilog.views.maps.rendering.IlvMapTextRenderer
Tests if the text objects being rendered are zoomable.
isZoomAllowed() - Method in class ilog.views.gantt.scale.IlvTimeScale
Tests if click-move-click zooming with the mouse is allowed.
isZoomIn() - Method in class ilog.views.chart.action.IlvChartZoomAction
Returns whether the zoom action is a zoom in or zoom out.
isZoomInButtonAvailable() - Method in class ilog.views.awt.IlvManagerViewControlBar
Returns true
if the Zoom in tool is available.
isZoomInButtonAvailable() - Method in class ilog.views.swing.IlvJManagerViewControlBar
Returns true
if the Zoom in tool is available.
isZoomingOut() - Method in class ilog.views.chart.interactor.IlvChartZoomInteractor
Returns whether the interactor is in a zoomOut
process.
isZoomLevelModificationEnabled() - Method in class ilog.views.print.IlvManagerPrintableDocument
Returns true
if the zoom level used for printing
can be changed from the dialog box.
isZoomMode() - Method in class ilog.views.diagrammer.IlvDiagrammer
Returns true
if zooming is currently enabled.
isZoomOutAllowed() - Method in class ilog.views.chart.interactor.IlvChartZoomInteractor
Returns whether zooming out is allowed.
isZoomOutButtonAvailable() - Method in class ilog.views.awt.IlvManagerViewControlBar
Returns true
if the Zoom out button is available.
isZoomOutButtonAvailable() - Method in class ilog.views.swing.IlvJManagerViewControlBar
Returns true
if the Zoom button is available.
isZoomViewButtonAvailable() - Method in class ilog.views.awt.IlvManagerViewControlBar
Returns true
if Zoom view tool is available.
isZoomViewButtonAvailable() - Method in class ilog.views.swing.IlvJManagerViewControlBar
Returns true
if the Zoom view tool is available.
isZOrdering() - Method in class ilog.views.IlvIndexedSet
Returns whether Z-ordering is enabled.
ITEM_DISABLED_STYLE_CLASS - Static variable in interface ilog.views.faces.IlvFacesConstants
The CSS class name used by the pop-up menu for a disabled menu item.
ITEM_END - Static variable in class ilog.views.util.servlet.IlvAbstractServerActionParser
The constant for representing "]".
ITEM_HIGHLIGHTED_STYLE_CLASS - Static variable in interface ilog.views.faces.IlvFacesConstants
The CSS class name used by the pop-up menu for a highlighted menu item.
ITEM_PICKING - Static variable in interface ilog.views.chart.faces.IlvChartConstants
The constant describing the item picking mode.
ITEM_PICKING - Static variable in class ilog.views.chart.interactor.IlvChartDataInteractor
The constant describing the precise item picking mode.
ITEM_PICKING - Static variable in class ilog.views.chart.servlet.IlvPickPointAction
The constant describing the item picking mode.
ITEM_START - Static variable in class ilog.views.util.servlet.IlvAbstractServerActionParser
The constant for representing "[".
ITEM_STYLE_CLASS - Static variable in interface ilog.views.faces.IlvFacesConstants
The CSS class name used by the pop-up menu for a menu item.
itemClicked(LegendEvent) - Method in interface ilog.views.chart.event.LegendListener
Invoked when a click occurred on an item of the legend.
itemClicked(IlvLegendItem) - Method in class ilog.views.chart.IlvLegend
Called when a legend item has been clicked.
itemClickMayMoveLegend(IlvLegendItem) - Method in class ilog.views.chart.IlvLegend
Called when a mouse button has been pressed on a legend item.
iterator() - Method in class ilog.views.dashboard.IlvDashboardDiagram
This method implements the Iterable
interface.
iterator() - Method in class ilog.views.dashboard.IlvDashboardSymbol
Returns an iterator that you use to run over the collection of parameters
contained in this dashboard symbol.
iterator() - Method in class ilog.views.util.collections.IlvHashTreeList
Returns an iterator over the elements in this list in proper sequence.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _