|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.modeler.util.FigureResources
public class FigureResources
Standard figure resources.
| Field Summary | |
|---|---|
static java.awt.Stroke |
standardStroke1
1 pixel stroke |
static java.awt.Stroke |
standardStroke2
2 pixel stroke |
static java.awt.Stroke |
standardStroke3
3 pixel stroke |
| Method Summary | |
|---|---|
static CH.ifa.draw.framework.Figure |
getAcceptOverlay(java.lang.Object owner)
This methods is used by decorators that wish to overlay a presentation figure with a semi-transparent green color to indicate acceptable locations for object dragging. |
static CH.ifa.draw.framework.Figure |
getBreakpointOverlay(java.lang.Object owner)
|
static CH.ifa.draw.framework.Figure |
getExpressionOverlay(java.lang.Object owner)
This methods is used by decorators that wish to overlay a presentation figure with a semi-transparent blue color to indicate an expression inside the figure. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.awt.Stroke standardStroke1
public static final java.awt.Stroke standardStroke2
public static final java.awt.Stroke standardStroke3
| Method Detail |
|---|
public static CH.ifa.draw.framework.Figure getAcceptOverlay(java.lang.Object owner)
owner - Owner object to be decorated (i. e. a node, a socket, a parameter etc.)
VisualElement which has a VisualElement.getPresentationFigure() orpublic static CH.ifa.draw.framework.Figure getExpressionOverlay(java.lang.Object owner)
owner - Owner object to be decorated (i. e. a node, a socket, a parameter etc.)
VisualElement which has a VisualElement.getPresentationFigure() orpublic static CH.ifa.draw.framework.Figure getBreakpointOverlay(java.lang.Object owner)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||