Package | Description |
---|---|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.cpl.graph.util |
Contains utility classes for both the
IlpNetwork and IlpEquipment components. |
ilog.cpl.graphic |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.graphic.attachment |
Deprecated Provides classes and interfaces to define attachment rules for graphic
objects.
|
ilog.cpl.graphic.component |
Deprecated Provides predefined graphic objects based on Swing components.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
ilog.cpl.sdm.binding | |
ilog.cpl.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
ilog.cpl.style.key |
Deprecated Provides a set of keys used to identify values within styles.
|
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.cpl.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
ilog.tgo.css |
Contains basic classes to provide the customization of JTGO predefined business objects using CSS.
|
Modifier and Type | Method and Description |
---|---|
IlpPosition |
IlpEquipmentView.getRelativePosition(IlpPoint point,
IlpRepresentationObject repObj)
Deprecated.
Please use
IlpRelativePositionUtil instead. |
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpGraphView.getAttribute(IlpPoint viewLocation)
Returns the
IlpAttribute object at the given position
in this object. |
IlpGraphic |
IlpGraphView.getGraphic(IlpPoint viewLocation)
Returns the
IlpGraphic object at the given position in this
object. |
IlpGraphic |
IlpGraphView.getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object.
|
IlpRepresentationObject |
IlpGraphView.getRepresentationObject(IlpPoint viewLocation)
Returns the
IlpRepresentationObject at the given position in
this object. |
Modifier and Type | Method and Description |
---|---|
static IlpPosition |
IlpRelativePositionUtil.GetRelativePosition(IlpPoint point,
IlpRepresentationObject repObj,
IlpGraphView view)
Converts the given view position
point
into a position relative to the given representation object,
that can correspond to an
IltShelf , IltCardCarrier , or an
IltCardItemContainer business object. |
static IlpPosition |
IlpRelativePositionUtil.GetRelativePosition(IlpPoint point,
IltObject obj,
IlpGraphView view)
Converts the given view position
point
into a position relative to the given representation object,
that can correspond to an
IltShelf , IltCardCarrier , or an
IltCardItemContainer business object. |
Modifier and Type | Class and Description |
---|---|
class |
IlpRelativePoint
This class implements a relative point that can be used as a
position in the network or the equipment component.
|
Modifier and Type | Method and Description |
---|---|
IlpPoint |
IlpCompositeGraphic.getCenterPoint(double rectx,
double recty,
double rectw,
double recth)
Deprecated.
Returns the center point of the object considering the given base
rectangle.
|
IlpPoint |
IlpLeafGraphic.getHotSpot()
Returns the hotspot.
|
IlpPoint |
IlpCompositeGraphic.getTopLeftLocation(double centerx,
double centery,
double width,
double height)
Deprecated.
Returns the location of the top left point of the graphic considering the
given center point.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpGraphicView.getAttribute(IlpPoint viewLocation)
Returns the
IlpAttribute at the given position in
this object. |
IlpGraphic |
IlpGraphicView.getGraphic(IlpPoint viewLocation)
Returns the
IlpGraphic object at the given position in this object. |
IlpGraphic |
IlpGraphicView.getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object.
|
IlpGraphic |
IlpCompositeGraphic.getInnermostGraphic(IlpPoint viewLocation)
Deprecated.
Returns the innermost graphic at the given position in this object.
|
IlpRepresentationObject |
IlpGraphicView.getRepresentationObject(IlpPoint viewLocation)
Returns the
IlpRepresentationObject at the given position in
this object. |
Modifier and Type | Method and Description |
---|---|
IlpPoint |
IlpOffsetAttachment.compute()
Deprecated.
Calculates the reference point given the location and
offset.
|
IlpPoint |
IlpIdentityAttachment.compute()
Deprecated.
Calculates the reference position.
|
IlpPoint |
IlpAttachment.compute()
Deprecated.
Returns the value of this formula.
|
IlpPoint |
IlpOffsetAttachment.getOffset()
Deprecated.
Returns the offset being used in the attachment.
|
abstract IlpPoint |
IlpAttachmentLocation.getValue(IlpAttachable graphic)
Deprecated.
Gets the value of the location.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
IlpAttachmentLocation.setValue(IlpAttachable graphic,
IlpPoint value)
Deprecated.
Sets the value of the location, by moving the element.
|
Modifier and Type | Method and Description |
---|---|
IlpPoint |
IlpInfoBalloon.getHotSpot()
Deprecated.
The hotspot is the corner of the pointer relative to
getAttachmentBounds() . |
IlpPoint |
IlpAlarmBalloon.getHotSpot()
Deprecated.
The hotspot is the corner of the pointer relative to
getAttachmentBounds() . |
Modifier and Type | Method and Description |
---|---|
IlpPoint |
IlpViewActionEvent.getPosition()
Returns the mouse position where the interaction ended.
|
IlpPoint |
IlpObjectActionEvent.getPosition()
Returns the mouse position where the interaction ended.
|
IlpPoint |
IlpInteractionContext.getPosition()
Returns the location where a gesture ended, in view coordinates.
|
IlpPoint |
IlpDefaultInteractionContext.getPosition()
Returns the location where a gesture ended, in view coordinates.
|
IlpPoint |
IlpViewActionEvent.getStartingPosition()
Returns the mouse position where the interaction started.
|
IlpPoint |
IlpObjectActionEvent.getStartingPosition()
Returns the mouse position where the interaction started.
|
IlpPoint |
IlpInteractionState.getStartingPosition()
Returns the location where a gesture started, in view coordinates.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpInteractionContext.setPosition(IlpPoint position)
Sets the location where a gesture ended, in view coordinates.
|
void |
IlpDefaultInteractionContext.setPosition(IlpPoint position)
Sets the location where a gesture ended, in view coordinates.
|
void |
IlpInteractionState.setStartingPosition(IlpPoint startingPosition)
Sets the location where a gesture started, in view coordinates.
|
Modifier and Type | Method and Description |
---|---|
protected IlpPoint |
IlpPointPositionBinding.convertXToPosition(Double value) |
protected IlpPoint |
IlpPointPositionBinding.convertYToPosition(Double value) |
Modifier and Type | Method and Description |
---|---|
protected Double |
IlpPointPositionBinding.convertPositionToX(IlpPoint posValue) |
protected Double |
IlpPointPositionBinding.convertPositionToY(IlpPoint posValue) |
Modifier and Type | Method and Description |
---|---|
IlpPoint |
IlpAbstractStyle.getPoint(IlpPointKey key)
Deprecated.
Returns the
IlpPoint value of a given key in this style. |
IlpPoint |
IlpAbstractStyle.getPoint(IlpPointKey key,
IlpPoint defaultValue)
Deprecated.
Returns the
IlpPoint value of a given key in this style. |
Modifier and Type | Method and Description |
---|---|
IlpPoint |
IlpAbstractStyle.getPoint(IlpPointKey key,
IlpPoint defaultValue)
Deprecated.
Returns the
IlpPoint value of a given key in this style. |
void |
IlpAbstractStyle.setPoint(IlpPointKey key,
IlpPoint value)
Deprecated.
Changes the
IlpPoint local value of a given property in this
style. |
Modifier and Type | Method and Description |
---|---|
static IlpPointKey |
IlpPointKey.New(String name,
IlpPoint defaultValue)
Deprecated.
Creates a new key for properties of type
IlpPoint . |
Constructor and Description |
---|
IlpPointKey(String name,
IlpPoint defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpTableView.getAttribute(IlpPoint viewLocation) |
IlpGraphic |
IlpTableView.getGraphic(IlpPoint viewLocation) |
IlpGraphic |
IlpTableView.getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object.
|
IlpRepresentationObject |
IlpTableView.getRepresentationObject(IlpPoint viewLocation)
Returns the
IlpRepresentationObject object at the given position
in this object. |
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
IlpTreeView.getAttribute(IlpPoint viewLocation)
Returns the
IlpAttribute object at the given position
in this object. |
IlpGraphic |
IlpTreeView.getGraphic(IlpPoint viewLocation)
Returns the
IlpGraphic object at the given position in this object. |
IlpGraphic |
IlpTreeView.getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object.
|
IlpRepresentationObject |
IlpTreeView.getRepresentationObject(IlpPoint viewLocation)
Returns the
IlpRepresentationObject object at the given position
in this object. |
Modifier and Type | Method and Description |
---|---|
IlpPoint |
IltObjectCustomization.getDecorationsOffset()
Returns the property determining the offset used to attach the group
information cluster in the base.
|
IlpPoint |
IltObjectCustomization.getLabelOffset()
Returns the offset used to attach the label decoration to the object base
or decoration cluster.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.