Interface LayoutStyle
-
- All Known Implementing Classes:
DefaultLayoutStyle
public interface LayoutStyle
Creation-Date: 18.11.2006, 18:55:03- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
copyFrom(LayoutStyle style)
CSSValue
getValue(StyleKey key)
void
setValue(StyleKey key, CSSValue value)
-
-
-
Method Detail
-
copyFrom
boolean copyFrom(LayoutStyle style)
-
-