IlvRectBalloon
instead.@Deprecated public class IlpInfoBalloon extends IlpBalloon
Modifier and Type | Field and Description |
---|---|
protected static Color |
DefaultShadowColor
Deprecated.
Initializes the class style with default values
|
backComponent, DefaultInsets, insets
AlarmBalloonBorderColor, AlarmBalloonColor, AlarmBalloonOrientation, AlarmBalloonPointerDepth, AlarmBalloonPointerDistance, AlarmBalloonRadius, AlarmBalloonShadowColor, AlarmBalloonShadowThickness, AlarmCountLabelBackgroundColor, AlarmCountOuterBorderColor, CenteredInsets, InfoBalloonBorderColor, InfoBalloonColor, InfoBalloonOrientation, InfoBalloonPointerDepth, InfoBalloonShadowColor, InfoBalloonShadowThickness, StackerAlignment, StackerOrientation, StackerSpacing
Constructor and Description |
---|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attribute,
IlpGraphic inner)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
int orient,
Color bg)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpGraphic inner)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createBackComponent()
Deprecated.
Creates the background component used by the balloon.
|
IlpPoint |
getHotSpot()
Deprecated.
The hotspot is the corner of the pointer relative to
getAttachmentBounds() . |
protected void |
initResources()
Deprecated.
Initializes the resources used internally, base on style values.
|
protected void |
initResourcesFromStyles(IlpStyle style,
IlpStyle defaultStyle)
Deprecated.
Initializes the graphic characteristics from styles.
|
computeAttachmentBounds, computeChildrenAttachmentCoordinates, getBackComponent, getBackground, getBorderColor, getOrientation, getPointerDepth, getShadowColor, getShadowThickness, setBackground, setBorderColor, setOrientation, setPointerDepth, setShadowColor, setShadowThickness
computeFixedCoordinates, createComponent, getInner, getInsets, getOuter, initSpecifics, setBackComponent, setInsets
addBase, addChild, addChild, apply, apply, call, compute, computeAttachmentCoordinates, computeAttachmentCoordinates, getAttachment, getAttachmentBounds, getBase, getBaseRect, getCenterPoint, getChild, getChildCount, getChildren, getComponent, getInnermostGraphic, getSpecifics, getTopLeftLocation, removeChild, removeChildren, setAttachment, setSpecifics, validateComponent
addGraphicChangeListener, contains, fireEvent, getAttachmentManager, getAttachmentRect, getAttribute, getParent, getRepresentationObject, getRoot, getView, invalidateAttachmentRect, removeGraphicChangeListener, setAttachmentManager, setAttachmentRect, setAttribute, setComponent, setComponentNoInvalidate, setParent
protected static final Color DefaultShadowColor
public IlpInfoBalloon(IlpGraphicView view, IlpRepresentationObject obj, IlpGraphic inner)
view
- Graphic view where the graphic will be displayedobj
- Representation objectinner
- Balloon contentspublic IlpInfoBalloon(IlpGraphicView view, IlpRepresentationObject obj, IlpAttribute attribute, IlpGraphic inner)
view
- Graphic view where the graphic will be displayedobj
- Representation objectattribute
- Attribute being represented by this graphicinner
- Balloon contentspublic IlpInfoBalloon(IlpGraphicView view, IlpRepresentationObject obj, IlpAttribute attr, IlpGraphic inner, int orient, Color bg)
view
- Graphic view where the graphic will be displayedobj
- Representation objectattr
- Attribute being represented by this graphicinner
- Balloon contentsorient
- Balloon orientationbg
- Balloon background color
The possible values for the information balloon orientation are:
public IlpInfoBalloon(IlpGraphicView view, IlpRepresentationObject obj, IlpAttribute attr, IlpGraphic inner, Insets i, int orient, int depth, int thickness, Color bg, Color border, Color shadow)
view
- Graphic view where the graphic will be displayedobj
- Representation objectattr
- Attribute being represented by this graphicinner
- Balloon contentsi
- Balloon contents insetsorient
- Balloon orientationdepth
- Balloon pointer depththickness
- Balloon shadow thicknessbg
- Balloon background colorborder
- Balloon border colorshadow
- Balloon shadow color
The possible values for the information balloon orientation are:
protected void initResources()
initResources
in class IlpBalloon
protected void initResourcesFromStyles(IlpStyle style, IlpStyle defaultStyle)
initResourcesFromStyles
in class IlpBalloon
protected void createBackComponent()
createBackComponent
in class IlpBalloon
public IlpPoint getHotSpot()
getAttachmentBounds()
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.