public class TeeBase
extends java.lang.Object
implements java.io.Serializable
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
IBaseChart |
chart |
boolean |
InternalUse |
Constructor and Description |
---|
TeeBase(IBaseChart chart) |
Modifier and Type | Method and Description |
---|---|
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) |
public transient IBaseChart chart
public transient boolean InternalUse
public TeeBase(IBaseChart chart)
public IBaseChart getChart()
public void setChart(IBaseChart value)
value
- IBaseChartprotected 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()