Constructor and Description |
---|
DefaultGrfState()
Constructor for the DefaultGrfState object
|
DefaultGrfState(double istyle,
double iwidth,
double isize,
double ifont,
double icolour)
Constructor for the DefaultGrfState object
|
DefaultGrfState(double istyle,
double iwidth,
double isize,
double ifont,
double icolour,
Rectangle iclip,
double ialpha)
Constructor for the DefaultGrfState object
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
double |
getAlpha()
Gets the alpha attribute of the DefaultGrfState object
|
Rectangle |
getClip()
Gets the clip attribute of the DefaultGrfState object
|
double |
getColour()
Gets the colour attribute of the DefaultGrfState object
|
double |
getFont()
Gets the font attribute of the DefaultGrfState object
|
double |
getSize()
Gets the size attribute of the DefaultGrfState object
|
double |
getStyle()
Gets the style attribute of the DefaultGrfState object
|
double |
getWidth()
Gets the width attribute of the DefaultGrfState object
|
void |
setAlpha(double value)
Sets the alpha attribute of the DefaultGrfState object
|
void |
setClip(Rectangle value)
Sets the clip attribute of the DefaultGrfState object
|
void |
setColour(double value)
Sets the colour attribute of the DefaultGrfState object
|
void |
setFont(double value)
Sets the font attribute of the DefaultGrfState object
|
void |
setSize(double value)
Sets the size attribute of the DefaultGrfState object
|
void |
setStyle(double value)
Sets the style attribute of the DefaultGrfState object
|
void |
setWidth(double value)
Sets the width attribute of the DefaultGrfState object
|
String |
toString() |
public DefaultGrfState()
public DefaultGrfState(double istyle, double iwidth, double isize, double ifont, double icolour)
public DefaultGrfState(double istyle, double iwidth, double isize, double ifont, double icolour, Rectangle iclip, double ialpha)
public double getWidth()
public double getSize()
public double getFont()
public double getColour()
public double getStyle()
public Rectangle getClip()
public double getAlpha()
public void setWidth(double value)
public void setSize(double value)
public void setFont(double value)
public void setColour(double value)
public void setStyle(double value)
public void setClip(Rectangle value)
public void setAlpha(double value)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.