LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view
Class LyAxis

java.lang.Object
  extended by leon.view.LyComponent
      extended by leon.view.LyAxis

public class LyAxis
extends LyComponent

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:
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 leon.view.LyComponent
addComponent, addData, addEventFunction, clearChildrenBounds, free, freeze, getBounds, getChild, getChildCount, getChildFromCache, getChildrenBounds, getComponent, getComponent, getComponent, getComponent, getComponent, getComponentAt, getComponentAt, getComponentByInternalId, getComponentByLabel, getComponents, getComponentWithModel, getData, getDatas, getEnvironment, getEventFunctions, getId, getIdCode, getInternalId, getInternalView, getInternalView, getLock, getModel, getParent, getParentArea, getParentForm, getParentFormFieldId, getParentSplitter, getParentSplitter, getParentTab, getParentTab, getParentTabs, getParentTabs, getParentView, getRootController, getSetVisibleParent, getTag, getViewManager, isFreed, isFreeing, registerChildrenBounds, removeComponent, reset, resetChildrenCache, resetEventFunctions, setDatas, setInternalView, setVisible, useEventDefaultFunction, writeXml
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__VERSION

public static final java.lang.String __VERSION
See Also:
Constant Field Values
Constructor Detail

LyAxis

public LyAxis()
Default constructor.

Method Detail

cloneComponent

public LyComponent cloneComponent()
Method for cloning a component.

Specified by:
cloneComponent in class LyComponent

getXBegin

public java.lang.String getXBegin()
Gets value of xBegin.

Returns:
value of xBegin.

getXEnd

public java.lang.String getXEnd()
Gets value of xEnd.

Returns:
value of xEnd.

getXWidth

public java.lang.String getXWidth()
Gets value of xWidth.

Returns:
value of xWidth.

getYBegin

public java.lang.String getYBegin()
Gets value of yBegin.

Returns:
value of yBegin.

getYEnd

public java.lang.String getYEnd()
Gets value of yEnd.

Returns:
value of yEnd.

getYWidth

public java.lang.String getYWidth()
Gets value of yWidth.

Returns:
value of yWidth.

setXBegin

public void setXBegin(java.lang.String xBegin)
Initializes attribute xBegin to the given value.

Parameters:
xBegin - New value of xBegin.

setXEnd

public void setXEnd(java.lang.String xEnd)
Initializes attribute xEnd to the given value.

Parameters:
xEnd - New value of xEnd.

setXWidth

public void setXWidth(java.lang.String xWidth)
Initializes attribute xWidth to the given value.

Parameters:
xWidth - New value of xWidth.

setYBegin

public void setYBegin(java.lang.String yBegin)
Initializes attribute yBegin to the given value.

Parameters:
yBegin - New value of yBegin.

setYEnd

public void setYEnd(java.lang.String yEnd)
Initializes attribute yEnd to the given value.

Parameters:
yEnd - New value of yEnd.

setYWidth

public void setYWidth(java.lang.String yWidth)
Initializes attribute yWidth to the given value.

Parameters:
yWidth - New value of yWidth.

writeXml

public void writeXml(java.io.PrintWriter pw,
                     boolean debug)
Method to rewrite XML corresponding to this component.

Specified by:
writeXml in class LyComponent
Parameters:
pw - the printWriter on which the XML is written.
debug - true if debug mode (full dump).

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com