Class AbstractTextMarkerShape
- java.lang.Object
- 
- com.mxgraph.shape.mxBasicShape
- 
- com.mxgraph.shape.mxActorShape
- 
- jadex.gpmn.editor.gui.stylesheets.AbstractTextMarkerShape
 
 
 
- 
- All Implemented Interfaces:
- com.mxgraph.shape.mxIShape
 - Direct Known Subclasses:
- GoalMarkerShape,- PlanMarkerShape
 
 public abstract class AbstractTextMarkerShape extends com.mxgraph.shape.mxActorShapeAbstract implementation for a text-based node marker.
- 
- 
Constructor SummaryConstructors Constructor Description AbstractTextMarkerShape()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.lang.StringgetText(com.mxgraph.view.mxCellState state)Returns the text for the marker.voidpaintShape(com.mxgraph.canvas.mxGraphics2DCanvas canvas, com.mxgraph.view.mxCellState state)Paints the shape.
 
- 
- 
- 
Method Detail- 
paintShapepublic void paintShape(com.mxgraph.canvas.mxGraphics2DCanvas canvas, com.mxgraph.view.mxCellState state)Paints the shape.- Specified by:
- paintShapein interface- com.mxgraph.shape.mxIShape
- Overrides:
- paintShapein class- com.mxgraph.shape.mxBasicShape
 
 - 
getTextprotected abstract java.lang.String getText(com.mxgraph.view.mxCellState state) Returns the text for the marker.- Parameters:
- state- The cell state.
- Returns:
- Text of the marker.
 
 
- 
 
-