public static final class StyleSheet.ExtensionInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
className
Name of class implementing the extension.
|
String[] |
parameters
Parameters passed to the constructor of the above class.
|
Constructor and Description |
---|
ExtensionInfo(String className,
String[] parameters)
Constructs info about a StyleSheet extension
using specified arguments.
|