Package de.xima.fc.css.builder
Class CssBuilder
java.lang.Object
de.xima.fc.css.builder.CssBuilder
Static factory methods for different CSS syntax types. Recommended usage is via static imports.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
cap
(double value) static String
cap
(long value) static String
capitalHeight
(double value) static String
capitalHeight
(long value) static String
centimeters
(double value) static String
centimeters
(long value) static String
ch
(double value) static String
ch
(long value) static String
characterUnit
(double value) static String
characterUnit
(long value) static String
cm
(double value) static String
cm
(long value) static CssDeclarationListBuilder
static String
deg
(double value) static String
deg
(long value) static String
degrees
(double value) static String
degrees
(long value) static String
dotsPerCentimeter
(double value) static String
dotsPerCentimeter
(long value) static String
dotsPerInch
(double value) static String
dotsPerInch
(long value) static String
dotsPerPixel
(double value) static String
dotsPerPixel
(long value) static String
dpcm
(double value) static String
dpcm
(long value) static String
dpi
(double value) static String
dpi
(long value) static String
dppx
(double value) static String
dppx
(long value) static String
dvh
(double value) static String
dvh
(long value) static String
dvw
(double value) static String
dvw
(long value) static String
dynamicViewportHeight
(double value) static String
dynamicViewportHeight
(long value) static String
dynamicViewportWidth
(double value) static String
dynamicViewportWidth
(long value) static String
em
(double value) static String
em
(long value) static String
ex
(double value) static String
ex
(long value) static String
fontSize
(double value) static String
fontSize
(long value) static String
grad
(double value) static String
grad
(long value) static String
gradians
(double value) static String
gradians
(long value) static String
hertz
(double value) static String
hertz
(long value) static String
hz
(double value) static String
hz
(long value) static String
ic
(double value) static String
ic
(long value) static String
in
(double value) static String
in
(long value) static String
inches
(double value) static String
inches
(long value) static String
internationalCharacterUnit
(double value) static String
internationalCharacterUnit
(long value) static String
khz
(double value) static String
khz
(long value) static String
kilohertz
(double value) static String
kilohertz
(long value) static String
largeViewportHeight
(double value) static String
largeViewportHeight
(long value) static String
largeViewportWidth
(double value) static String
largeViewportWidth
(long value) static String
lh
(double value) static String
lh
(long value) static String
lineHeight
(double value) static String
lineHeight
(long value) static String
lvh
(double value) static String
lvh
(long value) static String
lvw
(double value) static String
lvw
(long value) static String
millimeters
(double value) static String
millimeters
(long value) static String
milliseconds
(double value) static String
milliseconds
(long value) static String
mm
(double value) static String
mm
(long value) static String
ms
(double value) static String
ms
(long value) static String
pc
(double value) static String
pc
(long value) static String
percent
(double value) static String
percent
(long value) static String
picas
(double value) static String
picas
(long value) static String
pixels
(double value) static String
pixels
(long value) static String
points
(double value) static String
points
(long value) static String
pt
(double value) static String
pt
(long value) static String
px
(double value) static String
px
(long value) static String
q
(double value) static String
q
(long value) static String
quarterMillimeters
(double value) static String
quarterMillimeters
(long value) static String
rad
(double value) static String
rad
(long value) static String
radians
(double value) static String
radians
(long value) static String
rch
(double value) static String
rch
(long value) static String
rem
(double value) static String
rem
(long value) static String
rex
(double value) static String
rex
(long value) static String
ric
(double value) static String
ric
(long value) static String
rlh
(double value) static String
rlh
(long value) static String
rootCap
(double value) static String
rootCap
(long value) static String
rootCapitalHeight
(double value) static String
rootCapitalHeight
(long value) static String
rootCharacterUnit
(double value) static String
rootCharacterUnit
(long value) static String
rootFontSize
(double value) static String
rootFontSize
(long value) static String
rootInternationalCharacterUnit
(double value) static String
rootInternationalCharacterUnit
(long value) static String
rootLineHeight
(double value) static String
rootLineHeight
(long value) static String
rootXHeight
(double value) static String
rootXHeight
(long value) static CssRuleListBuilder
ruleList()
static String
s
(double value) static String
s
(long value) static String
seconds
(double value) static String
seconds
(long value) static CssSelectorBuilder
selector()
static String
smallViewportHeight
(double value) static String
smallViewportHeight
(long value) static String
smallViewportWidth
(double value) static String
smallViewportWidth
(long value) static String
svh
(double value) static String
svh
(long value) static String
svw
(double value) static String
svw
(long value) static CssTransformListBuilder
static String
turn
(double value) static String
turn
(long value) static String
turns
(double value) static String
turns
(long value) static String
vb
(double value) static String
vb
(long value) static String
vh
(double value) static String
vh
(long value) static String
vi
(double value) static String
vi
(long value) static String
viewportBlockAxis
(double value) static String
viewportBlockAxis
(long value) static String
viewportHeight
(double value) static String
viewportHeight
(long value) static String
viewportInlineAxis
(double value) static String
viewportInlineAxis
(long value) static String
viewportMax
(double value) static String
viewportMax
(long value) static String
viewportMin
(double value) static String
viewportMin
(long value) static String
viewportWidth
(double value) static String
viewportWidth
(long value) static String
vmax
(double value) static String
vmax
(long value) static String
vmin
(double value) static String
vmin
(long value) static String
vw
(double value) static String
vw
(long value) static String
xHeight
(double value) static String
xHeight
(long value)
-
Method Details
-
cap
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CAP
.
-
cap
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CAP
.
-
capitalHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CAPITAL_HEIGHT
.
-
capitalHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CAPITAL_HEIGHT
.
-
centimeters
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CENTIMETERS
.
-
centimeters
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CENTIMETERS
.
-
ch
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CH
.
-
ch
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CH
.
-
characterUnit
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CHARACTER_UNIT
.
-
characterUnit
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CHARACTER_UNIT
.
-
cm
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CM
.
-
cm
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.CM
.
-
declarationList
- Returns:
- A new empty stand-alone CSS declaration list builder.
-
deg
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DEG
.
-
deg
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DEG
.
-
degrees
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DEGREES
.
-
degrees
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DEGREES
.
-
dotsPerCentimeter
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DOTS_PER_CENTIMETER
.
-
dotsPerCentimeter
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DOTS_PER_CENTIMETER
.
-
dotsPerInch
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DOTS_PER_INCH
.
-
dotsPerInch
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DOTS_PER_INCH
.
-
dotsPerPixel
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DOTS_PER_PIXEL
.
-
dotsPerPixel
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DOTS_PER_PIXEL
.
-
dpcm
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DPCM
.
-
dpcm
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DPCM
.
-
dpi
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DPI
.
-
dpi
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DPI
.
-
dppx
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DPPX
.
-
dppx
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DPPX
.
-
dvh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DVH
.
-
dvh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DVH
.
-
dvw
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DVW
.
-
dvw
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DVW
.
-
dynamicViewportHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DYNAMIC_VIEWPORT_HEIGHT
.
-
dynamicViewportHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DYNAMIC_VIEWPORT_HEIGHT
.
-
dynamicViewportWidth
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DYNAMIC_VIEWPORT_WIDTH
.
-
dynamicViewportWidth
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.DYNAMIC_VIEWPORT_WIDTH
.
-
em
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.EM
.
-
em
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.EM
.
-
ex
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.EX
.
-
ex
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.EX
.
-
fontSize
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.FONT_SIZE
.
-
fontSize
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.FONT_SIZE
.
-
grad
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.GRAD
.
-
grad
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.GRAD
.
-
gradians
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.GRADIANS
.
-
gradians
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.GRADIANS
.
-
hertz
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.HERTZ
.
-
hertz
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.HERTZ
.
-
hz
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.HZ
.
-
hz
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.HZ
.
-
ic
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.IC
.
-
ic
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.IC
.
-
in
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.IN
.
-
in
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.IN
.
-
inches
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.INCHES
.
-
inches
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.INCHES
.
-
internationalCharacterUnit
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.INTERNATIONAL_CHARACTER_UNIT
.
-
internationalCharacterUnit
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.INTERNATIONAL_CHARACTER_UNIT
.
-
khz
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.KHZ
.
-
khz
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.KHZ
.
-
kilohertz
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.KILOHERTZ
.
-
kilohertz
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.KILOHERTZ
.
-
largeViewportHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LARGE_VIEWPORT_HEIGHT
.
-
largeViewportHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LARGE_VIEWPORT_HEIGHT
.
-
largeViewportWidth
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LARGE_VIEWPORT_WIDTH
.
-
largeViewportWidth
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LARGE_VIEWPORT_WIDTH
.
-
lh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LH
.
-
lh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LH
.
-
lineHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LINE_HEIGHT
.
-
lineHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LINE_HEIGHT
.
-
lvh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LVH
.
-
lvh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LVH
.
-
lvw
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LVW
.
-
lvw
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.LVW
.
-
millimeters
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.MILLIMETERS
.
-
millimeters
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.MILLIMETERS
.
-
milliseconds
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.MILLISECONDS
.
-
milliseconds
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.MILLISECONDS
.
-
mm
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.MM
.
-
mm
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.MM
.
-
ms
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.MS
.
-
ms
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.MS
.
-
pc
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PC
.
-
pc
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PC
.
-
percent
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PERCENT
.
-
percent
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PERCENT
.
-
picas
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PICAS
.
-
picas
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PICAS
.
-
pixels
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PIXELS
.
-
pixels
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PIXELS
.
-
points
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.POINTS
.
-
points
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.POINTS
.
-
pt
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PT
.
-
pt
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PT
.
-
px
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PX
.
-
px
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.PX
.
-
q
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.Q
.
-
q
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.Q
.
-
quarterMillimeters
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.QUARTER_MILLIMETERS
.
-
quarterMillimeters
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.QUARTER_MILLIMETERS
.
-
rad
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.RAD
.
-
rad
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.RAD
.
-
radians
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.RADIANS
.
-
radians
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.RADIANS
.
-
rch
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.RCH
.
-
rch
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.RCH
.
-
rem
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.REM
.
-
rem
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.REM
.
-
rex
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.REX
.
-
rex
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.REX
.
-
ric
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.RIC
.
-
ric
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.RIC
.
-
rlh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.RLH
.
-
rlh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.RLH
.
-
rootCap
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_CAP
.
-
rootCap
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_CAP
.
-
rootCapitalHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_CAPITAL_HEIGHT
.
-
rootCapitalHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_CAPITAL_HEIGHT
.
-
rootCharacterUnit
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_CHARACTER_UNIT
.
-
rootCharacterUnit
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_CHARACTER_UNIT
.
-
rootFontSize
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_FONT_SIZE
.
-
rootFontSize
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_FONT_SIZE
.
-
rootInternationalCharacterUnit
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_INTERNATIONAL_CHARACTER_UNIT
.
-
rootInternationalCharacterUnit
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_INTERNATIONAL_CHARACTER_UNIT
.
-
rootLineHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_LINE_HEIGHT
.
-
rootLineHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_LINE_HEIGHT
.
-
rootXHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_X_HEIGHT
.
-
rootXHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.ROOT_X_HEIGHT
.
-
ruleList
- Returns:
- A new empty rule list builder.
-
s
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.S
.
-
s
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.S
.
-
seconds
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.SECONDS
.
-
seconds
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.SECONDS
.
-
selector
- Returns:
- A new empty selector builder.
-
smallViewportHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.SMALL_VIEWPORT_HEIGHT
.
-
smallViewportHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.SMALL_VIEWPORT_HEIGHT
.
-
smallViewportWidth
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.SMALL_VIEWPORT_WIDTH
.
-
smallViewportWidth
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.SMALL_VIEWPORT_WIDTH
.
-
svh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.SVH
.
-
svh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.SVH
.
-
svw
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.SVW
.
-
svw
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.SVW
.
-
transformList
- Returns:
- A new empty transform list builder.
-
turn
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.TURN
.
-
turn
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.TURN
.
-
turns
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.TURNS
.
-
turns
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.TURNS
.
-
vb
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VB
.
-
vb
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VB
.
-
vh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VH
.
-
vh
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VH
.
-
vi
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VI
.
-
vi
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VI
.
-
viewportBlockAxis
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_BLOCK_AXIS
.
-
viewportBlockAxis
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_BLOCK_AXIS
.
-
viewportHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_HEIGHT
.
-
viewportHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_HEIGHT
.
-
viewportInlineAxis
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_INLINE_AXIS
.
-
viewportInlineAxis
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_INLINE_AXIS
.
-
viewportMax
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_MAX
.
-
viewportMax
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_MAX
.
-
viewportMin
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_MIN
.
-
viewportMin
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_MIN
.
-
viewportWidth
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_WIDTH
.
-
viewportWidth
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VIEWPORT_WIDTH
.
-
vmax
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VMAX
.
-
vmax
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VMAX
.
-
vmin
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VMIN
.
-
vmin
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VMIN
.
-
vw
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VW
.
-
vw
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.VW
.
-
xHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.X_HEIGHT
.
-
xHeight
- Parameters:
value
- Numerical value.- Returns:
- The value together with the unit
ECssUnit.X_HEIGHT
.
-