Package | Description |
---|---|
org.fireweb.css | |
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
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 |
BorderWidthType.getLength() |
Length |
Margin.getMargin() |
Length |
Padding.getPadding() |
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 |
---|---|
java.util.Hashtable<Edge,Length> |
Padding.getEdges() |
java.util.Hashtable<Edge,Length> |
Margin.getEdges() |
Constructor and Description |
---|
BackgroundPosition(BackgroundPosition.TypeX typeX,
Length y)
Creates background position with type x or/and y length.
|
BackgroundPosition(Length x,
BackgroundPosition.TypeY typeY)
Creates background position with type y or/and x length.
|
BackgroundPosition(Length x,
Length y)
Creates background position with one or both lengths.
|
BorderWidthType(Length length)
Creates width type with length.
|
Bottom(Length length)
Creates bottom with given length.
|
FontSize(Length length,
LineHeight lineHeight)
Creates font size of
Length or/and LineHeight . |
Height(Length length)
Creates height with
Length . |
Left(Length length)
Creates left with
Length . |
LetterSpacing(Length length)
Creates letter spacing with
Length |
LineHeight(Length length)
Creates line height with
Length |
Margin(Length margin)
Creates margin with all edges of length.
|
Margin(Length top,
Length right,
Length bottom,
Length left)
Creates margin with one or all edges.
|
Padding(Length padding)
Creates margin with all edges of length.
|
Padding(Length top,
Length right,
Length bottom,
Length left)
Creates margin with one or all edges.
|
Right(Length length)
Creates right with length.
|
TextIndent(Length length)
Creates text indent with given
Length |
Top(Length length)
Creates top with given
Length . |
VerticalAlign(Length length)
Creates vertical align with given
Length |
Width(Length length)
Creates width with given
Length |
WordSpacing(Length length)
Creates word spacing with given
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.
|