jp.carabiner.inkpod.pi.shape
インタフェース PAbstractNodeShape

すべてのスーパーインタフェース:
PDefaultObjectShape, PNodeObjectShape, PObjectShape
既知のサブインタフェースの一覧:
IAbstractNodeShape, IAbstractRectangleShape, IBezierCurvesNodeShape, IDiamondShape, IOvalShape, IRectangleShape, IRoundrectShape, PAbstractRectangleShape, PDiamondShape, POvalShape, PRectangleShape, PRoundrectShape
既知の実装クラスの一覧:
AbstractNodeShape, AbstractRectangleShape, BezierCurvesNodeShape, DiamondShape, OvalShape, RectangleShape, RoundrectShape

public interface PAbstractNodeShape
extends PDefaultObjectShape, PNodeObjectShape


メソッドの概要
 double getBottom()
           
 double getHeight()
           
 double getLeft()
           
 java.awt.geom.Rectangle2D getRect()
           
 java.awt.geom.Rectangle2D getRect(java.awt.geom.Rectangle2D rect)
           
 double getRight()
           
 java.lang.String getTextRenderer()
           
 double getTop()
           
 double getWidth()
           
 double getX()
           
 double getY()
           
 boolean isUnmovable()
           
 boolean isUnresizable()
           
 void setBottom(double bottom)
           
 void setHeight(double height)
           
 void setLeft(double left)
           
 void setLeftBottom(double x, double y)
           
 void setLeftTop(double x, double y)
           
 void setRect(double x, double y, double width, double height)
           
 void setRect(long x, long y, long width, long height)
           
 void setRight(double right)
           
 void setRightBottom(double x, double y)
           
 void setRightTop(double x, double y)
           
 void setSize(double width, double height)
           
 void setTextRenderer(java.lang.String textRenderer)
           
 void setTop(double top)
           
 void setUnmovable(boolean unmovalble)
           
 void setUnresizable(boolean unresizable)
           
 void setWidth(double width)
           
 void setX(double x)
           
 void setY(double y)
           
 
インタフェース jp.carabiner.inkpod.pi.shape.PDefaultObjectShape から継承されたメソッド
getBottomTextPadding, getFillAlpha, getFillColor, getFillColor2, getFont, getFrameAlpha, getGradientTypeName, getLeftTextPadding, getLineColor, getLineType, getLineWidth, getRightTextPadding, getShadowAlpha, getShadowColor, getShadowOffset, getTextAlign, getTextAlpha, getTextColor, getTextLineSpace, getTextVerticalAlign, getTopTextPadding, isDrawFrame, isFill, isGradient, isShadow, isTextUneditable, setBottomTextPadding, setDrawFrame, setFill, setFillAlpha, setFillColor, setFillColor2, setFont, setFrameAlpha, setGradient, setGradientTypeName, setLeftTextPadding, setLineColor, setLineType, setLineWidth, setRightTextPadding, setShadow, setShadowAlpha, setShadowColor, setShadowOffset, setText, setTextAlign, setTextAlpha, setTextColor, setTextLineSpace, setTextUneditable, setTextVerticalAlign, setTopTextPadding
 
インタフェース jp.carabiner.inkpod.pi.shape.PNodeObjectShape から継承されたメソッド
getBounds2D, getConnectionPoint, getConnectionPoint, getFrameLineShape, getFrameShape, getObject, getRenderer, getRotatedFrameShape, getStrokedFrameLineShape, getStrokedRotatedFrameLineShape
 
インタフェース jp.carabiner.inkpod.pi.shape.PObjectShape から継承されたメソッド
autoReshape, autoReshape, contains, flipHorizontal, flipVertical, getBounds, getBounds, getCenterPoint, getCenterPoint, getLocation, getLocation, getRawBounds, getRotation, getRotationTransform, getSearchableText, getShapeType, getShapeTypeName, getText, intersects, isBoundsMovable, isBoundsResizable, isEditing, isFlip, isHorizontalResizable, isVerticalResizable, readyAutoReshape, setBounds, setFlip, setLocation, setLocation, setLocation, setLocation, setRotation, updateShape
 

メソッドの詳細

getRect

java.awt.geom.Rectangle2D getRect()

getRect

java.awt.geom.Rectangle2D getRect(java.awt.geom.Rectangle2D rect)

setSize

void setSize(double width,
             double height)

setRect

void setRect(long x,
             long y,
             long width,
             long height)

setRect

void setRect(double x,
             double y,
             double width,
             double height)

getWidth

double getWidth()

setWidth

void setWidth(double width)

getHeight

double getHeight()

setHeight

void setHeight(double height)

getX

double getX()

setX

void setX(double x)

getY

double getY()

setY

void setY(double y)

setLeft

void setLeft(double left)

getLeft

double getLeft()

setTop

void setTop(double top)

getTop

double getTop()

getRight

double getRight()

setRight

void setRight(double right)

getBottom

double getBottom()

setBottom

void setBottom(double bottom)

setLeftTop

void setLeftTop(double x,
                double y)

setLeftBottom

void setLeftBottom(double x,
                   double y)

setRightTop

void setRightTop(double x,
                 double y)

setRightBottom

void setRightBottom(double x,
                    double y)

isUnmovable

boolean isUnmovable()

setUnmovable

void setUnmovable(boolean unmovalble)

isUnresizable

boolean isUnresizable()

setUnresizable

void setUnresizable(boolean unresizable)

setTextRenderer

void setTextRenderer(java.lang.String textRenderer)

getTextRenderer

java.lang.String getTextRenderer()