Package de.xima.fc.css.builder
Class CssBuilder
- java.lang.Object
- 
- de.xima.fc.css.builder.CssBuilder
 
- 
 public final class CssBuilder extends Object Static factory methods for different CSS syntax types. Recommended usage is via static imports.- Author:
- XIMA MEDIA GmbH
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringcap(double value)static Stringcap(long value)static StringcapitalHeight(double value)static StringcapitalHeight(long value)static Stringcentimeters(double value)static Stringcentimeters(long value)static Stringch(double value)static Stringch(long value)static StringcharacterUnit(double value)static StringcharacterUnit(long value)static Stringcm(double value)static Stringcm(long value)static CssDeclarationListBuilderdeclarationList()static Stringdeg(double value)static Stringdeg(long value)static Stringdegrees(double value)static Stringdegrees(long value)static StringdotsPerCentimeter(double value)static StringdotsPerCentimeter(long value)static StringdotsPerInch(double value)static StringdotsPerInch(long value)static StringdotsPerPixel(double value)static StringdotsPerPixel(long value)static Stringdpcm(double value)static Stringdpcm(long value)static Stringdpi(double value)static Stringdpi(long value)static Stringdppx(double value)static Stringdppx(long value)static Stringdvh(double value)static Stringdvh(long value)static Stringdvw(double value)static Stringdvw(long value)static StringdynamicViewportHeight(double value)static StringdynamicViewportHeight(long value)static StringdynamicViewportWidth(double value)static StringdynamicViewportWidth(long value)static Stringem(double value)static Stringem(long value)static Stringex(double value)static Stringex(long value)static StringfontSize(double value)static StringfontSize(long value)static Stringgrad(double value)static Stringgrad(long value)static Stringgradians(double value)static Stringgradians(long value)static Stringhertz(double value)static Stringhertz(long value)static Stringhz(double value)static Stringhz(long value)static Stringic(double value)static Stringic(long value)static Stringin(double value)static Stringin(long value)static Stringinches(double value)static Stringinches(long value)static StringinternationalCharacterUnit(double value)static StringinternationalCharacterUnit(long value)static Stringkhz(double value)static Stringkhz(long value)static Stringkilohertz(double value)static Stringkilohertz(long value)static StringlargeViewportHeight(double value)static StringlargeViewportHeight(long value)static StringlargeViewportWidth(double value)static StringlargeViewportWidth(long value)static Stringlh(double value)static Stringlh(long value)static StringlineHeight(double value)static StringlineHeight(long value)static Stringlvh(double value)static Stringlvh(long value)static Stringlvw(double value)static Stringlvw(long value)static Stringmillimeters(double value)static Stringmillimeters(long value)static Stringmilliseconds(double value)static Stringmilliseconds(long value)static Stringmm(double value)static Stringmm(long value)static Stringms(double value)static Stringms(long value)static Stringpc(double value)static Stringpc(long value)static Stringpercent(double value)static Stringpercent(long value)static Stringpicas(double value)static Stringpicas(long value)static Stringpixels(double value)static Stringpixels(long value)static Stringpoints(double value)static Stringpoints(long value)static Stringpt(double value)static Stringpt(long value)static Stringpx(double value)static Stringpx(long value)static Stringq(double value)static Stringq(long value)static StringquarterMillimeters(double value)static StringquarterMillimeters(long value)static Stringrad(double value)static Stringrad(long value)static Stringradians(double value)static Stringradians(long value)static Stringrch(double value)static Stringrch(long value)static Stringrem(double value)static Stringrem(long value)static Stringrex(double value)static Stringrex(long value)static Stringric(double value)static Stringric(long value)static Stringrlh(double value)static Stringrlh(long value)static StringrootCap(double value)static StringrootCap(long value)static StringrootCapitalHeight(double value)static StringrootCapitalHeight(long value)static StringrootCharacterUnit(double value)static StringrootCharacterUnit(long value)static StringrootFontSize(double value)static StringrootFontSize(long value)static StringrootInternationalCharacterUnit(double value)static StringrootInternationalCharacterUnit(long value)static StringrootLineHeight(double value)static StringrootLineHeight(long value)static StringrootXHeight(double value)static StringrootXHeight(long value)static CssRuleListBuilderruleList()static Strings(double value)static Strings(long value)static Stringseconds(double value)static Stringseconds(long value)static CssSelectorBuilderselector()static StringsmallViewportHeight(double value)static StringsmallViewportHeight(long value)static StringsmallViewportWidth(double value)static StringsmallViewportWidth(long value)static Stringsvh(double value)static Stringsvh(long value)static Stringsvw(double value)static Stringsvw(long value)static CssTransformListBuildertransformList()static Stringturn(double value)static Stringturn(long value)static Stringturns(double value)static Stringturns(long value)static Stringvb(double value)static Stringvb(long value)static Stringvh(double value)static Stringvh(long value)static Stringvi(double value)static Stringvi(long value)static StringviewportBlockAxis(double value)static StringviewportBlockAxis(long value)static StringviewportHeight(double value)static StringviewportHeight(long value)static StringviewportInlineAxis(double value)static StringviewportInlineAxis(long value)static StringviewportMax(double value)static StringviewportMax(long value)static StringviewportMin(double value)static StringviewportMin(long value)static StringviewportWidth(double value)static StringviewportWidth(long value)static Stringvmax(double value)static Stringvmax(long value)static Stringvmin(double value)static Stringvmin(long value)static Stringvw(double value)static Stringvw(long value)static StringxHeight(double value)static StringxHeight(long value)
 
- 
- 
- 
Method Detail- 
cappublic static String cap(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CAP.
 
 - 
cappublic static String cap(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CAP.
 
 - 
capitalHeightpublic static String capitalHeight(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CAPITAL_HEIGHT.
 
 - 
capitalHeightpublic static String capitalHeight(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CAPITAL_HEIGHT.
 
 - 
centimeterspublic static String centimeters(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CENTIMETERS.
 
 - 
centimeterspublic static String centimeters(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CENTIMETERS.
 
 - 
chpublic static String ch(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CH.
 
 - 
chpublic static String ch(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CH.
 
 - 
characterUnitpublic static String characterUnit(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CHARACTER_UNIT.
 
 - 
characterUnitpublic static String characterUnit(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CHARACTER_UNIT.
 
 - 
cmpublic static String cm(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CM.
 
 - 
cmpublic static String cm(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.CM.
 
 - 
declarationListpublic static CssDeclarationListBuilder declarationList() - Returns:
- A new empty stand-alone CSS declaration list builder.
 
 - 
degpublic static String deg(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DEG.
 
 - 
degpublic static String deg(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DEG.
 
 - 
degreespublic static String degrees(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DEGREES.
 
 - 
degreespublic static String degrees(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DEGREES.
 
 - 
dotsPerCentimeterpublic static String dotsPerCentimeter(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DOTS_PER_CENTIMETER.
 
 - 
dotsPerCentimeterpublic static String dotsPerCentimeter(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DOTS_PER_CENTIMETER.
 
 - 
dotsPerInchpublic static String dotsPerInch(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DOTS_PER_INCH.
 
 - 
dotsPerInchpublic static String dotsPerInch(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DOTS_PER_INCH.
 
 - 
dotsPerPixelpublic static String dotsPerPixel(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DOTS_PER_PIXEL.
 
 - 
dotsPerPixelpublic static String dotsPerPixel(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DOTS_PER_PIXEL.
 
 - 
dpcmpublic static String dpcm(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DPCM.
 
 - 
dpcmpublic static String dpcm(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DPCM.
 
 - 
dpipublic static String dpi(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DPI.
 
 - 
dpipublic static String dpi(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DPI.
 
 - 
dppxpublic static String dppx(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DPPX.
 
 - 
dppxpublic static String dppx(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DPPX.
 
 - 
dvhpublic static String dvh(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DVH.
 
 - 
dvhpublic static String dvh(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DVH.
 
 - 
dvwpublic static String dvw(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DVW.
 
 - 
dvwpublic static String dvw(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DVW.
 
 - 
dynamicViewportHeightpublic static String dynamicViewportHeight(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DYNAMIC_VIEWPORT_HEIGHT.
 
 - 
dynamicViewportHeightpublic static String dynamicViewportHeight(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DYNAMIC_VIEWPORT_HEIGHT.
 
 - 
dynamicViewportWidthpublic static String dynamicViewportWidth(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DYNAMIC_VIEWPORT_WIDTH.
 
 - 
dynamicViewportWidthpublic static String dynamicViewportWidth(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.DYNAMIC_VIEWPORT_WIDTH.
 
 - 
empublic static String em(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.EM.
 
 - 
empublic static String em(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.EM.
 
 - 
expublic static String ex(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.EX.
 
 - 
expublic static String ex(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.EX.
 
 - 
fontSizepublic static String fontSize(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.FONT_SIZE.
 
 - 
fontSizepublic static String fontSize(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.FONT_SIZE.
 
 - 
gradpublic static String grad(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.GRAD.
 
 - 
gradpublic static String grad(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.GRAD.
 
 - 
gradianspublic static String gradians(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.GRADIANS.
 
 - 
gradianspublic static String gradians(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.GRADIANS.
 
 - 
hertzpublic static String hertz(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.HERTZ.
 
 - 
hertzpublic static String hertz(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.HERTZ.
 
 - 
hzpublic static String hz(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.HZ.
 
 - 
hzpublic static String hz(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.HZ.
 
 - 
icpublic static String ic(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.IC.
 
 - 
icpublic static String ic(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.IC.
 
 - 
inpublic static String in(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.IN.
 
 - 
inpublic static String in(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.IN.
 
 - 
inchespublic static String inches(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.INCHES.
 
 - 
inchespublic static String inches(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.INCHES.
 
 - 
internationalCharacterUnitpublic static String internationalCharacterUnit(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.INTERNATIONAL_CHARACTER_UNIT.
 
 - 
internationalCharacterUnitpublic static String internationalCharacterUnit(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.INTERNATIONAL_CHARACTER_UNIT.
 
 - 
khzpublic static String khz(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.KHZ.
 
 - 
khzpublic static String khz(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.KHZ.
 
 - 
kilohertzpublic static String kilohertz(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.KILOHERTZ.
 
 - 
kilohertzpublic static String kilohertz(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.KILOHERTZ.
 
 - 
largeViewportHeightpublic static String largeViewportHeight(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LARGE_VIEWPORT_HEIGHT.
 
 - 
largeViewportHeightpublic static String largeViewportHeight(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LARGE_VIEWPORT_HEIGHT.
 
 - 
largeViewportWidthpublic static String largeViewportWidth(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LARGE_VIEWPORT_WIDTH.
 
 - 
largeViewportWidthpublic static String largeViewportWidth(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LARGE_VIEWPORT_WIDTH.
 
 - 
lhpublic static String lh(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LH.
 
 - 
lhpublic static String lh(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LH.
 
 - 
lineHeightpublic static String lineHeight(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LINE_HEIGHT.
 
 - 
lineHeightpublic static String lineHeight(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LINE_HEIGHT.
 
 - 
lvhpublic static String lvh(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LVH.
 
 - 
lvhpublic static String lvh(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LVH.
 
 - 
lvwpublic static String lvw(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LVW.
 
 - 
lvwpublic static String lvw(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.LVW.
 
 - 
millimeterspublic static String millimeters(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.MILLIMETERS.
 
 - 
millimeterspublic static String millimeters(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.MILLIMETERS.
 
 - 
millisecondspublic static String milliseconds(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.MILLISECONDS.
 
 - 
millisecondspublic static String milliseconds(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.MILLISECONDS.
 
 - 
mmpublic static String mm(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.MM.
 
 - 
mmpublic static String mm(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.MM.
 
 - 
mspublic static String ms(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.MS.
 
 - 
mspublic static String ms(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.MS.
 
 - 
pcpublic static String pc(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PC.
 
 - 
pcpublic static String pc(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PC.
 
 - 
percentpublic static String percent(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PERCENT.
 
 - 
percentpublic static String percent(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PERCENT.
 
 - 
picaspublic static String picas(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PICAS.
 
 - 
picaspublic static String picas(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PICAS.
 
 - 
pixelspublic static String pixels(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PIXELS.
 
 - 
pixelspublic static String pixels(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PIXELS.
 
 - 
pointspublic static String points(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.POINTS.
 
 - 
pointspublic static String points(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.POINTS.
 
 - 
ptpublic static String pt(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PT.
 
 - 
ptpublic static String pt(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PT.
 
 - 
pxpublic static String px(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PX.
 
 - 
pxpublic static String px(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.PX.
 
 - 
qpublic static String q(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.Q.
 
 - 
qpublic static String q(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.Q.
 
 - 
quarterMillimeterspublic static String quarterMillimeters(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.QUARTER_MILLIMETERS.
 
 - 
quarterMillimeterspublic static String quarterMillimeters(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.QUARTER_MILLIMETERS.
 
 - 
radpublic static String rad(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.RAD.
 
 - 
radpublic static String rad(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.RAD.
 
 - 
radianspublic static String radians(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.RADIANS.
 
 - 
radianspublic static String radians(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.RADIANS.
 
 - 
rchpublic static String rch(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.RCH.
 
 - 
rchpublic static String rch(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.RCH.
 
 - 
rempublic static String rem(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.REM.
 
 - 
rempublic static String rem(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.REM.
 
 - 
rexpublic static String rex(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.REX.
 
 - 
rexpublic static String rex(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.REX.
 
 - 
ricpublic static String ric(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.RIC.
 
 - 
ricpublic static String ric(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.RIC.
 
 - 
rlhpublic static String rlh(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.RLH.
 
 - 
rlhpublic static String rlh(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.RLH.
 
 - 
rootCappublic static String rootCap(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_CAP.
 
 - 
rootCappublic static String rootCap(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_CAP.
 
 - 
rootCapitalHeightpublic static String rootCapitalHeight(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_CAPITAL_HEIGHT.
 
 - 
rootCapitalHeightpublic static String rootCapitalHeight(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_CAPITAL_HEIGHT.
 
 - 
rootCharacterUnitpublic static String rootCharacterUnit(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_CHARACTER_UNIT.
 
 - 
rootCharacterUnitpublic static String rootCharacterUnit(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_CHARACTER_UNIT.
 
 - 
rootFontSizepublic static String rootFontSize(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_FONT_SIZE.
 
 - 
rootFontSizepublic static String rootFontSize(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_FONT_SIZE.
 
 - 
rootInternationalCharacterUnitpublic static String rootInternationalCharacterUnit(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_INTERNATIONAL_CHARACTER_UNIT.
 
 - 
rootInternationalCharacterUnitpublic static String rootInternationalCharacterUnit(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_INTERNATIONAL_CHARACTER_UNIT.
 
 - 
rootLineHeightpublic static String rootLineHeight(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_LINE_HEIGHT.
 
 - 
rootLineHeightpublic static String rootLineHeight(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_LINE_HEIGHT.
 
 - 
rootXHeightpublic static String rootXHeight(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_X_HEIGHT.
 
 - 
rootXHeightpublic static String rootXHeight(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.ROOT_X_HEIGHT.
 
 - 
ruleListpublic static CssRuleListBuilder ruleList() - Returns:
- A new empty rule list builder.
 
 - 
spublic static String s(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.S.
 
 - 
spublic static String s(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.S.
 
 - 
secondspublic static String seconds(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.SECONDS.
 
 - 
secondspublic static String seconds(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.SECONDS.
 
 - 
selectorpublic static CssSelectorBuilder selector() - Returns:
- A new empty selector builder.
 
 - 
smallViewportHeightpublic static String smallViewportHeight(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.SMALL_VIEWPORT_HEIGHT.
 
 - 
smallViewportHeightpublic static String smallViewportHeight(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.SMALL_VIEWPORT_HEIGHT.
 
 - 
smallViewportWidthpublic static String smallViewportWidth(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.SMALL_VIEWPORT_WIDTH.
 
 - 
smallViewportWidthpublic static String smallViewportWidth(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.SMALL_VIEWPORT_WIDTH.
 
 - 
svhpublic static String svh(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.SVH.
 
 - 
svhpublic static String svh(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.SVH.
 
 - 
svwpublic static String svw(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.SVW.
 
 - 
svwpublic static String svw(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.SVW.
 
 - 
transformListpublic static CssTransformListBuilder transformList() - Returns:
- A new empty transform list builder.
 
 - 
turnpublic static String turn(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.TURN.
 
 - 
turnpublic static String turn(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.TURN.
 
 - 
turnspublic static String turns(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.TURNS.
 
 - 
turnspublic static String turns(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.TURNS.
 
 - 
vbpublic static String vb(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VB.
 
 - 
vbpublic static String vb(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VB.
 
 - 
vhpublic static String vh(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VH.
 
 - 
vhpublic static String vh(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VH.
 
 - 
vipublic static String vi(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VI.
 
 - 
vipublic static String vi(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VI.
 
 - 
viewportBlockAxispublic static String viewportBlockAxis(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_BLOCK_AXIS.
 
 - 
viewportBlockAxispublic static String viewportBlockAxis(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_BLOCK_AXIS.
 
 - 
viewportHeightpublic static String viewportHeight(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_HEIGHT.
 
 - 
viewportHeightpublic static String viewportHeight(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_HEIGHT.
 
 - 
viewportInlineAxispublic static String viewportInlineAxis(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_INLINE_AXIS.
 
 - 
viewportInlineAxispublic static String viewportInlineAxis(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_INLINE_AXIS.
 
 - 
viewportMaxpublic static String viewportMax(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_MAX.
 
 - 
viewportMaxpublic static String viewportMax(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_MAX.
 
 - 
viewportMinpublic static String viewportMin(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_MIN.
 
 - 
viewportMinpublic static String viewportMin(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_MIN.
 
 - 
viewportWidthpublic static String viewportWidth(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_WIDTH.
 
 - 
viewportWidthpublic static String viewportWidth(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VIEWPORT_WIDTH.
 
 - 
vmaxpublic static String vmax(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VMAX.
 
 - 
vmaxpublic static String vmax(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VMAX.
 
 - 
vminpublic static String vmin(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VMIN.
 
 - 
vminpublic static String vmin(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VMIN.
 
 - 
vwpublic static String vw(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VW.
 
 - 
vwpublic static String vw(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.VW.
 
 - 
xHeightpublic static String xHeight(double value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.X_HEIGHT.
 
 - 
xHeightpublic static String xHeight(long value) - Parameters:
- value- Numerical value.
- Returns:
- The value together with the unit ECssUnit.X_HEIGHT.
 
 
- 
 
-