|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.carabiner.inkpod.pi.shape.handle.AbstractTextEditor
jp.carabiner.inkpod.pi.shape.handle.DefaultTextEditor<S>
jp.carabiner.inkpod.pi.shape.handle.NodeShapeTextEditor<S>
jp.carabiner.inkpod.pi.shape.handle.RectangleShapeTextEditor<S>
public class RectangleShapeTextEditor<S extends AbstractRectangleShape>
コンストラクタの概要 | |
---|---|
RectangleShapeTextEditor(S shape)
|
メソッドの概要 | |
---|---|
java.awt.Paint |
getBackgroundPaint(EditorViewConfiguration viewConfiguration)
|
java.awt.geom.Rectangle2D |
getBounds()
現在のインライン編集の編集領域を返す。 |
void |
updateBounds(java.awt.geom.Rectangle2D bounds)
インライン編集中に必要な領域を更新する。 |
クラス jp.carabiner.inkpod.pi.shape.handle.NodeShapeTextEditor から継承されたメソッド |
---|
canceled, edited |
クラス jp.carabiner.inkpod.pi.shape.handle.DefaultTextEditor から継承されたメソッド |
---|
getFont, getHorizontalAlign, getShape, getText, getTextColor, getTextPadding, getVerticalAlign, isEditable, setFont, setHorizontalAlign, setText, setTextColor, setVerticalAlign, validate |
クラス jp.carabiner.inkpod.pi.shape.handle.AbstractTextEditor から継承されたメソッド |
---|
addTextEditorListener, autoReshape, autoReshape, fireEditCanceledEvent, fireEditEndedEvent, fireEditStartedEvent, isEditting, readyAutoReshape, readyAutoReshape, removeTextEditorListener, startEdit |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース jp.carabiner.inkpod.pi.shape.handle.TextEditor から継承されたメソッド |
---|
isEditting, startEdit |
コンストラクタの詳細 |
---|
public RectangleShapeTextEditor(S shape)
メソッドの詳細 |
---|
public java.awt.geom.Rectangle2D getBounds()
TextEditor
の記述:
TextEditor
内の getBounds
NodeShapeTextEditor<S extends AbstractRectangleShape>
内の getBounds
public void updateBounds(java.awt.geom.Rectangle2D bounds)
TextEditor
の記述:
TextEditor
内の updateBounds
NodeShapeTextEditor<S extends AbstractRectangleShape>
内の updateBounds
bounds
- 新しい編集領域public java.awt.Paint getBackgroundPaint(EditorViewConfiguration viewConfiguration)
TextEditor
内の getBackgroundPaint
NodeShapeTextEditor<S extends AbstractRectangleShape>
内の getBackgroundPaint
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |