|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.dom.client.Style
org.vectomatic.dom.svg.OMSVGStyle
@TagName(value="style") public class OMSVGStyle
Class to represent a CSS style
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.dom.client.Style |
---|
com.google.gwt.dom.client.Style.BorderStyle, com.google.gwt.dom.client.Style.Cursor, com.google.gwt.dom.client.Style.Display, com.google.gwt.dom.client.Style.Float, com.google.gwt.dom.client.Style.FontStyle, com.google.gwt.dom.client.Style.FontWeight, com.google.gwt.dom.client.Style.HasCssName, com.google.gwt.dom.client.Style.ListStyleType, com.google.gwt.dom.client.Style.Overflow, com.google.gwt.dom.client.Style.Position, com.google.gwt.dom.client.Style.TableLayout, com.google.gwt.dom.client.Style.TextDecoration, com.google.gwt.dom.client.Style.Unit, com.google.gwt.dom.client.Style.VerticalAlign, com.google.gwt.dom.client.Style.Visibility |
Field Summary | |
---|---|
protected static CSSHelper |
cssHelper
|
Constructor Summary | |
---|---|
protected |
OMSVGStyle()
Constructor |
Method Summary | |
---|---|
void |
clearSVGProperty(String name)
Clears the value of a named property, causing it to revert to its default. |
String |
getSVGProperty(String name)
Gets the value of a named property. |
OMCSSValue |
getSVGPropertyCSS(String name)
Gets the value of a named property as a CSS value. |
void |
setSVGProperty(String name,
String value)
Sets the value of a named property. |
Methods inherited from class com.google.gwt.dom.client.Style |
---|
clearBackgroundColor, clearBackgroundImage, clearBorderColor, clearBorderStyle, clearBorderWidth, clearBottom, clearColor, clearCursor, clearDisplay, clearFloat, clearFontSize, clearFontStyle, clearFontWeight, clearHeight, clearLeft, clearListStyleType, clearMargin, clearMarginBottom, clearMarginLeft, clearMarginRight, clearMarginTop, clearOpacity, clearOverflow, clearOverflowX, clearOverflowY, clearPadding, clearPaddingBottom, clearPaddingLeft, clearPaddingRight, clearPaddingTop, clearPosition, clearProperty, clearRight, clearTableLayout, clearTextDecoration, clearTop, clearVisibility, clearWidth, clearZIndex, getBackgroundColor, getBackgroundImage, getBorderColor, getBorderStyle, getBorderWidth, getBottom, getColor, getCursor, getDisplay, getFontSize, getFontStyle, getFontWeight, getHeight, getLeft, getListStyleType, getMargin, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getOpacity, getOverflow, getOverflowX, getOverflowY, getPadding, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPosition, getProperty, getRight, getTableLayout, getTextDecoration, getTop, getVerticalAlign, getVisibility, getWidth, getZIndex, setBackgroundColor, setBackgroundImage, setBorderColor, setBorderStyle, setBorderWidth, setBottom, setColor, setCursor, setDisplay, setFloat, setFontSize, setFontStyle, setFontWeight, setHeight, setLeft, setListStyleType, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setOpacity, setOverflow, setOverflowX, setOverflowY, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPosition, setProperty, setProperty, setPropertyPx, setRight, setTableLayout, setTextDecoration, setTop, setVerticalAlign, setVerticalAlign, setVisibility, setWidth, setZIndex |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static CSSHelper cssHelper
Constructor Detail |
---|
protected OMSVGStyle()
Method Detail |
---|
public final void clearSVGProperty(String name)
name
- The property namepublic final String getSVGProperty(String name)
name
- The property name
public final void setSVGProperty(String name, String value)
name
- The property namevalue
- The property namepublic final OMCSSValue getSVGPropertyCSS(String name)
OMSVGPaint
values.
name
- The name of CSS property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |