public class TextShapePosition extends TextShape
Title: TextShapePosition class
Description: Shape Custom Position.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
protected boolean |
bCustomPosition |
defaultText, drawText
bBevel, bBorderRound, bBrush, bImageBevel, bTransparent, defaultVisible, pPen, shadow, shapeBounds, visible
chart, 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, setTextFormat
assign, 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, setWidth
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public TextShapePosition(IBaseChart c)
public boolean getCustomPosition()
public void setCustomPosition(boolean value)
value
- booleanprotected boolean shouldSerializeLeft()
protected boolean shouldSerializeTop()
protected boolean shouldSerializeRight()
protected boolean shouldSerializeBottom()