|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfi.hut.tml.xsmiles.csslayout.view.BaseView
fi.hut.tml.xsmiles.csslayout.view.BlockView
fi.hut.tml.xsmiles.csslayout.view.InlineView
This view is for inline elements, who don't have their own view (e.g. links). Note: text, images, and components have their own view.
| Nested Class Summary |
| Nested classes inherited from class fi.hut.tml.xsmiles.csslayout.view.BaseView |
BaseView.ViewDimensions |
| Field Summary |
| Fields inherited from class fi.hut.tml.xsmiles.csslayout.view.BaseView |
absoluteChildViews, absolutePosition, backImage, bgColor, border, childViews, closeFloat, dimensions, domElement, floatLeft, floatRight, hasRelativeHeight, hasRelativeWidth, parent, posX, posY, relativeChildViews, relativePosition, renderer, sizeRequirements, style, visible, zoom |
| Fields inherited from interface fi.hut.tml.xsmiles.csslayout.view.View |
X_AXIS, Y_AXIS |
| Constructor Summary | |
InlineView(CSSRenderer r,
org.w3c.dom.Node node,
View parent)
Creates a new instance of InlineView |
|
| Method Summary | |
void |
calculateSize()
|
void |
doLayout()
do, or redo layout for this and children |
| Methods inherited from class fi.hut.tml.xsmiles.csslayout.view.BlockView |
insideClip, paint |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InlineView(CSSRenderer r,
org.w3c.dom.Node node,
View parent)
| Method Detail |
public void doLayout()
doLayout in interface ViewdoLayout in class BlockViewpublic void calculateSize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||