|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.Shape
com.steema.teechart.TextShape
com.steema.teechart.TextShapePosition
com.steema.teechart.Title
public class Title
Title: Title class
Description: Underlying Title characteristics.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
protected boolean |
onTop
|
Fields inherited from class com.steema.teechart.TextShapePosition |
---|
bCustomPosition |
Fields inherited from class com.steema.teechart.TextShape |
---|
defaultText, drawText |
Fields inherited from class com.steema.teechart.Shape |
---|
bBevel, bBorderRound, bBrush, bImageBevel, bTransparent, defaultVisible, pPen, shadow, shapeBounds, visible |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart |
Constructor Summary | |
---|---|
Title(IBaseChart c)
|
Method Summary | |
---|---|
boolean |
clicked(int x,
int y)
Returns if mouse cursor is inside TChartTitle bound rectangle. |
boolean |
clicked(java.awt.Point p)
Returns if mouse cursor is inside TChartTitle bound rectangle. |
protected Rectangle |
doDraw(IGraphics3D g,
Rectangle rect,
boolean customOnly)
|
protected Rectangle |
draw(IGraphics3D g,
Rectangle rect)
|
boolean |
getAdjustFrame()
Resizes Header and Footer frames to full Chart dimensions when true. |
StringAlignment |
getAlignment()
Determines how tChart Header and Footer text will be aligned within the Chart rectangle. |
protected java.lang.Object |
readResolve()
|
void |
setAdjustFrame(boolean value)
Resizes Header and Footer frames to full Chart dimensions when true. |
void |
setAlignment(StringAlignment value)
Sets how tChart Header and Footer text will be aligned within the Chart rectangle. |
Methods inherited from class com.steema.teechart.TextShapePosition |
---|
getCustomPosition, setCustomPosition, shouldSerializeBottom, shouldSerializeLeft, shouldSerializeRight, shouldSerializeTop |
Methods inherited from class com.steema.teechart.TextShape |
---|
assign, drawRectRotated, getFont, getLines, getLinesLength, getShadowSize, getShapeStyle, getText, getTextFormat, paint, paint, setChart, setDrawText, setLines, setShadowSize, setShapeStyle, setText, setTextFormat |
Methods inherited from class com.steema.teechart.Shape |
---|
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, setColor, setDefaultVisible, setHeight, setImage, setImageMode, setImageTransparent, setLeft, setPen, setRight, setShapeBounds, setTop, setTransparency, setTransparent, setVisible, setWidth |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setColorProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected transient boolean onTop
Constructor Detail |
---|
public Title(IBaseChart c)
Method Detail |
---|
protected java.lang.Object readResolve()
readResolve
in class TextShape
public boolean getAdjustFrame()
public void setAdjustFrame(boolean value)
value
- booleanpublic StringAlignment getAlignment()
public void setAlignment(StringAlignment value)
value
- StringAlignmentpublic boolean clicked(java.awt.Point p)
p
- Point
public boolean clicked(int x, int y)
x
- inty
- int
protected Rectangle doDraw(IGraphics3D g, Rectangle rect, boolean customOnly)
protected Rectangle draw(IGraphics3D g, Rectangle rect)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |