All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.user.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
- public class Css2Style
- extends Css2Style
-
Css2Style()
-
-
findConflicts(Warnings, Enumeration)
- Find conflicts in this Style
-
getCursor()
- Get the cursor property
-
getOutline()
- Get the outline property
-
getOutlineColor()
- Get the outline-color property
-
getOutlineStyle()
- Get the outline-style property
-
getOutlineWidth()
- Get the outline-width property
-
print(CssPrinterStyle)
- Print this style.
Css2Style
public Css2Style()
getCursor
public final Cursor getCursor()
- Get the cursor property
getOutlineStyle
public final OutlineStyle getOutlineStyle()
- Get the outline-style property
getOutlineWidth
public final OutlineWidth getOutlineWidth()
- Get the outline-width property
getOutlineColor
public final OutlineColor getOutlineColor()
- Get the outline-color property
getOutline
public final Outline getOutline()
- Get the outline 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