public class TextShapePosition extends TextShape
Title: TextShapePosition class
Description: Shape Custom Position.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
bCustomPosition |
defaultText, drawTextbBevel, bBorderRound, bBrush, bImageBevel, bTransparent, defaultVisible, pPen, shadow, shapeBounds, visiblechart, InternalUse| Constructor and Description |
|---|
TextShapePosition(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCustomPosition()
Allows custom positioning of TextShape when true.
Default value: false |
void |
setCustomPosition(boolean value)
Set to true to permit custom positioning of TextShape.
Default value: false |
protected boolean |
shouldSerializeBottom() |
protected boolean |
shouldSerializeLeft() |
protected boolean |
shouldSerializeRight() |
protected boolean |
shouldSerializeTop() |
assign, drawRectRotated, drawString, drawText, getAutoSize, getFont, getLines, getLinesLength, getShadowSize, getShapeStyle, getText, getTextFormat, paint, paint, paint, readResolve, setAutoSize, setChart, setDrawText, setLines, setShadowSize, setShapeStyle, setText, setTextFormatassign, getBevel, getBevelInner, getBevelOuter, getBevelWidth, getBorderRound, getBottom, getBrush, getColor, getGradient, getHeight, getImage, getImageBevel, getImageMode, getImageTransparent, getLeft, getPen, getRight, getShadow, getShapeBounds, getTop, getTransparency, getTransparent, getVisible, getWidth, setBevel, setBevelInner, setBevelOuter, setBevelWidth, setBorderRound, setBottom, setBrush, setColor, setDefaultVisible, setHeight, setImage, setImageMode, setImageTransparent, setLeft, setPen, setRight, setShapeBounds, setTop, setTransparency, setTransparent, setVisible, setWidthgetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic TextShapePosition(IBaseChart c)
public boolean getCustomPosition()
public void setCustomPosition(boolean value)
value - booleanprotected boolean shouldSerializeLeft()
protected boolean shouldSerializeTop()
protected boolean shouldSerializeRight()
protected boolean shouldSerializeBottom()