Package | Description |
---|---|
ilog.tgo.composite |
Provides the classes for handling the zoom policies and the layer policies.
|
ilog.tgo.swing |
Provides Swing classes necessary to create an application mixing JTGO and Swing.
|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.animation |
This package contains utilities to show animated transitions
between two states of a Rogue Wave JViews manager.
|
ilog.views.chart.graphic |
Provides classes to customize the graphical aspect of a chart.
|
ilog.views.graphic |
Contains the predefined graphic objects of JViews.
|
ilog.views.graphic.composite |
Provides classes for creating Composite Graphics.
|
ilog.views.graphic.composite.decoration |
Provides predefined decorations.
|
ilog.views.graphic.linkbundle |
Provides a grapher link that stores and represents a bundle
of individual links ("sublinks").
|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.defense.symbology.app6a |
This package contains classes to manage APP6a (MIL-STD-2525B) Symbols.
|
ilog.views.maps.symbology.swing |
This package contains Swing components that help in manipulating the
symbology.
|
ilog.views.prototypes |
Provides legacy facilities that allow you to define custom graphic objects
easily.
|
ilog.views.sdm.graphic |
Contains specialized graphic objects used
by the SDM component.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
Modifier and Type | Method and Description |
---|---|
void |
IltcGraphicElementAggregate.apply(IlvApplyObject f,
Object arg)
Recursively applies a function to all leaves.
|
void |
IltcCompositeGraphic.apply(IlvApplyObject f,
Object arg)
Recursively applies a function to all leaves.
|
protected void |
IltcCompositeManager.applyToLayoutProxy(IltcCompositeGraphic graphic,
IlvGraphic proxy,
IlvApplyObject f,
Object arg)
Applies a function f, with a proxy object temporarily removed from the
manager.
|
protected void |
IltcCompositeGrapher.applyToLayoutProxy(IltcCompositeGraphic graphic,
IlvGraphic proxy,
IlvApplyObject f,
Object arg)
Applies a function f, with a proxy object temporarily removed from the
manager.
|
void |
IltcCompositeManager.applyToObject(IltcCompositeGraphic graphic,
IlvApplyObject f,
Object arg)
Applies a method to all leaves of a composite object.
|
void |
IltcLayer.map(IlvApplyObject f,
Object arg)
Applies a function to all the objects in the set.
|
void |
IltcLayer.mapInside(IlvRect rect,
IlvRect trect,
IlvApplyObject f,
Object arg,
IlvTransformer t)
Applies a function to all objects located in a specified rectangle.
|
void |
IltcLayer.mapIntersects(IlvRect rect,
IlvRect trect,
IlvApplyObject f,
Object arg,
IlvTransformer t)
Applies a function to all objects with a bounding box that intersects
a specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
IltComponentGraphic.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Deprecated.
Implementation of the
IlvGraphicBag interface. |
Modifier and Type | Method and Description |
---|---|
void |
IlvManager.applyToObject(IlvGraphic obj,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to a graphic object.
|
void |
IlvGraphicBag.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to a graphic object of the bag.
|
void |
IlvManager.applyToObjects(IlvGraphicEnumeration enumeration,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to many graphic objects.
|
void |
IlvManager.applyToObjects(IlvGraphicVector vector,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to many graphic objects.
|
static void |
IlvExpandCollapseUtil.expandOrCollapse(IlvManager manager,
IlvExpandCollapseUtil.CustomAdjustmentPolicy policy,
int mode,
boolean collapse,
IlvApplyObject collapseApply,
IlvTransformer t,
boolean redraw)
Expands or collapses the input manager and adjusts the remaining
nodes and links to avoid overlaps.
|
void |
IlvManager.map(IlvApplyObject f,
Object arg)
Applies a function on all objects of the manager.
|
void |
IlvIndexedSet.map(IlvApplyObject f,
Object arg)
Applies a function to all the objects in the set.
|
void |
IlvManager.map(IlvApplyObject f,
Object arg,
boolean traverse)
Applies a function on all objects of the manager.
|
void |
IlvManager.mapInside(IlvApplyObject f,
Object arg,
IlvRect rect,
IlvTransformer t)
Applies a function on all objects of the manager that are inside
the specified rectangle.
|
void |
IlvManager.mapInside(IlvApplyObject f,
Object arg,
IlvRect rect,
IlvTransformer t,
boolean traverse)
Applies a function on all objects of the manager that are inside
the specified rectangle.
|
void |
IlvIndexedSet.mapInside(IlvRect rect,
IlvRect trect,
IlvApplyObject f,
Object arg,
IlvTransformer t)
Applies a function to all objects located in a specified rectangle.
|
void |
IlvIndexedSet.mapInside(IlvRect rect,
IlvRect trect,
IlvApplyObject f,
Object arg,
IlvTransformer t,
boolean traverse)
Applies a function to all objects located in a specified rectangle.
|
void |
IlvManager.mapIntersects(IlvApplyObject f,
Object arg,
IlvRect rect,
IlvTransformer t)
Applies a function on all objects of the manager that intersect
the specified rectangle.
|
void |
IlvManager.mapIntersects(IlvApplyObject f,
Object arg,
IlvRect rect,
IlvTransformer t,
boolean traverse)
Applies a function on all objects of the manager that intersect
the specified rectangle.
|
void |
IlvIndexedSet.mapIntersects(IlvRect rect,
IlvRect trect,
IlvApplyObject f,
Object arg,
IlvTransformer t)
Applies a function to all objects with a bounding box that intersects a
specified rectangle.
|
void |
IlvIndexedSet.mapIntersects(IlvRect rect,
IlvRect trect,
IlvApplyObject f,
Object arg,
IlvTransformer t,
boolean traverse)
Applies a function to all objects with a bounding box that intersects a
specified rectangle.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvLinkImageAnimator
An
IlvLinkImageAnimator allows you to animate changes in the
shape of an IlvLinkImage in an IlvManager . |
Modifier and Type | Method and Description |
---|---|
void |
IlvGraphicDecoration.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to a graphic object of the bag.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGraphicSet.applyToObject(IlvGraphic obj,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to an object of the bag.
|
void |
IlvGraphicHandleSelection.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to a graphic object of the bag.
|
void |
IlvGraphicHandleBag.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to a graphic object of the bag.
|
void |
IlvDoubleGraphicHandleBag.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to a graphic object of the bag.
|
protected void |
IlvGraphicSet.applyToObjectImpl(IlvGraphic obj,
IlvApplyObject f,
Object arg,
boolean redraw)
Implementation to apply a method to an object of the bag.
|
protected IlvRect |
IlvGraphicSet.invalidateAndApplyToObject(IlvGraphic obj,
IlvApplyObject f,
Object arg,
IlvRect objBBoxOld,
IlvRect objBBoxNew)
Invalidate the layout of this object when doing
IlvGraphicSet.applyToObject(ilog.views.IlvGraphic, ilog.views.IlvApplyObject, java.lang.Object, boolean)
to the input object. |
Modifier and Type | Method and Description |
---|---|
void |
IlvCompositeLink.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to a graphic object of the bag.
|
protected IlvRect |
IlvCompositeGraphic.invalidateAndApplyToObject(IlvGraphic obj,
IlvApplyObject f,
Object arg,
IlvRect objBBoxOld,
IlvRect objBBoxNew)
Invalidate the layout of this object when doing
IlvGraphicSet.applyToObject(ilog.views.IlvGraphic, ilog.views.IlvApplyObject, java.lang.Object, boolean)
to the input object. |
Modifier and Type | Method and Description |
---|---|
void |
IlvDefaultGraphicManagerFrame.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to a graphic object of the bag.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvLinkBundle.applyToObject(IlvGraphic obj,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to an object of this bag, that is to a sublink
of this link bundle.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultAltitudeProvider
This class defines the default altitude provider for an
IlvManager containing cartographic data. |
Modifier and Type | Method and Description |
---|---|
void |
IlvApp6aSymbologyTreeViewActions.createSymbol(IlvSDMModel model,
Object group,
IlvApplyObject applier)
Creates a new symbol interactively.
|
void |
IlvApp6aSymbologyTreeViewActions.editSymbol(IlvSDMModel model,
Object node,
IlvApplyObject applier)
Shows an app6a symbol edition dialog
|
void |
IlvApp6aSymbologyTreeViewActions.editSymbology(IlvSDMModel model,
IlvApplyObject applier)
Not implemented
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSymbologyTreeViewActions.createGroup(IlvSDMModel model,
Object parentgroup,
IlvApplyObject applier)
Creates a new group interactively.
|
void |
IlvAbstractGroupTreeViewActions.createGroup(IlvSDMModel model,
Object parentgroup,
IlvApplyObject applier)
Creates a group.
|
void |
IlvSymbologyTreeViewActions.createSymbol(IlvSDMModel model,
Object group,
IlvApplyObject applier)
Creates a new symbol interactively.
|
void |
IlvSymbologyTreeViewActions.editGroup(IlvSDMModel model,
Object group,
IlvApplyObject applier)
Edits a specific group.
|
void |
IlvAbstractGroupTreeViewActions.editGroup(IlvSDMModel model,
Object group,
IlvApplyObject applier)
Renames a group.
|
void |
IlvSymbologyTreeViewActions.editSymbol(IlvSDMModel model,
Object node,
IlvApplyObject applier)
Edits a specific symbol.
|
void |
IlvSymbologyTreeViewActions.editSymbology(IlvSDMModel model,
IlvApplyObject applier)
Edits the entire symbology as a whole.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGraphicElement.apply(IlvApplyObject applyObj,
Object arg,
boolean redraw)
This method can be used to directly modify the graphic object that this
graphic element contains.
|
void |
IlvPrototypeBeanSupport.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Implementation of the
IlvGraphicBag interface. |
Modifier and Type | Method and Description |
---|---|
void |
IlvGeneralLink.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to a graphic object of the bag.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSubGraphRenderer.GraphicManagerFrame.applyToObject(IlvGraphic graphic,
IlvApplyObject f,
Object arg,
boolean redraw)
Applies a method to a graphic object of the bag.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.