|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
public class TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
Copyright (c) 2005-2012 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
IBaseChart |
chart
|
boolean |
InternalUse
|
Constructor Summary | |
---|---|
TeeBase(IBaseChart chart)
|
Method Summary | |
---|---|
IBaseChart |
getChart()
Chart associated with this object. |
void |
invalidate()
Use invalidate when the entire canvas needs to be repainted. |
protected boolean |
setBooleanProperty(boolean variable,
boolean value)
|
void |
setChart(IBaseChart value)
Chart associated with this object. |
protected Color |
setColorProperty(Color variable,
Color value)
|
protected double |
setDoubleProperty(double variable,
double value)
|
protected int |
setIntegerProperty(int variable,
int value)
|
protected java.lang.String |
setStringProperty(java.lang.String variable,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public transient IBaseChart chart
public transient boolean InternalUse
Constructor Detail |
---|
public TeeBase(IBaseChart chart)
Method Detail |
---|
public IBaseChart getChart()
public void setChart(IBaseChart value)
value
- IBaseChartprotected Color setColorProperty(Color variable, Color value)
protected int setIntegerProperty(int variable, int value)
protected double setDoubleProperty(double variable, double value)
protected boolean setBooleanProperty(boolean variable, boolean value)
variable
- boolean. Boolean variable to change.value
- boolean. New value.
protected java.lang.String setStringProperty(java.lang.String variable, java.lang.String value)
public void invalidate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |