LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view
Class LyPointBase

java.lang.Object
  extended by leon.view.LyComponent
      extended by leon.view.LyPointBase
Direct Known Subclasses:
LyPoint

public abstract class LyPointBase
extends LyComponent

The LyPointBase class is a generated Java implementation that corresponds to the element POINT of the descriptive grammar of the views (views.dtd). <POINT> : Point A point is used to define the drawing of a link in a map when a specific drawing is needed.

See Also:
LyComponent, See also tag POINT 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
LyPointBase()
          Default constructor.
 
Method Summary
 LyComponent cloneComponent()
          Method for cloning a component.
 float getX()
          Gets value of x.
 float getY()
          Gets value of y.
 float getZ()
          Gets value of z.
 void setX(float x)
          Initializes attribute x to the given value.
 void setY(float y)
          Initializes attribute y to the given value.
 void setZ(float z)
          Initializes attribute z 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

LyPointBase

public LyPointBase()
Default constructor.

Method Detail

cloneComponent

public LyComponent cloneComponent()
Method for cloning a component.

Specified by:
cloneComponent in class LyComponent

getX

public float getX()
Gets value of x.

Returns:
value of x.

getY

public float getY()
Gets value of y.

Returns:
value of y.

getZ

public float getZ()
Gets value of z.

Returns:
value of z.

setX

public void setX(float x)
Initializes attribute x to the given value.

Parameters:
x - New value of x.

setY

public void setY(float y)
Initializes attribute y to the given value.

Parameters:
y - New value of y.

setZ

public void setZ(float z)
Initializes attribute z to the given value.

Parameters:
z - New value of z.

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