Package | Description |
---|---|
org.fireweb.css | |
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
Length |
Padding.getEdge(Edge edge) |
Length |
Margin.getEdge(Edge edge) |
Length |
WordSpacing.getLength() |
Length |
Width.getLength() |
Length |
VerticalAlign.getLength() |
Length |
Top.getLength() |
Length |
TextIndent.getLength() |
Length |
Right.getLength() |
Length |
LineHeight.getLength() |
Length |
LetterSpacing.getLength() |
Length |
Left.getLength() |
Length |
Height.getLength() |
Length |
FontSize.getLength() |
Length |
Bottom.getLength() |
Length |
BorderWidth.getLength() |
Length |
BackgroundPosition.getX() |
Length |
BackgroundPosition.getY() |
Length |
Length.setAuto(boolean auto) |
Length |
Length.setUnit(Unit unit) |
Length |
Length.setValue(double value) |
Modifier and Type | Method and Description |
---|---|
BorderProperty |
BorderProperty.setBorderWidth(Length borderWidth) |
Padding |
Padding.setEdge(Edge edge,
Length length)
Sets the padding.
|
Margin |
Margin.setEdge(Edge edge,
Length length) |
CSS |
CSS.setHeight(Length length) |
CSS |
CSS.setLeft(Length length) |
WordSpacing |
WordSpacing.setLength(Length length) |
Width |
Width.setLength(Length length) |
VerticalAlign |
VerticalAlign.setLength(Length length) |
Top |
Top.setLength(Length length) |
TextIndent |
TextIndent.setLength(Length length) |
Right |
Right.setLength(Length length) |
LineHeight |
LineHeight.setLength(Length length) |
LetterSpacing |
LetterSpacing.setLength(Length length) |
Left |
Left.setLength(Length length) |
Height |
Height.setLength(Length length) |
FontSize |
FontSize.setLength(Length length) |
Bottom |
Bottom.setLength(Length length) |
CSS |
CSS.setMargin(Length margin) |
CSS |
CSS.setPadding(Length padding) |
CSS |
CSS.setTop(Length length) |
CSS |
CSS.setWidth(Length length) |
BackgroundPosition |
BackgroundPosition.setX(Length x) |
BackgroundPosition |
BackgroundPosition.setY(Length y) |
Constructor and Description |
---|
BorderWidth(Length length) |
Modifier and Type | Method and Description |
---|---|
Length |
Image.getHeight()
Specifies the height of an image.
|
Length |
TableCell.getWidth() |
Length |
Table.getWidth()
Specifies the width of a table in pixels or %
|
Length |
Image.getWidth()
Specifies the width of an image.
|
Modifier and Type | Method and Description |
---|---|
Image |
Image.setHeight(Length height)
Set "height" property and if element was draw call script at browser.
|
TableCell |
TableCell.setWidth(Length width) |
Table |
Table.setWidth(Length width)
Set "width" property and if element was draw call script at browser.
|
Image |
Image.setWidth(Length width)
Set "width" property and if element was draw call script at browser.
|