Groovy Documentation

griffon.plugins.jgraph.shape
[Groovy] Class ShapeAdapter

java.lang.Object
  com.mxgraph.shape.mxBasicShape
      griffon.plugins.jgraph.shape.ShapeAdapter

class ShapeAdapter
extends com.mxgraph.shape.mxBasicShape

Authors:
Andres Almiray


Property Summary
Shape shapeTemplate

 
Constructor Summary
ShapeAdapter(Shape shapeTemplate)

 
Method Summary
Shape createShape(com.mxgraph.canvas.mxGraphics2DCanvas canvas, com.mxgraph.view.mxCellState state)

 
Methods inherited from class com.mxgraph.shape.mxBasicShape
com.mxgraph.shape.mxBasicShape#paintShape(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState), com.mxgraph.shape.mxBasicShape#createShape(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState), com.mxgraph.shape.mxBasicShape#hasGradient(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState), com.mxgraph.shape.mxBasicShape#hasShadow(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState), com.mxgraph.shape.mxBasicShape#getFillColor(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState), com.mxgraph.shape.mxBasicShape#getStrokeColor(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState), com.mxgraph.shape.mxBasicShape#wait(), com.mxgraph.shape.mxBasicShape#wait(long), com.mxgraph.shape.mxBasicShape#wait(long, int), com.mxgraph.shape.mxBasicShape#equals(java.lang.Object), com.mxgraph.shape.mxBasicShape#toString(), com.mxgraph.shape.mxBasicShape#hashCode(), com.mxgraph.shape.mxBasicShape#getClass(), com.mxgraph.shape.mxBasicShape#notify(), com.mxgraph.shape.mxBasicShape#notifyAll()
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

shapeTemplate

final Shape shapeTemplate


 
Constructor Detail

ShapeAdapter

ShapeAdapter(Shape shapeTemplate)


 
Method Detail

createShape

Shape createShape(com.mxgraph.canvas.mxGraphics2DCanvas canvas, com.mxgraph.view.mxCellState state)


 

Groovy Documentation