public interface IlpGraphic extends IlpAttachable, IlpGraphicContainment
Modifier and Type | Field and Description |
---|---|
static IlpColorKey |
AlarmBalloonBorderColor
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpColorKey |
AlarmBalloonColor
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpSwingConstantKey |
AlarmBalloonOrientation
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
AlarmBalloonPointerDepth
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
AlarmBalloonPointerDistance
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
AlarmBalloonRadius
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpColorKey |
AlarmBalloonShadowColor
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
AlarmBalloonShadowThickness
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave 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
Rogue Wave JViews Composite Graphic with a centered layout. |
static IlpColorKey |
InfoBalloonBorderColor
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpColorKey |
InfoBalloonColor
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpSwingConstantKey |
InfoBalloonOrientation
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
InfoBalloonPointerDepth
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpColorKey |
InfoBalloonShadowColor
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
InfoBalloonShadowThickness
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpSwingConstantKey |
StackerAlignment
Deprecated.
IlpStacker has been replaced by the use
of Rogue Wave JViews Composite Graphic with stacker layout. |
static IlpSwingConstantKey |
StackerOrientation
Deprecated.
IlpStacker has been replaced by the use
of Rogue Wave JViews Composite Graphic with stacker layout. |
static IlpIntegerKey |
StackerSpacing
Deprecated.
IlpStacker has been replaced by the use
of Rogue Wave JViews Composite Graphic with stacker layout. |
Modifier and Type | Method and Description |
---|---|
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.
|
computeAttachmentCoordinates, computeFixedCoordinates, getAttachmentBounds, getAttachmentManager
addChild, getChildCount, getChildren, removeChild, removeChildren
@Deprecated static final IlpIntegerKey CenteredInsets
IlpCentered
has been replaced by the use of
Rogue Wave JViews Composite Graphic with a centered layout.Integer
.
Default value: 0
.
IlpAttributeCustomization.getCenteredInsets()
,
IlpCentered
,
IlvCompositeGraphic
,
IlvCenteredLayout
@Deprecated static final IlpIntegerKey StackerSpacing
IlpStacker
has been replaced by the use
of Rogue Wave JViews Composite Graphic with stacker layout.Integer
.
Default value: 3
.
IlpAttributeCustomization.getStackerSpacing()
,
IlpStacker
,
IlvCompositeGraphic
,
IlvStackerLayout
@Deprecated static final IlpSwingConstantKey StackerOrientation
IlpStacker
has been replaced by the use
of Rogue Wave JViews Composite Graphic with stacker layout.Default value: SwingConstants.RIGHT
IlpAttributeCustomization.getStackerOrientation()
,
IlpStacker
,
IlvCompositeGraphic
,
IlvStackerLayout
@Deprecated static final IlpSwingConstantKey StackerAlignment
IlpStacker
has been replaced by the use
of Rogue Wave JViews Composite Graphic with stacker layout.SwingConstants.TOP
SwingConstants.BOTTOM
SwingConstants.RIGHT
SwingConstants.LEFT
SwingConstants.CENTER
Default value: SwingConstants.CENTER
.
IlpAttributeCustomization.getStackerAlignment()
,
IlpStacker
,
IlvCompositeGraphic
,
IlvStackerLayout
@Deprecated static final IlpIntegerKey InfoBalloonShadowThickness
IlpInfoBalloon
has been replaced by the use
of IlvRectBalloon
and Rogue Wave JViews Composite Graphics.Integer
.Default value: 0
.
,
IlpAttributeCustomization.getInfoBalloonShadowThickness()
,
IlvCompositeGraphic
@Deprecated static final IlpIntegerKey InfoBalloonPointerDepth
IlpInfoBalloon
has been replaced by the use
of IlvRectBalloon
and Rogue Wave JViews Composite Graphics.Default value: 0
.
IlpAttributeCustomization.getInfoBalloonPointerDepth()
,
IlpInfoBalloon
,
IlvCompositeGraphic
@Deprecated static final IlpSwingConstantKey InfoBalloonOrientation
IlpInfoBalloon
has been replaced by the use
of IlvRectBalloon
and Rogue Wave JViews Composite Graphics.The possible values are:
SwingConstants.NORTH_EAST
SwingConstants.NORTH_WEST
SwingConstants.SOUTH_EAST
SwingConstants.SOUTH_WEST
SwingConstants.EAST
SwingConstants.WEST
Default value: SwingConstants.NORTH_EAST
.
IlpAttributeCustomization.getInfoBalloonOrientation()
,
IlpInfoBalloon
,
IlvCompositeGraphic
@Deprecated static final IlpColorKey InfoBalloonColor
IlpInfoBalloon
has been replaced by the use
of IlvRectBalloon
and Rogue Wave JViews Composite Graphics.Default value: Color.white
.
IlpAttributeCustomization.getInfoBalloonColor()
,
IlpInfoBalloon
,
IlvCompositeGraphic
@Deprecated static final IlpColorKey InfoBalloonShadowColor
IlpInfoBalloon
has been replaced by the use
of IlvRectBalloon
and Rogue Wave JViews Composite Graphics.Default value: Color.white
.
IlpAttributeCustomization.getInfoBalloonShadowColor()
,
IlpInfoBalloon
,
IlvCompositeGraphic
@Deprecated static final IlpColorKey InfoBalloonBorderColor
IlpInfoBalloon
has been replaced by the use
of IlvRectBalloon
and Rogue Wave JViews Composite Graphics.Default value: Color.black
.
IlpAttributeCustomization.getInfoBalloonBorderColor()
,
IlpInfoBalloon
,
IlvCompositeGraphic
@Deprecated static final IlpIntegerKey AlarmBalloonShadowThickness
IlpInfoBalloon
has been replaced by the use
of IlvRoundRectBalloon
and Rogue Wave JViews Composite Graphics.Integer
.
Default value: 0
.
IlpAlarmBalloon
,
IlpAttributeCustomization.getAlarmBalloonShadowThickness()
,
IlvCompositeGraphic
@Deprecated static final IlpIntegerKey AlarmBalloonPointerDepth
IlpInfoBalloon
has been replaced by the use
of IlvRoundRectBalloon
and Rogue Wave JViews Composite Graphics.Default value: 0
.
IlpAlarmBalloon
,
IlpAttributeCustomization.getAlarmBalloonPointerDepth()
,
IlvCompositeGraphic
@Deprecated static final IlpSwingConstantKey AlarmBalloonOrientation
IlpInfoBalloon
has been replaced by the use
of IlvRoundRectBalloon
and Rogue Wave JViews Composite Graphics.SwingConstants.NORTH_EAST
SwingConstants.NORTH_WEST
SwingConstants.SOUTH_EAST
SwingConstants.SOUTH_WEST
SwingConstants.EAST
SwingConstants.WEST
Default value: SwingConstants.NORTH_EAST
.
IlpAttributeCustomization.getAlarmBalloonOrientation()
,
IlpAlarmBalloon
,
IlvCompositeGraphic
@Deprecated static final IlpColorKey AlarmBalloonColor
IlpInfoBalloon
has been replaced by the use
of IlvRoundRectBalloon
and Rogue Wave JViews Composite Graphics.Default value: Color.white
.
IlpAttributeCustomization.getAlarmBalloonColor()
,
IlpAlarmBalloon
,
IlvCompositeGraphic
@Deprecated static final IlpColorKey AlarmBalloonShadowColor
IlpInfoBalloon
has been replaced by the use
of IlvRoundRectBalloon
and Rogue Wave JViews Composite Graphics.Default value: Color.white
.
IlpAttributeCustomization.getAlarmBalloonShadowColor()
,
IlpAlarmBalloon
,
IlvCompositeGraphic
@Deprecated static final IlpColorKey AlarmBalloonBorderColor
IlpInfoBalloon
has been replaced by the use
of IlvRoundRectBalloon
and Rogue Wave JViews Composite Graphics.Default value: Color.black
.
IlpAttributeCustomization.getAlarmBalloonBorderColor()
,
IlpAlarmBalloon
,
IlvCompositeGraphic
@Deprecated static final IlpIntegerKey AlarmBalloonRadius
IlpInfoBalloon
has been replaced by the use
of IlvRoundRectBalloon
and Rogue Wave JViews Composite Graphics.Default value: 0
.
IlpAttributeCustomization.getAlarmBalloonRadius()
,
IlpAlarmBalloon
,
IlvCompositeGraphic
@Deprecated static final IlpIntegerKey AlarmBalloonPointerDistance
IlpInfoBalloon
has been replaced by the use
of IlvRoundRectBalloon
and Rogue Wave JViews Composite Graphics.Default value: 0
.
IlpAttributeCustomization.getAlarmBalloonPointerDistance()
,
IlpAlarmBalloon
,
IlvCompositeGraphic
static final IlpColorKey AlarmCountLabelBackgroundColor
IltDefaultAlarmCountGraphic
static final IlpColorKey AlarmCountOuterBorderColor
IltDefaultAlarmCountGraphic
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)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.