|
||||||||||
| 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.ListItemBox.ListItemMarkerBox
public class ListItemBox.ListItemMarkerBox
CSS list item marker box.
| Constructor Summary | |
|---|---|
ListItemBox.ListItemMarkerBox(CSS2ComputedProperties style)
|
|
| Method Summary | |
|---|---|
void |
computeDimension()
|
float |
getHeight()
Gets the height of this box. |
float |
getLeft()
|
String |
getMarkerType()
Gets the marker type according to the list-style-type
property value. |
float |
getRight()
|
float |
getWidth()
Gets the width of this box. |
boolean |
isPositionInside()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListItemBox.ListItemMarkerBox(CSS2ComputedProperties style)
| Method Detail |
|---|
public void computeDimension()
computeDimension in interface NonStaticallyPositionedpublic boolean isPositionInside()
public String getMarkerType()
list-style-type
property value.
list-style-type
property.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 AbstractCSSBoxpublic float getLeft()
getLeft in interface CSSBoxgetLeft in class AbstractCSSBoxpublic float getRight()
getRight in interface CSSBoxgetRight in class AbstractCSSBox
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||