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 SummaryConstructors Constructor Description PlanMarkerShape()
 - 
Method SummaryAll 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.AbstractTextMarkerShapepaintShape
 
- 
 
- 
- 
- 
Method Detail- 
createShapepublic java.awt.Shape createShape(com.mxgraph.canvas.mxGraphics2DCanvas canvas, com.mxgraph.view.mxCellState state)Generates the shape.- Overrides:
- createShapein class- com.mxgraph.shape.mxActorShape
 
 - 
getTextprotected java.lang.String getText(com.mxgraph.view.mxCellState state) Returns the text for the marker.- Specified by:
- getTextin class- AbstractTextMarkerShape
- Parameters:
- state- The cell state.
- Returns:
- Text of the marker.
 
 
- 
 
-