jp.carabiner.inkpod.pi.shape.renderer
クラス AbstractRelationShapeRendererCache

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.pi.shape.renderer.AbstractRelationShapeRendererCache

public class AbstractRelationShapeRendererCache
extends java.lang.Object


コンストラクタの概要
AbstractRelationShapeRendererCache()
           
 
メソッドの概要
 java.awt.Shape getCachedEndArrowShape()
           
 java.awt.geom.AffineTransform getCachedLineViewTransform()
           
 java.awt.Shape getCachedRelationLineShape()
           
 java.awt.Shape getCachedStartArrowShape()
           
 java.awt.Shape getCachedStrokedRelationLineShape()
           
 java.awt.Shape getCachedStrokedTextBoxShape()
           
 java.awt.geom.Point2D getCachedTextBoxPoint()
           
 java.awt.Shape getCachedTextBoxShape()
           
 java.awt.geom.AffineTransform getCachedTextBoxViewTransform()
           
 void invalidateEndArrowShape()
           
 void invalidateRelationLineShape()
           
 void invalidateStartArrowShape()
           
 void invalidateTextBoxShape()
           
 void setCachedEndArrowShape(java.awt.Shape cachedEndArrowShape)
           
 void setCachedLineViewTransform(java.awt.geom.AffineTransform cachedLineViewTransform)
           
 void setCachedRelationLineShape(java.awt.Shape cachedRelationLineShape)
           
 void setCachedStartArrowShape(java.awt.Shape cachedStartArrowShape)
           
 void setCachedStrokedRelationLineShape(java.awt.Shape cachedStrokedRelationLineShape)
           
 void setCachedStrokedTextBoxShape(java.awt.Shape cachedStrokedTextBoxShape)
           
 void setCachedTextBoxPoint(java.awt.geom.Point2D cachedTextBoxPoint)
           
 void setCachedTextBoxShape(java.awt.Shape cachedTextBoxShape)
           
 void setCachedTextBoxViewTransform(java.awt.geom.AffineTransform cachedTextBoxViewTransform)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractRelationShapeRendererCache

public AbstractRelationShapeRendererCache()
メソッドの詳細

invalidateRelationLineShape

public final void invalidateRelationLineShape()

invalidateStartArrowShape

public final void invalidateStartArrowShape()

invalidateEndArrowShape

public final void invalidateEndArrowShape()

invalidateTextBoxShape

public final void invalidateTextBoxShape()

getCachedRelationLineShape

public java.awt.Shape getCachedRelationLineShape()

setCachedRelationLineShape

public void setCachedRelationLineShape(java.awt.Shape cachedRelationLineShape)

getCachedStrokedRelationLineShape

public java.awt.Shape getCachedStrokedRelationLineShape()

setCachedStrokedRelationLineShape

public void setCachedStrokedRelationLineShape(java.awt.Shape cachedStrokedRelationLineShape)

getCachedTextBoxShape

public java.awt.Shape getCachedTextBoxShape()

setCachedTextBoxShape

public void setCachedTextBoxShape(java.awt.Shape cachedTextBoxShape)

getCachedStrokedTextBoxShape

public java.awt.Shape getCachedStrokedTextBoxShape()

setCachedStrokedTextBoxShape

public void setCachedStrokedTextBoxShape(java.awt.Shape cachedStrokedTextBoxShape)

getCachedLineViewTransform

public java.awt.geom.AffineTransform getCachedLineViewTransform()

setCachedLineViewTransform

public void setCachedLineViewTransform(java.awt.geom.AffineTransform cachedLineViewTransform)

getCachedTextBoxViewTransform

public java.awt.geom.AffineTransform getCachedTextBoxViewTransform()

setCachedTextBoxViewTransform

public void setCachedTextBoxViewTransform(java.awt.geom.AffineTransform cachedTextBoxViewTransform)

getCachedStartArrowShape

public java.awt.Shape getCachedStartArrowShape()

setCachedStartArrowShape

public void setCachedStartArrowShape(java.awt.Shape cachedStartArrowShape)

getCachedEndArrowShape

public java.awt.Shape getCachedEndArrowShape()

setCachedEndArrowShape

public void setCachedEndArrowShape(java.awt.Shape cachedEndArrowShape)

getCachedTextBoxPoint

public java.awt.geom.Point2D getCachedTextBoxPoint()

setCachedTextBoxPoint

public void setCachedTextBoxPoint(java.awt.geom.Point2D cachedTextBoxPoint)