info.informatica.doc.style.css.visual
Class CSSPoint

java.lang.Object
  extended by info.informatica.doc.style.css.visual.CSSPoint

public class CSSPoint
extends Object

CSS point.

Author:
Carlos Amengual (amengual at informatica.info)

Constructor Summary
CSSPoint()
           
CSSPoint(float left, float top)
           
 
Method Summary
 float getLeft()
           
 float getTop()
           
 void setLeft(float left)
           
 void setTop(float top)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSPoint

public CSSPoint()

CSSPoint

public CSSPoint(float left,
                float top)
Method Detail

getLeft

public float getLeft()

setLeft

public void setLeft(float left)

getTop

public float getTop()

setTop

public void setTop(float top)


Copyright © 2011 informatica.info. All Rights Reserved.