|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.rrd.TimeAxis
public class TimeAxis
Class TimeAxis.
| Constructor Summary | |
|---|---|
TimeAxis()
|
|
| Method Summary | |
|---|---|
void |
deleteCenter_labels()
|
void |
deleteMaj_grid_unit_steps()
|
void |
deleteMin_grid_unit_steps()
|
boolean |
getCenter_labels()
Returns the value of field 'center_labels'. |
String |
getDate_format()
Returns the value of field 'date_format'. |
DayOfWeek |
getFirst_day_of_week()
Returns the value of field 'first_day_of_week'. |
GridTimeUnit |
getMaj_grid_time_unit()
Returns the value of field 'maj_grid_time_unit'. |
int |
getMaj_grid_unit_steps()
Returns the value of field 'maj_grid_unit_steps'. |
GridTimeUnit |
getMin_grid_time_unit()
Returns the value of field 'min_grid_time_unit'. |
int |
getMin_grid_unit_steps()
Returns the value of field 'min_grid_unit_steps'. |
boolean |
hasCenter_labels()
Method hasCenter_labels. |
boolean |
hasMaj_grid_unit_steps()
Method hasMaj_grid_unit_steps. |
boolean |
hasMin_grid_unit_steps()
Method hasMin_grid_unit_steps. |
boolean |
isCenter_labels()
Returns the value of field 'center_labels'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setCenter_labels(boolean center_labels)
Sets the value of field 'center_labels'. |
void |
setDate_format(String date_format)
Sets the value of field 'date_format'. |
void |
setFirst_day_of_week(DayOfWeek first_day_of_week)
Sets the value of field 'first_day_of_week'. |
void |
setMaj_grid_time_unit(GridTimeUnit maj_grid_time_unit)
Sets the value of field 'maj_grid_time_unit'. |
void |
setMaj_grid_unit_steps(int maj_grid_unit_steps)
Sets the value of field 'maj_grid_unit_steps'. |
void |
setMin_grid_time_unit(GridTimeUnit min_grid_time_unit)
Sets the value of field 'min_grid_time_unit'. |
void |
setMin_grid_unit_steps(int min_grid_unit_steps)
Sets the value of field 'min_grid_unit_steps'. |
static TimeAxis |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeAxis()
| Method Detail |
|---|
public void deleteCenter_labels()
public void deleteMaj_grid_unit_steps()
public void deleteMin_grid_unit_steps()
public boolean getCenter_labels()
public String getDate_format()
public DayOfWeek getFirst_day_of_week()
public GridTimeUnit getMaj_grid_time_unit()
public int getMaj_grid_unit_steps()
public GridTimeUnit getMin_grid_time_unit()
public int getMin_grid_unit_steps()
public boolean hasCenter_labels()
public boolean hasMaj_grid_unit_steps()
public boolean hasMin_grid_unit_steps()
public boolean isCenter_labels()
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 marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setCenter_labels(boolean center_labels)
center_labels - the value of field 'center_labels'.public void setDate_format(String date_format)
date_format - the value of field 'date_format'.public void setFirst_day_of_week(DayOfWeek first_day_of_week)
first_day_of_week - the value of field
'first_day_of_week'.public void setMaj_grid_time_unit(GridTimeUnit maj_grid_time_unit)
maj_grid_time_unit - the value of field
'maj_grid_time_unit'.public void setMaj_grid_unit_steps(int maj_grid_unit_steps)
maj_grid_unit_steps - the value of field
'maj_grid_unit_steps'.public void setMin_grid_time_unit(GridTimeUnit min_grid_time_unit)
min_grid_time_unit - the value of field
'min_grid_time_unit'.public void setMin_grid_unit_steps(int min_grid_unit_steps)
min_grid_unit_steps - the value of field
'min_grid_unit_steps'.
public static TimeAxis 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 marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||