All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.font.Css2Style
java.lang.Object
|
+----org.w3c.css.parser.CssStyle
|
+----org.w3c.css.properties.Css1Style
|
+----org.w3c.css.aural.ACssStyle
|
+----org.w3c.css.table.Css2Style
|
+----org.w3c.css.user.Css2Style
|
+----org.w3c.css.paged.Css2Style
|
+----org.w3c.css.font.Css2Style
- public class Css2Style
- extends Css2Style
-
Css2Style()
-
-
findConflicts(Warnings, Enumeration)
- Find conflicts in this Style
-
getAscent()
- Get the ascent property
-
getBaseline()
- Get the baseline property
-
getBbox()
- Get the bbox property
-
getCapHeight()
- Get the cap-height property
-
getCenterline()
- Get the centerline property
-
getDefinitionSrc()
- Get the definition-src property
-
getDescent()
- Get the descent property
-
getFaceFontFamily()
- Get the font-family property
-
getFaceFontSize()
- Get the font-size property
-
getFaceFontStretch()
- Get the font-stretch property
-
getFaceFontStyle()
- Get the font-style property
-
getFaceFontVariant()
- Get the font-variant property
-
getFaceFontWeight()
- Get the font-weight property
-
getFaceUnicodeRange()
- Get the unicode-range property
-
getMathline()
- Get the mathline property
-
getPanose1()
- Get the panose1 property
-
getSlope()
- Get the slope property
-
getSrc()
- Get the src property
-
getStemh()
- Get the stemh property
-
getStemv()
- Get the stemv property
-
getTopline()
- Get the topline property
-
getUnitsPerEm()
- Get the units-per-em property
-
getWidths()
- Get the widths property
-
getXHeight()
- Get the x-height property
-
print(CssPrinterStyle)
- Print this style.
Css2Style
public Css2Style()
getFaceFontFamily
public final FontFamily getFaceFontFamily()
- Get the font-family property
getFaceFontStyle
public final FontStyle getFaceFontStyle()
- Get the font-style property
getFaceFontVariant
public final FontVariant getFaceFontVariant()
- Get the font-variant property
getFaceFontWeight
public final FontWeight getFaceFontWeight()
- Get the font-weight property
getFaceFontStretch
public final FontStretch getFaceFontStretch()
- Get the font-stretch property
getFaceFontSize
public final FontSize getFaceFontSize()
- Get the font-size property
getFaceUnicodeRange
public final UnicodeRange getFaceUnicodeRange()
- Get the unicode-range property
getUnitsPerEm
public final UnitsPerEm getUnitsPerEm()
- Get the units-per-em property
getStemv
public final Stemv getStemv()
- Get the stemv property
getSrc
public final Src getSrc()
- Get the src property
getPanose1
public final Panose1 getPanose1()
- Get the panose1 property
getWidths
public final Widths getWidths()
- Get the widths property
getBbox
public final Bbox getBbox()
- Get the bbox property
getStemh
public final Stemh getStemh()
- Get the stemh property
getSlope
public final Slope getSlope()
- Get the slope property
getAscent
public final Ascent getAscent()
- Get the ascent property
getDescent
public final Descent getDescent()
- Get the descent property
getCapHeight
public final CapHeight getCapHeight()
- Get the cap-height property
getXHeight
public final XHeight getXHeight()
- Get the x-height property
getBaseline
public final Baseline getBaseline()
- Get the baseline property
getCenterline
public final Centerline getCenterline()
- Get the centerline property
getMathline
public final Mathline getMathline()
- Get the mathline property
getTopline
public final Topline getTopline()
- Get the topline property
getDefinitionSrc
public final DefinitionSrc getDefinitionSrc()
- Get the definition-src property
findConflicts
public void findConflicts(Warnings warnings,
Enumeration allSelectors)
- Find conflicts in this Style
- Parameters:
- warnings - For warnings reports.
- allSelectors - All contexts is the entire style sheet.
- Overrides:
- findConflicts in class Css2Style
print
public void print(CssPrinterStyle printer)
- Print this style.
- Parameters:
- printer - The printer interface.
- Overrides:
- print in class Css2Style
All Packages Class Hierarchy This Package Previous Next Index