|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCH.ifa.draw.standard.AbstractFigure
org.openbp.cockpit.modeler.figures.generic.BasicFigure
org.openbp.cockpit.modeler.figures.generic.XFigure
org.openbp.cockpit.modeler.figures.generic.XRectangleFigure
org.openbp.cockpit.modeler.figures.generic.XEllipseFigure
org.openbp.cockpit.modeler.figures.generic.XCircleFigure
org.openbp.cockpit.modeler.figures.generic.XCircleCrossFigure
public class XCircleCrossFigure
The bar figure displays one or more horizontal bars.
| Field Summary | |
|---|---|
static double |
PI4
|
| Fields inherited from class org.openbp.cockpit.modeler.figures.generic.XEllipseFigure |
|---|
frameCount |
| Fields inherited from class org.openbp.cockpit.modeler.figures.generic.XRectangleFigure |
|---|
barHeight, box, nBars |
| Fields inherited from class org.openbp.cockpit.modeler.figures.generic.XFigure |
|---|
DECO_FILLCOLOR2, DECO_FRAMECOLOR, DECO_FRAMESTROKE, descriptor, needUpdatePaint, paint |
| Fields inherited from class org.openbp.cockpit.modeler.figures.generic.BasicFigure |
|---|
DECO_FILLCOLOR, DECO_OVERLAY |
| Fields inherited from interface CH.ifa.draw.framework.Figure |
|---|
POPUP_MENU |
| Constructor Summary | |
|---|---|
XCircleCrossFigure()
Default constructor. |
|
| Method Summary | |
|---|---|
protected void |
drawAppliances(java.awt.Graphics g)
Draws additional frame parts. |
protected void |
drawFigure(java.awt.Graphics g)
Draws the figure. |
| Methods inherited from class org.openbp.cockpit.modeler.figures.generic.XCircleFigure |
|---|
ellipseBox |
| Methods inherited from class org.openbp.cockpit.modeler.figures.generic.XEllipseFigure |
|---|
connectionInsets, connectorAt, containsPoint, createRectangularShape, createShape, drawFrame, initialize, placeAdjacent |
| Methods inherited from class org.openbp.cockpit.modeler.figures.generic.XRectangleFigure |
|---|
basicDisplayBox, basicMoveBy, displayBox, handles |
| Methods inherited from class org.openbp.cockpit.modeler.figures.generic.XFigure |
|---|
changed, clone, draw, drawImage, getDefaultFillColor, getDefaultFillColor2, getDefaultFrameColor, getDescriptor, getFillColor2, getFrameColor, getFrameStroke, getImageIcon, getOrientation, requestPaintUpdate, setDescriptor, setFillColor, setFillColor2, setFrameColor, setFrameStroke, setImageIcon, setOrientation, updatePaint |
| Methods inherited from class org.openbp.cockpit.modeler.figures.generic.BasicFigure |
|---|
decorateValue, getDecorationOwner, getFillColor, getParent, setParent |
| Methods inherited from class CH.ifa.draw.standard.AbstractFigure |
|---|
addFigureChangeListener, addToContainer, canConnect, center, connectedTextLocator, connectorVisibility, decompose, displayBox, displayBox, figures, findFigureInside, getAttribute, getZValue, includes, invalidate, isEmpty, listener, moveBy, read, release, removeFigureChangeListener, removeFromContainer, setAttribute, setZValue, size, willChange, write |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface CH.ifa.draw.framework.Figure |
|---|
addFigureChangeListener, addToContainer, canConnect, center, connectedTextLocator, connectorVisibility, decompose, displayBox, displayBox, figures, findFigureInside, getAttribute, getZValue, includes, invalidate, isEmpty, listener, moveBy, release, removeFigureChangeListener, removeFromContainer, setAttribute, setZValue, size, willChange |
| Methods inherited from interface CH.ifa.draw.util.Storable |
|---|
read, write |
| Field Detail |
|---|
public static final double PI4
| Constructor Detail |
|---|
public XCircleCrossFigure()
| Method Detail |
|---|
protected void drawAppliances(java.awt.Graphics g)
drawAppliances in class XRectangleFigureg - Graphics to draw toprotected void drawFigure(java.awt.Graphics g)
drawFigure in class XEllipseFigureg - Graphics to draw to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||