public abstract class BaseStyle<S extends Style> extends Object implements Style
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected S |
parent |
Modifier and Type | Method and Description |
---|---|
void |
copy(Style source)
Copy properties from an existing style.
|
boolean |
equals(Object other) |
protected String |
getCSSNameSuffix() |
String |
getName() |
Style |
getParent() |
Object |
getParentProperty(StyleProperty property) |
void |
setName(String name) |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCSS, getProperties, getProperty, setProperty
public Object getParentProperty(StyleProperty property)
getParentProperty
in interface Style
protected String getCSSNameSuffix()
public void copy(Style source)
Style
Copyright © 2005–2020. All rights reserved.