DecoratedNodepublic interface DecoratedNode DecoratedNode is the base interface for handling
properties with inheritance. For example, the TextNode
interface is an extension that defines text decoration properties
such as fontFamily, fontSize or fontWeight. By the same token,
the GraphicsNode extension defines graphical properties
such as the fillColor, the strokeWidth or the strokeColor. |
Methods Summary |
---|
public int | getNumberOfProperties()
| public boolean | isInherited(int propertyIndex)Check if the property is inherited.
| public void | setFloatInherited(int propertyIndex, boolean inherit)Sets the input float property's inheritance status
| public void | setInherited(int propertyIndex, boolean inherit)Sets the input property's inheritance status
| public void | setPackedInherited(int propertyIndex, boolean inherit)Sets the input packed property's inheritance status
|
|