jp.carabiner.inkpod.pi.shape.renderer
クラス RightAngleRelationShapeRenderer<S extends RightAngleRelationShape>

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.RightAngleRelationShapeRenderer<S>
すべての実装されたインタフェース:
ShapeRenderer

public class RightAngleRelationShapeRenderer<S extends RightAngleRelationShape>
extends AbstractRelationShapeRenderer<S>


コンストラクタの概要
RightAngleRelationShapeRenderer(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
 

コンストラクタの詳細

RightAngleRelationShapeRenderer

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

shapePropertyChanged

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