|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpGraphic
This interface models the basic graphic used to create complex representations for CPL objects.
| Field Summary | |
|---|---|
static IlpColorKey |
AlarmBalloonBorderColor
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics. |
static IlpColorKey |
AlarmBalloonColor
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics. |
static IlpSwingConstantKey |
AlarmBalloonOrientation
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics. |
static IlpIntegerKey |
AlarmBalloonPointerDepth
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics. |
static IlpIntegerKey |
AlarmBalloonPointerDistance
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics. |
static IlpIntegerKey |
AlarmBalloonRadius
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics. |
static IlpColorKey |
AlarmBalloonShadowColor
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics. |
static IlpIntegerKey |
AlarmBalloonShadowThickness
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics. |
static IlpColorKey |
AlarmCountLabelBackgroundColor
Designates the color used to fill the alarm count graphic label background. |
static IlpColorKey |
AlarmCountOuterBorderColor
Designates the color used to fill the alarm count graphic outer border. |
static IlpIntegerKey |
CenteredInsets
Deprecated. IlpCentered has been replaced by the use of
ILOG JViews Composite Graphic with a centered layout. |
static IlpColorKey |
InfoBalloonBorderColor
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics. |
static IlpColorKey |
InfoBalloonColor
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics. |
static IlpSwingConstantKey |
InfoBalloonOrientation
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics. |
static IlpIntegerKey |
InfoBalloonPointerDepth
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics. |
static IlpColorKey |
InfoBalloonShadowColor
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics. |
static IlpIntegerKey |
InfoBalloonShadowThickness
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics. |
static IlpSwingConstantKey |
StackerAlignment
Deprecated. IlpStacker has been replaced by the use
of ILOG JViews Composite Graphic with stacker layout. |
static IlpSwingConstantKey |
StackerOrientation
Deprecated. IlpStacker has been replaced by the use
of ILOG JViews Composite Graphic with stacker layout. |
static IlpIntegerKey |
StackerSpacing
Deprecated. IlpStacker has been replaced by the use
of ILOG JViews Composite Graphic with stacker layout. |
| Method Summary | |
|---|---|
void |
addGraphicChangeListener(GraphicChangeListener l)
Adds a new listener to this graphic. |
boolean |
contains(Point p)
Checks whether this component "contains" the specified point, which is defined relative to the coordinate system of this component. |
void |
fireEvent(GraphicChangeEvent ev)
Fires a change event to the listeners. |
IlpAttribute |
getAttribute()
Returns the attribute that this graphic is representing, if there is one. |
JComponent |
getComponent()
Returns the Java component responsible for the display of this graphic. |
IlpGraphic |
getParent()
Returns the parent graphic. |
IlpRepresentationObject |
getRepresentationObject()
Returns the object that this instance is representing. |
IlpGraphicView |
getView()
Returns the view in which this graphic is being used. |
void |
removeGraphicChangeListener(GraphicChangeListener l)
Removes a listener from the list. |
void |
setParent(IlpGraphic g)
Sets the parent graphic. |
| Methods inherited from interface ilog.cpl.graphic.attachment.IlpAttachable |
|---|
computeAttachmentCoordinates, computeFixedCoordinates, getAttachmentBounds, getAttachmentManager |
| Methods inherited from interface ilog.cpl.graphic.IlpGraphicContainment |
|---|
addChild, getChildCount, getChildren, removeChild, removeChildren |
| Field Detail |
|---|
static final IlpIntegerKey CenteredInsets
IlpCentered has been replaced by the use of
ILOG JViews Composite Graphic with a centered layout.Integer.
Default value: 0.
IlpAttributeCustomization.getCenteredInsets(),
IlpCentered,
IlvCompositeGraphic,
IlvCenteredLayoutstatic final IlpIntegerKey StackerSpacing
IlpStacker has been replaced by the use
of ILOG JViews Composite Graphic with stacker layout.Integer.
Default value: 3.
IlpAttributeCustomization.getStackerSpacing(),
IlpStacker,
IlvCompositeGraphic,
IlvStackerLayoutstatic final IlpSwingConstantKey StackerOrientation
IlpStacker has been replaced by the use
of ILOG JViews Composite Graphic with stacker layout.Default value: SwingConstants.RIGHT
IlpAttributeCustomization.getStackerOrientation(),
IlpStacker,
IlvCompositeGraphic,
IlvStackerLayoutstatic final IlpSwingConstantKey StackerAlignment
IlpStacker has been replaced by the use
of ILOG JViews Composite Graphic with stacker layout.SwingConstants.TOPSwingConstants.BOTTOMSwingConstants.RIGHTSwingConstants.LEFTSwingConstants.CENTER
Default value: SwingConstants.CENTER.
IlpAttributeCustomization.getStackerAlignment(),
IlpStacker,
IlvCompositeGraphic,
IlvStackerLayoutstatic final IlpIntegerKey InfoBalloonShadowThickness
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics.Integer.
Default value: 0.
,
IlpAttributeCustomization.getInfoBalloonShadowThickness(),
IlvCompositeGraphicstatic final IlpIntegerKey InfoBalloonPointerDepth
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics.Default value: 0.
IlpAttributeCustomization.getInfoBalloonPointerDepth(),
IlpInfoBalloon,
IlvCompositeGraphicstatic final IlpSwingConstantKey InfoBalloonOrientation
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics.The possible values are:
SwingConstants.NORTH_EASTSwingConstants.NORTH_WESTSwingConstants.SOUTH_EASTSwingConstants.SOUTH_WESTSwingConstants.EASTSwingConstants.WESTDefault value: SwingConstants.NORTH_EAST.
IlpAttributeCustomization.getInfoBalloonOrientation(),
IlpInfoBalloon,
IlvCompositeGraphicstatic final IlpColorKey InfoBalloonColor
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics.Default value: Color.white.
IlpAttributeCustomization.getInfoBalloonColor(),
IlpInfoBalloon,
IlvCompositeGraphicstatic final IlpColorKey InfoBalloonShadowColor
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics.Default value: Color.white.
IlpAttributeCustomization.getInfoBalloonShadowColor(),
IlpInfoBalloon,
IlvCompositeGraphicstatic final IlpColorKey InfoBalloonBorderColor
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics.Default value: Color.black.
IlpAttributeCustomization.getInfoBalloonBorderColor(),
IlpInfoBalloon,
IlvCompositeGraphicstatic final IlpIntegerKey AlarmBalloonShadowThickness
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics.Integer.
Default value: 0.
IlpAlarmBalloon,
IlpAttributeCustomization.getAlarmBalloonShadowThickness(),
IlvCompositeGraphicstatic final IlpIntegerKey AlarmBalloonPointerDepth
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics.Default value: 0.
IlpAlarmBalloon,
IlpAttributeCustomization.getAlarmBalloonPointerDepth(),
IlvCompositeGraphicstatic final IlpSwingConstantKey AlarmBalloonOrientation
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics.SwingConstants.NORTH_EASTSwingConstants.NORTH_WESTSwingConstants.SOUTH_EASTSwingConstants.SOUTH_WESTSwingConstants.EASTSwingConstants.WESTDefault value: SwingConstants.NORTH_EAST.
IlpAttributeCustomization.getAlarmBalloonOrientation(),
IlpAlarmBalloon,
IlvCompositeGraphicstatic final IlpColorKey AlarmBalloonColor
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics.Default value: Color.white.
IlpAttributeCustomization.getAlarmBalloonColor(),
IlpAlarmBalloon,
IlvCompositeGraphicstatic final IlpColorKey AlarmBalloonShadowColor
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics.Default value: Color.white.
IlpAttributeCustomization.getAlarmBalloonShadowColor(),
IlpAlarmBalloon,
IlvCompositeGraphicstatic final IlpColorKey AlarmBalloonBorderColor
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics.Default value: Color.black.
IlpAttributeCustomization.getAlarmBalloonBorderColor(),
IlpAlarmBalloon,
IlvCompositeGraphicstatic final IlpIntegerKey AlarmBalloonRadius
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics.Default value: 0.
IlpAttributeCustomization.getAlarmBalloonRadius(),
IlpAlarmBalloon,
IlvCompositeGraphicstatic final IlpIntegerKey AlarmBalloonPointerDistance
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics.Default value: 0.
IlpAttributeCustomization.getAlarmBalloonPointerDistance(),
IlpAlarmBalloon,
IlvCompositeGraphicstatic final IlpColorKey AlarmCountLabelBackgroundColor
IltDefaultAlarmCountGraphicstatic final IlpColorKey AlarmCountOuterBorderColor
IltDefaultAlarmCountGraphic| Method Detail |
|---|
IlpGraphicView getView()
IlpRepresentationObject getRepresentationObject()
IlpAttribute getAttribute()
JComponent getComponent()
IlpGraphic getParent()
void setParent(IlpGraphic g)
boolean contains(Point p)
void addGraphicChangeListener(GraphicChangeListener l)
void removeGraphicChangeListener(GraphicChangeListener l)
void fireEvent(GraphicChangeEvent ev)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||