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

すべてのスーパーインタフェース:
PObjectShape
既知のサブインタフェースの一覧:
IAbstractNodeShape, IAbstractRectangleShape, IAbstractRelationShape, IBezierCurvesNodeShape, ICurveRelationShape, IDefaultObjectShape, IDiamondShape, ILineRelationShape, IOvalShape, IPolylineRelationShape, IRectangleShape, IRightAngleRelationShape, IRoundrectShape, PAbstractNodeShape, PAbstractRectangleShape, PAbstractRelationShape, PBezierCurvesNodeShape, PCurveRelationShape, PDiamondShape, POvalShape, PPolylineRelationShape, PRectangleShape, PRightAngleRelationShape, PRoundrectShape
既知の実装クラスの一覧:
AbstractDefaultObjectShape, AbstractNodeShape, AbstractRectangleShape, AbstractRelationShape, BezierCurvesNodeShape, CurveRelationShape, DiamondShape, OvalShape, PolylineRelationShape, RectangleShape, RightAngleRelationShape, RoundrectShape

public interface PDefaultObjectShape
extends PObjectShape

標準のシェイプ共通のインタフェース


メソッドの概要
 int getBottomTextPadding()
           
 int getFillAlpha()
           
 java.awt.Color getFillColor()
           
 java.awt.Color getFillColor2()
           
 java.awt.Font getFont()
           
 int getFrameAlpha()
           
 java.lang.String getGradientTypeName()
           
 int getLeftTextPadding()
           
 java.awt.Color getLineColor()
           
 LineStroke getLineType()
           
 int getLineWidth()
           
 int getRightTextPadding()
           
 int getShadowAlpha()
           
 java.awt.Color getShadowColor()
           
 int getShadowOffset()
           
 HorizontalAlign getTextAlign()
           
 int getTextAlpha()
           
 java.awt.Color getTextColor()
           
 int getTextLineSpace()
           
 VerticalAlign getTextVerticalAlign()
           
 int getTopTextPadding()
           
 boolean isDrawFrame()
           
 boolean isFill()
           
 boolean isGradient()
           
 boolean isShadow()
           
 boolean isTextUneditable()
           
 void setBottomTextPadding(int bottomTextPadding)
           
 void setDrawFrame(boolean draw)
           
 void setFill(boolean fill)
           
 void setFillAlpha(int alpha)
           
 void setFillColor(java.awt.Color fillColor)
           
 void setFillColor2(java.awt.Color fillColor2)
           
 void setFont(java.awt.Font font)
           
 void setFrameAlpha(int alpha)
           
 void setGradient(boolean gradient)
           
 void setGradientTypeName(java.lang.String gradientTypeName)
           
 void setLeftTextPadding(int leftTextPadding)
           
 void setLineColor(java.awt.Color color)
           
 void setLineType(LineStroke lineStroke)
           
 void setLineWidth(int lineWidth)
           
 void setRightTextPadding(int rightTextPadding)
           
 void setShadow(boolean shadow)
           
 void setShadowAlpha(int alpha)
           
 void setShadowColor(java.awt.Color shadowColor)
           
 void setShadowOffset(int shadowSize)
           
 void setText(java.lang.String text)
           
 void setTextAlign(HorizontalAlign textAlign)
           
 void setTextAlpha(int alpha)
           
 void setTextColor(java.awt.Color textColor)
           
 void setTextLineSpace(int textLineSpace)
           
 void setTextUneditable(boolean textUneditable)
           
 void setTextVerticalAlign(VerticalAlign textVerticalAlign)
           
 void setTopTextPadding(int topTextPadding)
           
 
インタフェース jp.carabiner.inkpod.pi.shape.PObjectShape から継承されたメソッド
autoReshape, autoReshape, contains, flipHorizontal, flipVertical, getBounds, getBounds, getCenterPoint, getCenterPoint, getLocation, getLocation, getObject, getRawBounds, getRenderer, getRotation, getRotationTransform, getSearchableText, getShapeType, getShapeTypeName, getText, intersects, isBoundsMovable, isBoundsResizable, isEditing, isFlip, isHorizontalResizable, isVerticalResizable, readyAutoReshape, setBounds, setFlip, setLocation, setLocation, setLocation, setLocation, setRotation, updateShape
 

メソッドの詳細

setLineColor

void setLineColor(java.awt.Color color)

getLineColor

java.awt.Color getLineColor()

setText

void setText(java.lang.String text)

getFont

java.awt.Font getFont()

setFont

void setFont(java.awt.Font font)

getTextColor

java.awt.Color getTextColor()

setTextColor

void setTextColor(java.awt.Color textColor)

getTextAlign

HorizontalAlign getTextAlign()

setTextAlign

void setTextAlign(HorizontalAlign textAlign)

getTextVerticalAlign

VerticalAlign getTextVerticalAlign()

setTextVerticalAlign

void setTextVerticalAlign(VerticalAlign textVerticalAlign)

getLeftTextPadding

int getLeftTextPadding()

setLeftTextPadding

void setLeftTextPadding(int leftTextPadding)

getTopTextPadding

int getTopTextPadding()

setTopTextPadding

void setTopTextPadding(int topTextPadding)

getRightTextPadding

int getRightTextPadding()

setRightTextPadding

void setRightTextPadding(int rightTextPadding)

getBottomTextPadding

int getBottomTextPadding()

setBottomTextPadding

void setBottomTextPadding(int bottomTextPadding)

getTextLineSpace

int getTextLineSpace()

setTextLineSpace

void setTextLineSpace(int textLineSpace)

isShadow

boolean isShadow()

setShadow

void setShadow(boolean shadow)

isDrawFrame

boolean isDrawFrame()

setDrawFrame

void setDrawFrame(boolean draw)

isFill

boolean isFill()

setFill

void setFill(boolean fill)

getFillColor

java.awt.Color getFillColor()

setFillColor

void setFillColor(java.awt.Color fillColor)

getFillColor2

java.awt.Color getFillColor2()

setFillColor2

void setFillColor2(java.awt.Color fillColor2)

isGradient

boolean isGradient()

setGradient

void setGradient(boolean gradient)

getGradientTypeName

java.lang.String getGradientTypeName()

setGradientTypeName

void setGradientTypeName(java.lang.String gradientTypeName)

getShadowColor

java.awt.Color getShadowColor()

setShadowColor

void setShadowColor(java.awt.Color shadowColor)

getShadowOffset

int getShadowOffset()

setShadowOffset

void setShadowOffset(int shadowSize)

getShadowAlpha

int getShadowAlpha()

setShadowAlpha

void setShadowAlpha(int alpha)

getLineWidth

int getLineWidth()

setLineWidth

void setLineWidth(int lineWidth)

getLineType

LineStroke getLineType()

setLineType

void setLineType(LineStroke lineStroke)

getFrameAlpha

int getFrameAlpha()

setFrameAlpha

void setFrameAlpha(int alpha)

getTextAlpha

int getTextAlpha()

setTextAlpha

void setTextAlpha(int alpha)

getFillAlpha

int getFillAlpha()

setFillAlpha

void setFillAlpha(int alpha)

isTextUneditable

boolean isTextUneditable()

setTextUneditable

void setTextUneditable(boolean textUneditable)