|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.LyComponent
leon.view.LyAxis
public class LyAxis
The LyAxis class is a generated Java implementation that corresponds to the element AXIS of the descriptive grammar of the views (views.dtd). <AXIS> : Axis Setting An AXIS element allows defining the limits of the X and Y axis, as well as the difference between the graduations. This element is useful only in the case where the type of graph is not a pie, and for the variables of number or date type.
See also tag AXIS of grammar leon_views.dtd.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.view.LyComponent |
---|
LyComponent.EventType |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Fields inherited from class leon.view.LyComponent |
---|
_nbComponents, INIT_RESOURCE_ID, INTERNAL_ID_SEP, REWRITING_MODE, SEP_ID |
Constructor Summary | |
---|---|
LyAxis()
Default constructor. |
Method Summary | |
---|---|
LyComponent |
cloneComponent()
Method for cloning a component. |
java.lang.String |
getXBegin()
Gets value of xBegin. |
java.lang.String |
getXEnd()
Gets value of xEnd. |
java.lang.String |
getXWidth()
Gets value of xWidth. |
java.lang.String |
getYBegin()
Gets value of yBegin. |
java.lang.String |
getYEnd()
Gets value of yEnd. |
java.lang.String |
getYWidth()
Gets value of yWidth. |
void |
setXBegin(java.lang.String xBegin)
Initializes attribute xBegin to the given value. |
void |
setXEnd(java.lang.String xEnd)
Initializes attribute xEnd to the given value. |
void |
setXWidth(java.lang.String xWidth)
Initializes attribute xWidth to the given value. |
void |
setYBegin(java.lang.String yBegin)
Initializes attribute yBegin to the given value. |
void |
setYEnd(java.lang.String yEnd)
Initializes attribute yEnd to the given value. |
void |
setYWidth(java.lang.String yWidth)
Initializes attribute yWidth to the given value. |
void |
writeXml(java.io.PrintWriter pw,
boolean debug)
Method to rewrite XML corresponding to this component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyAxis()
Method Detail |
---|
public LyComponent cloneComponent()
cloneComponent
in class LyComponent
public java.lang.String getXBegin()
public java.lang.String getXEnd()
public java.lang.String getXWidth()
public java.lang.String getYBegin()
public java.lang.String getYEnd()
public java.lang.String getYWidth()
public void setXBegin(java.lang.String xBegin)
xBegin
- New value of xBegin.public void setXEnd(java.lang.String xEnd)
xEnd
- New value of xEnd.public void setXWidth(java.lang.String xWidth)
xWidth
- New value of xWidth.public void setYBegin(java.lang.String yBegin)
yBegin
- New value of yBegin.public void setYEnd(java.lang.String yEnd)
yEnd
- New value of yEnd.public void setYWidth(java.lang.String yWidth)
yWidth
- New value of yWidth.public void writeXml(java.io.PrintWriter pw, boolean debug)
writeXml
in class LyComponent
pw
- the printWriter on which the XML is written.debug
- true if debug mode (full dump).
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |