| java.lang.Object org.netbeans.modules.bpel.design.model.elements.VisualElement
All known Subclasses: org.netbeans.modules.bpel.design.model.elements.StubElement, org.netbeans.modules.bpel.design.model.elements.ContentElement, org.netbeans.modules.bpel.design.model.elements.BorderElement,
VisualElement | abstract public class VisualElement (Code) | | author: anjeleevich |
Method Summary | |
public void | addInputConnection(Connection c) | public void | addOutputConnection(Connection c) | public boolean | contains(double x, double y) | protected void | drawCenteredString(Graphics2D g2, String string, double cx, double cy, double width) | protected void | drawString(Graphics2D g2, String string, double x, double y, double width) | protected void | drawXCenteredString(Graphics2D g2, String string, double cx, double y, double width) | public List<Connection> | getAllConnections() | public FBounds | getBounds() | public double | getCenterX() | public double | getCenterY() | public double | getHeight() | public List<Connection> | getIncomingConnections() | public String | getLabelText() | public double | getMaxX() | public double | getMaxY() | public double | getMinX() | public double | getMinY() | public List<Connection> | getOutcomingConnections() | public Pattern | getPattern() | public static double | getScale(AffineTransform at) | public FShape | getShape() | public String | getText() | public FBounds | getTextBounds() | public Color | getTextColor() | public double | getWidth() | public double | getX() | public double | getY() | public boolean | hasPattern() | public boolean | isEmptyText() | public boolean | isPaintText() | public boolean | isTextElement() | abstract public void | paint(Graphics2D g2) | abstract public void | paintThumbnail(Graphics2D g2) | public void | removeInputConnection(Connection c) | public void | removeOutputConnection(Connection c) | public void | setCenter(double cx, double cy) | public void | setLabelText(String text) | public void | setLocation(double x0, double y0) | public void | setPattern(Pattern newPattern) | public void | setText(String newText) | protected void | setTextBounds(FBounds textBounds) | public boolean | textContains(double x, double y) | public void | translate(double tx, double ty) |
GRADIENT_TEXTURE_COLOR | final public static Color GRADIENT_TEXTURE_COLOR(Code) | | |
contains | public boolean contains(double x, double y)(Code) | | |
drawCenteredString | protected void drawCenteredString(Graphics2D g2, String string, double cx, double cy, double width)(Code) | | |
drawXCenteredString | protected void drawXCenteredString(Graphics2D g2, String string, double cx, double y, double width)(Code) | | |
getCenterX | public double getCenterX()(Code) | | |
getCenterY | public double getCenterY()(Code) | | |
getHeight | public double getHeight()(Code) | | |
getMaxX | public double getMaxX()(Code) | | |
getMaxY | public double getMaxY()(Code) | | |
getMinX | public double getMinX()(Code) | | |
getMinY | public double getMinY()(Code) | | |
getWidth | public double getWidth()(Code) | | |
getX | public double getX()(Code) | | |
getY | public double getY()(Code) | | |
hasPattern | public boolean hasPattern()(Code) | | |
isEmptyText | public boolean isEmptyText()(Code) | | |
isPaintText | public boolean isPaintText()(Code) | | |
isTextElement | public boolean isTextElement()(Code) | | |
setCenter | public void setCenter(double cx, double cy)(Code) | | |
setLocation | public void setLocation(double x0, double y0)(Code) | | |
setTextBounds | protected void setTextBounds(FBounds textBounds)(Code) | | |
textContains | public boolean textContains(double x, double y)(Code) | | |
translate | public void translate(double tx, double ty)(Code) | | |
|
|