public abstract class VirtualCBusGraphType extends Object
Constructor and Description |
---|
VirtualCBusGraphType(VirtualCBusGraph busGraph,
int chartType)
Creates a new object from REXX.
|
VirtualCBusGraphType(VirtualCBusGraph busGraph,
PhantomCBusGraphType phantomTypeObject,
VirtualPanel panel)
Creates a new object by reading the Phantom file.
|
VirtualCBusGraphType(VirtualCBusGraphType typeObject,
int chartType)
Creates a new object from an already existing type object.
|
Modifier and Type | Method and Description |
---|---|
void |
fireCreate(Transaction trans)
This method is used to fire a create message to the client by
a virtual class.
|
void |
fireUpdate(Transaction trans)
This method is used to fire an update message to the client by
a virtual class.
|
char |
getDecimalSeparator()
Returns the decimal deparator.
|
char |
getListSeparator()
Returns the list separator.
|
int |
getStdFont()
Returns the std font.
|
char |
getThousandSeparator()
Returns the thousand separator.
|
int |
getType()
Returns the type.
|
protected void |
initChart(int chartType,
boolean create)
Initializes the object.
|
void |
setBackColor(int color)
Sets the background color to a new value.
|
void |
setBaseWidth(int width)
Sets the baseWidth to a new value.
|
void |
setBorderGutter(int gutter)
Sets the borderGutter to a new value.
|
void |
setDecimalSeparator(char decimal)
Sets the decimal separator.
|
void |
setFlagBorder(int flag)
Sets the flagBorder to a new value.
|
void |
setFlagHundredPercent(int flag)
Sets the flagHundredPercent to a new value.
|
void |
setFlagStackedValues(int flag)
Sets the flagStackedValues to a new value.
|
void |
setForeColor(int color)
Sets the foreground color to a new value.
|
void |
setListSeparator(char list)
Sets the list separator.
|
void |
setThousandSeparator(char thousand)
Sets the thousand separator.
|
void |
setTitleColor(int color)
Sets the title color.
|
void |
setTitleFont(int font,
boolean hasFontFace,
boolean hasFontSize,
boolean hasFontAttr)
Sets the title font.
|
void |
setTitleText(String text)
Sets the titleText to a new value.
|
void |
setType(int type)
Sets the type to a new value.
|
public VirtualCBusGraphType(VirtualCBusGraph busGraph, PhantomCBusGraphType phantomTypeObject, VirtualPanel panel)
public VirtualCBusGraphType(VirtualCBusGraphType typeObject, int chartType)
public VirtualCBusGraphType(VirtualCBusGraph busGraph, int chartType)
protected void initChart(int chartType, boolean create)
public void fireCreate(Transaction trans)
public void fireUpdate(Transaction trans)
public char getListSeparator()
public char getThousandSeparator()
public char getDecimalSeparator()
public int getStdFont()
public int getType()
public void setTitleFont(int font, boolean hasFontFace, boolean hasFontSize, boolean hasFontAttr)
public void setTitleColor(int color)
public void setTitleText(String text)
public void setListSeparator(char list)
public void setThousandSeparator(char thousand)
public void setDecimalSeparator(char decimal)
public void setFlagHundredPercent(int flag)
public void setFlagStackedValues(int flag)
public void setBorderGutter(int gutter)
public void setBaseWidth(int width)
public void setFlagBorder(int flag)
public void setType(int type)
public void setBackColor(int color)
public void setForeColor(int color)
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.