Package | Description |
---|---|
org.fireweb.css |
Modifier and Type | Method and Description |
---|---|
BackgroundPosition.TypeY |
BackgroundPosition.getTypeY() |
static BackgroundPosition.TypeY |
BackgroundPosition.TypeY.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundPosition.TypeY[] |
BackgroundPosition.TypeY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BackgroundPosition(BackgroundPosition.TypeX typeX,
BackgroundPosition.TypeY typeY)
Creates background position with one or both types.
|
BackgroundPosition(Length x,
BackgroundPosition.TypeY typeY)
Creates background position with type y or/and x length.
|