|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.graphic.IlpAbstractGraphic
ilog.cpl.graphic.IlpCompositeGraphic
ilog.cpl.graphic.component.IlpCentered
ilog.cpl.graphic.component.IlpBalloon
IlvBalloon instead.
public abstract class IlpBalloon
This class describes the base class for graphic elements that represent a balloon.
| Field Summary |
|---|
| Fields inherited from class ilog.cpl.graphic.component.IlpCentered |
|---|
backComponent, DefaultInsets, insets |
| Constructor Summary | |
|---|---|
IlpBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner)
Deprecated. Creates a new instance, grouping an outer element and an inner element. |
|
IlpBalloon(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, grouping an outer element and an inner element. |
|
| Method Summary | |
|---|---|
void |
computeAttachmentBounds()
Deprecated. Computes the composite attachment bounds based on the child bounds. |
protected void |
computeChildrenAttachmentCoordinates()
Deprecated. Computes the attachment coordinates of the child graphics. |
protected abstract void |
createBackComponent()
Deprecated. Creates the background component used by the balloon. |
protected Component |
getBackComponent()
Deprecated. Returns the background component. |
Color |
getBackground()
Deprecated. Returns the balloon background color. |
Color |
getBorderColor()
Deprecated. Returns the balloon border color. |
int |
getOrientation()
Deprecated. Returns the orientation in which the balloon will be displayed relative to the base graphic. |
int |
getPointerDepth()
Deprecated. Returns the pointer height. |
Color |
getShadowColor()
Deprecated. Returns the balloon shadow color. |
int |
getShadowThickness()
Deprecated. Returns the shadow thickness. |
protected void |
initResources()
Deprecated. Initializes the resources needed to display this graphic. |
protected void |
initResourcesFromStyles(IlpStyle style,
IlpStyle defaultStyle)
Deprecated. Initializes the graphic characteristics from styles. |
void |
setBackground(Color v)
Deprecated. Sets the balloon background color. |
void |
setBorderColor(Color v)
Deprecated. Sets the balloon border color. |
void |
setOrientation(int v)
Deprecated. Sets the orientation in which the balloon will be displayed relative to the base graphic. |
void |
setPointerDepth(int v)
Deprecated. Sets the pointer height. |
void |
setShadowColor(Color v)
Deprecated. Sets the balloon shadow color. |
void |
setShadowThickness(int v)
Deprecated. Sets the shadow thickness. |
| Methods inherited from class ilog.cpl.graphic.component.IlpCentered |
|---|
computeFixedCoordinates, createComponent, getInner, getInsets, getOuter, initSpecifics, setBackComponent, setInsets |
| Methods inherited from class ilog.cpl.graphic.IlpCompositeGraphic |
|---|
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 |
| Methods inherited from class ilog.cpl.graphic.IlpAbstractGraphic |
|---|
addGraphicChangeListener, contains, fireEvent, getAttachmentManager, getAttachmentRect, getAttribute, getParent, getRepresentationObject, getRoot, getView, invalidateAttachmentRect, removeGraphicChangeListener, setAttachmentManager, setAttachmentRect, setAttribute, setComponent, setComponentNoInvalidate, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ilog.cpl.graphic.internal.IlpHotSpot |
|---|
getHotSpot |
| Constructor Detail |
|---|
public IlpBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner)
public IlpBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow)
| Method Detail |
|---|
protected void initResources()
initResources in class IlpCompositeGraphic
protected void initResourcesFromStyles(IlpStyle style,
IlpStyle defaultStyle)
initResourcesFromStyles in class IlpCenteredpublic int getOrientation()
The possible values are:
public void setOrientation(int v)
public int getPointerDepth()
public void setPointerDepth(int v)
public int getShadowThickness()
public void setShadowThickness(int v)
public Color getBackground()
public void setBackground(Color v)
public Color getBorderColor()
public void setBorderColor(Color v)
public Color getShadowColor()
public void setShadowColor(Color v)
protected void computeChildrenAttachmentCoordinates()
computeChildrenAttachmentCoordinates in class IlpCenteredpublic void computeAttachmentBounds()
computeAttachmentBounds in class IlpCenteredprotected Component getBackComponent()
getBackComponent in class IlpCenteredprotected abstract void createBackComponent()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||