public class Options extends Object implements Serializable
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAnti_aliasing() |
void |
deleteBase_value() |
void |
deleteFront_grid() |
void |
deleteGrid_x() |
void |
deleteGrid_y() |
void |
deleteLeft_padding() |
void |
deleteMajor_grid_x() |
void |
deleteMajor_grid_y() |
void |
deleteMinor_grid_x() |
void |
deleteMinor_grid_y() |
void |
deleteShow_legend() |
void |
deleteShow_signature() |
void |
deleteUnits_exponent() |
boolean |
getAnti_aliasing()
Returns the value of field 'anti_aliasing'.
|
String |
getArrow_color()
Returns the value of field 'arrow_color'.
|
String |
getAxis_color()
Returns the value of field 'axis_color'.
|
String |
getBack_color()
Returns the value of field 'back_color'.
|
String |
getBackground()
Returns the value of field 'background'.
|
int |
getBase_value()
Returns the value of field 'base_value'.
|
Border |
getBorder()
Returns the value of field 'border'.
|
String |
getCanvas()
Returns the value of field 'canvas'.
|
String |
getDefault_font_color()
Returns the value of field 'default_font_color'.
|
Default_font |
getDefault_font()
Returns the value of field 'default_font'.
|
String |
getFrame_color()
Returns the value of field 'frame_color'.
|
boolean |
getFront_grid()
Returns the value of field 'front_grid'.
|
Grid_range |
getGrid_range()
Returns the value of field 'grid_range'.
|
boolean |
getGrid_x()
Returns the value of field 'grid_x'.
|
boolean |
getGrid_y()
Returns the value of field 'grid_y'.
|
int |
getLeft_padding()
Returns the value of field 'left_padding'.
|
String |
getMajor_grid_color()
Returns the value of field 'major_grid_color'.
|
boolean |
getMajor_grid_x()
Returns the value of field 'major_grid_x'.
|
boolean |
getMajor_grid_y()
Returns the value of field 'major_grid_y'.
|
String |
getMinor_grid_color()
Returns the value of field 'minor_grid_color'.
|
boolean |
getMinor_grid_x()
Returns the value of field 'minor_grid_x'.
|
boolean |
getMinor_grid_y()
Returns the value of field 'minor_grid_y'.
|
String |
getOverlay()
Returns the value of field 'overlay'.
|
boolean |
getShow_legend()
Returns the value of field 'show_legend'.
|
boolean |
getShow_signature()
Returns the value of field 'show_signature'.
|
String |
getTime_axis_label()
Returns the value of field 'time_axis_label'.
|
Time_axis |
getTime_axis()
Returns the value of field 'time_axis'.
|
String |
getTitle_font_color()
Returns the value of field 'title_font_color'.
|
Title_font |
getTitle_font()
Returns the value of field 'title_font'.
|
String |
getTitle()
Returns the value of field 'title'.
|
int |
getUnits_exponent()
Returns the value of field 'units_exponent'.
|
Value_axis |
getValue_axis()
Returns the value of field 'value_axis'.
|
String |
getVertical_label()
Returns the value of field 'vertical_label'.
|
boolean |
hasAnti_aliasing()
Method hasAnti_aliasing.
|
boolean |
hasBase_value()
Method hasBase_value.
|
boolean |
hasFront_grid()
Method hasFront_grid.
|
boolean |
hasGrid_x()
Method hasGrid_x.
|
boolean |
hasGrid_y()
Method hasGrid_y.
|
boolean |
hasLeft_padding()
Method hasLeft_padding.
|
boolean |
hasMajor_grid_x()
Method hasMajor_grid_x.
|
boolean |
hasMajor_grid_y()
Method hasMajor_grid_y.
|
boolean |
hasMinor_grid_x()
Method hasMinor_grid_x.
|
boolean |
hasMinor_grid_y()
Method hasMinor_grid_y.
|
boolean |
hasShow_legend()
Method hasShow_legend.
|
boolean |
hasShow_signature()
Method hasShow_signature.
|
boolean |
hasUnits_exponent()
Method hasUnits_exponent.
|
boolean |
isAnti_aliasing()
Returns the value of field 'anti_aliasing'.
|
boolean |
isFront_grid()
Returns the value of field 'front_grid'.
|
boolean |
isGrid_x()
Returns the value of field 'grid_x'.
|
boolean |
isGrid_y()
Returns the value of field 'grid_y'.
|
boolean |
isMajor_grid_x()
Returns the value of field 'major_grid_x'.
|
boolean |
isMajor_grid_y()
Returns the value of field 'major_grid_y'.
|
boolean |
isMinor_grid_x()
Returns the value of field 'minor_grid_x'.
|
boolean |
isMinor_grid_y()
Returns the value of field 'minor_grid_y'.
|
boolean |
isShow_legend()
Returns the value of field 'show_legend'.
|
boolean |
isShow_signature()
Returns the value of field 'show_signature'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setAnti_aliasing(boolean anti_aliasing)
Sets the value of field 'anti_aliasing'.
|
void |
setArrow_color(String arrow_color)
Sets the value of field 'arrow_color'.
|
void |
setAxis_color(String axis_color)
Sets the value of field 'axis_color'.
|
void |
setBack_color(String back_color)
Sets the value of field 'back_color'.
|
void |
setBackground(String background)
Sets the value of field 'background'.
|
void |
setBase_value(int base_value)
Sets the value of field 'base_value'.
|
void |
setBorder(Border border)
Sets the value of field 'border'.
|
void |
setCanvas(String canvas)
Sets the value of field 'canvas'.
|
void |
setDefault_font_color(String default_font_color)
Sets the value of field 'default_font_color'.
|
void |
setDefault_font(Default_font default_font)
Sets the value of field 'default_font'.
|
void |
setFrame_color(String frame_color)
Sets the value of field 'frame_color'.
|
void |
setFront_grid(boolean front_grid)
Sets the value of field 'front_grid'.
|
void |
setGrid_range(Grid_range grid_range)
Sets the value of field 'grid_range'.
|
void |
setGrid_x(boolean grid_x)
Sets the value of field 'grid_x'.
|
void |
setGrid_y(boolean grid_y)
Sets the value of field 'grid_y'.
|
void |
setLeft_padding(int left_padding)
Sets the value of field 'left_padding'.
|
void |
setMajor_grid_color(String major_grid_color)
Sets the value of field 'major_grid_color'.
|
void |
setMajor_grid_x(boolean major_grid_x)
Sets the value of field 'major_grid_x'.
|
void |
setMajor_grid_y(boolean major_grid_y)
Sets the value of field 'major_grid_y'.
|
void |
setMinor_grid_color(String minor_grid_color)
Sets the value of field 'minor_grid_color'.
|
void |
setMinor_grid_x(boolean minor_grid_x)
Sets the value of field 'minor_grid_x'.
|
void |
setMinor_grid_y(boolean minor_grid_y)
Sets the value of field 'minor_grid_y'.
|
void |
setOverlay(String overlay)
Sets the value of field 'overlay'.
|
void |
setShow_legend(boolean show_legend)
Sets the value of field 'show_legend'.
|
void |
setShow_signature(boolean show_signature)
Sets the value of field 'show_signature'.
|
void |
setTime_axis_label(String time_axis_label)
Sets the value of field 'time_axis_label'.
|
void |
setTime_axis(Time_axis time_axis)
Sets the value of field 'time_axis'.
|
void |
setTitle_font_color(String title_font_color)
Sets the value of field 'title_font_color'.
|
void |
setTitle_font(Title_font title_font)
Sets the value of field 'title_font'.
|
void |
setTitle(String title)
Sets the value of field 'title'.
|
void |
setUnits_exponent(int units_exponent)
Sets the value of field 'units_exponent'.
|
void |
setValue_axis(Value_axis value_axis)
Sets the value of field 'value_axis'.
|
void |
setVertical_label(String vertical_label)
Sets the value of field 'vertical_label'.
|
static Options |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteAnti_aliasing()
public void deleteBase_value()
public void deleteFront_grid()
public void deleteGrid_x()
public void deleteGrid_y()
public void deleteLeft_padding()
public void deleteMajor_grid_x()
public void deleteMajor_grid_y()
public void deleteMinor_grid_x()
public void deleteMinor_grid_y()
public void deleteShow_legend()
public void deleteShow_signature()
public void deleteUnits_exponent()
public boolean getAnti_aliasing()
public String getArrow_color()
public String getAxis_color()
public String getBack_color()
public String getBackground()
public int getBase_value()
public Border getBorder()
public String getCanvas()
public Default_font getDefault_font()
public String getDefault_font_color()
public String getFrame_color()
public boolean getFront_grid()
public Grid_range getGrid_range()
public boolean getGrid_x()
public boolean getGrid_y()
public int getLeft_padding()
public String getMajor_grid_color()
public boolean getMajor_grid_x()
public boolean getMajor_grid_y()
public String getMinor_grid_color()
public boolean getMinor_grid_x()
public boolean getMinor_grid_y()
public String getOverlay()
public boolean getShow_legend()
public boolean getShow_signature()
public Time_axis getTime_axis()
public String getTime_axis_label()
public String getTitle()
public Title_font getTitle_font()
public String getTitle_font_color()
public int getUnits_exponent()
public Value_axis getValue_axis()
public String getVertical_label()
public boolean hasAnti_aliasing()
public boolean hasBase_value()
public boolean hasFront_grid()
public boolean hasGrid_x()
public boolean hasGrid_y()
public boolean hasLeft_padding()
public boolean hasMajor_grid_x()
public boolean hasMajor_grid_y()
public boolean hasMinor_grid_x()
public boolean hasMinor_grid_y()
public boolean hasShow_legend()
public boolean hasShow_signature()
public boolean hasUnits_exponent()
public boolean isAnti_aliasing()
public boolean isFront_grid()
public boolean isGrid_x()
public boolean isGrid_y()
public boolean isMajor_grid_x()
public boolean isMajor_grid_y()
public boolean isMinor_grid_x()
public boolean isMinor_grid_y()
public boolean isShow_legend()
public boolean isShow_signature()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setAnti_aliasing(boolean anti_aliasing)
anti_aliasing
- the value of field 'anti_aliasing'.public void setArrow_color(String arrow_color)
arrow_color
- the value of field 'arrow_color'.public void setAxis_color(String axis_color)
axis_color
- the value of field 'axis_color'.public void setBack_color(String back_color)
back_color
- the value of field 'back_color'.public void setBackground(String background)
background
- the value of field 'background'.public void setBase_value(int base_value)
base_value
- the value of field 'base_value'.public void setBorder(Border border)
border
- the value of field 'border'.public void setCanvas(String canvas)
canvas
- the value of field 'canvas'.public void setDefault_font(Default_font default_font)
default_font
- the value of field 'default_font'.public void setDefault_font_color(String default_font_color)
default_font_color
- the value of field
'default_font_color'.public void setFrame_color(String frame_color)
frame_color
- the value of field 'frame_color'.public void setFront_grid(boolean front_grid)
front_grid
- the value of field 'front_grid'.public void setGrid_range(Grid_range grid_range)
grid_range
- the value of field 'grid_range'.public void setGrid_x(boolean grid_x)
grid_x
- the value of field 'grid_x'.public void setGrid_y(boolean grid_y)
grid_y
- the value of field 'grid_y'.public void setLeft_padding(int left_padding)
left_padding
- the value of field 'left_padding'.public void setMajor_grid_color(String major_grid_color)
major_grid_color
- the value of field 'major_grid_color'public void setMajor_grid_x(boolean major_grid_x)
major_grid_x
- the value of field 'major_grid_x'.public void setMajor_grid_y(boolean major_grid_y)
major_grid_y
- the value of field 'major_grid_y'.public void setMinor_grid_color(String minor_grid_color)
minor_grid_color
- the value of field 'minor_grid_color'public void setMinor_grid_x(boolean minor_grid_x)
minor_grid_x
- the value of field 'minor_grid_x'.public void setMinor_grid_y(boolean minor_grid_y)
minor_grid_y
- the value of field 'minor_grid_y'.public void setOverlay(String overlay)
overlay
- the value of field 'overlay'.public void setShow_legend(boolean show_legend)
show_legend
- the value of field 'show_legend'.public void setShow_signature(boolean show_signature)
show_signature
- the value of field 'show_signature'.public void setTime_axis(Time_axis time_axis)
time_axis
- the value of field 'time_axis'.public void setTime_axis_label(String time_axis_label)
time_axis_label
- the value of field 'time_axis_label'.public void setTitle(String title)
title
- the value of field 'title'.public void setTitle_font(Title_font title_font)
title_font
- the value of field 'title_font'.public void setTitle_font_color(String title_font_color)
title_font_color
- the value of field 'title_font_color'public void setUnits_exponent(int units_exponent)
units_exponent
- the value of field 'units_exponent'.public void setValue_axis(Value_axis value_axis)
value_axis
- the value of field 'value_axis'.public void setVertical_label(String vertical_label)
vertical_label
- the value of field 'vertical_label'.public static Options unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.