jp.carabiner.inkpod.pi.shape.renderer
クラス PolylineRelationShapeRenderer<S extends PolylineRelationShape>

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.pi.shape.renderer.AbstractShapeRenderer<S>
      上位を拡張 jp.carabiner.inkpod.pi.shape.renderer.AbstractRelationShapeRenderer<S>
          上位を拡張 jp.carabiner.inkpod.pi.shape.renderer.PolylineRelationShapeRenderer<S>
すべての実装されたインタフェース:
ShapeRenderer

public class PolylineRelationShapeRenderer<S extends PolylineRelationShape>
extends AbstractRelationShapeRenderer<S>


コンストラクタの概要
PolylineRelationShapeRenderer(S shape)
           
 
メソッドの概要
protected  void shapePropertyChanged(java.beans.PropertyChangeEvent event)
           
 
クラス jp.carabiner.inkpod.pi.shape.renderer.AbstractRelationShapeRenderer から継承されたメソッド
autoReshape, createShadowTransform, createStrokedRelationLineShape, createStrokedTextBoxShape, createTextRenderer, drawEdgeLabel, drawRelationLine, drawShape, drawText, drawTextBox, flush, getCache, getEndArrowShape, getRelationLineShape, getRenderingBounds, getRenderingBounds, getStartArrowShape, getStrokedRelationLineShape, getStrokedTextBoxShape, getTextBoxShape, initAlphaComposite, initAlphaComposite, initRenderer, invalidateEndArrowShape, invalidateRelationLineShape, invalidateStartArrowShape, invalidateTextBoxShape, notifyBackground
 
クラス jp.carabiner.inkpod.pi.shape.renderer.AbstractShapeRenderer から継承されたメソッド
drawTypeName, getShape, init, isHitClip, isTypeVisible, notifyOutOfScreen, paint
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PolylineRelationShapeRenderer

public PolylineRelationShapeRenderer(S shape)
メソッドの詳細

shapePropertyChanged

protected void shapePropertyChanged(java.beans.PropertyChangeEvent event)
オーバーライド:
クラス AbstractRelationShapeRenderer<S extends PolylineRelationShape> 内の shapePropertyChanged