Class PlanMarkerShape
- java.lang.Object
-
- com.mxgraph.shape.mxBasicShape
-
- com.mxgraph.shape.mxActorShape
-
- jadex.gpmn.editor.gui.stylesheets.AbstractTextMarkerShape
-
- jadex.gpmn.editor.gui.stylesheets.PlanMarkerShape
-
- All Implemented Interfaces:
com.mxgraph.shape.mxIShape
public class PlanMarkerShape extends AbstractTextMarkerShape
-
-
Constructor Summary
Constructors Constructor Description PlanMarkerShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ShapecreateShape(com.mxgraph.canvas.mxGraphics2DCanvas canvas, com.mxgraph.view.mxCellState state)Generates the shape.protected java.lang.StringgetText(com.mxgraph.view.mxCellState state)Returns the text for the marker.-
Methods inherited from class jadex.gpmn.editor.gui.stylesheets.AbstractTextMarkerShape
paintShape
-
-
-
-
Method Detail
-
createShape
public java.awt.Shape createShape(com.mxgraph.canvas.mxGraphics2DCanvas canvas, com.mxgraph.view.mxCellState state)Generates the shape.- Overrides:
createShapein classcom.mxgraph.shape.mxActorShape
-
getText
protected java.lang.String getText(com.mxgraph.view.mxCellState state)
Returns the text for the marker.- Specified by:
getTextin classAbstractTextMarkerShape- Parameters:
state- The cell state.- Returns:
- Text of the marker.
-
-