leon.view
Class LyPoint
java.lang.Object
leon.view.LyComponent
leon.view.LyPointBase
leon.view.LyPoint
public class LyPoint
- extends LyPointBase
This class represents a Point component.
- See Also:
LyComponent
Field Summary |
static java.lang.String |
__VERSION
|
Constructor Summary |
LyPoint()
Constructor with all required attributes. |
LyPoint(float x,
float y,
float z)
Constructor with all attributes. |
Method Summary |
void |
scale(float f)
Multiply the coordonates by the given factor. |
java.lang.String |
toString()
|
void |
translate(float dx,
float dy,
float dz)
Translation of the node. |
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, wait, wait, wait |
__VERSION
public static final java.lang.String __VERSION
- See Also:
- Constant Field Values
LyPoint
public LyPoint()
- Constructor with all required attributes.
LyPoint
public LyPoint(float x,
float y,
float z)
- Constructor with all attributes.
scale
public void scale(float f)
- Multiply the coordonates by the given factor.
- Parameters:
f
- multiplying factor.
translate
public void translate(float dx,
float dy,
float dz)
- Translation of the node.
- Parameters:
dx
- x coordonate.dy
- y coordonate.dz
- z coordonate.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Website: W4 S.A., contact us: support@w4global.com