|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.doc.style.css.visual.box.AbstractCSSBox
info.informatica.doc.style.css.visual.box.FloatingBox
public abstract class FloatingBox
Box that floats.
| Method Summary | |
|---|---|
protected abstract float |
computeAutoHeight(float containerWidth)
|
void |
computeDimension()
|
void |
computeDimension(float preferredMinimumWidth,
float preferredWidth)
|
float |
getHeight()
Gets the height of this box. |
float |
getWidth()
Gets the width of this box. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void computeDimension()
computeDimension in interface NonStaticallyPositioned
public void computeDimension(float preferredMinimumWidth,
float preferredWidth)
public float getWidth()
AbstractCSSBoxThis is defined to be the value of the width property, for boxes where it is defined, or the content width otherwise.
getWidth in class AbstractCSSBoxpublic float getHeight()
AbstractCSSBoxThis is defined to be the value of the height property, for boxes where it is defined, or the content height otherwise.
getHeight in class AbstractCSSBoxprotected abstract float computeAutoHeight(float containerWidth)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||