public class OdsxPathAttributor extends Fwk implements P2DAttributorInterface
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
version |
Constructor and Description |
---|
OdsxPathAttributor() |
getNiceVersion, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
release
public static final java.lang.String version
public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class Fwk
public FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, java.lang.String s, FwkAppearanceInterface ap)
format
in interface P2DAttributorInterface
component
- The component for that the attributor should attribute the string.arr
- The array that receives the attributed strings.
If null the array will be created.s
- The string that should be formatted.ap
- The appearance of the current P2D object.public FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, java.lang.Object obj, FwkAppearanceInterface ap)
format
in interface P2DAttributorInterface
component
- The component for that the attributor should attribute the string.arr
- The array that receives the attributed strings.
If null the array will be created.obj
- The object that should be formatted.
The object must have a string representation.ap
- The appearance of the current P"D object.public FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, int i, FwkAppearanceInterface ap)
format
in interface P2DAttributorInterface
component
- The component for that the attributor should attribute the string.arr
- The array that receives the attributed strings.
If null the array will be created.i
- The int value that should be formatted.ap
- The appearance of the current P"D object.public FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, boolean b, FwkAppearanceInterface ap)
format
in interface P2DAttributorInterface
component
- The component for that the attributor should attribute the string.arr
- The array that receives the attributed strings.
If null the array will be created.b
- The boolean that should be formatted.ap
- The appearance of the current P"D object.public FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, char c, FwkAppearanceInterface ap)
format
in interface P2DAttributorInterface
component
- The component for that the attributor should attribute the string.arr
- The array that receives the attributed strings.
If null the array will be created.c
- The character that should be formatted.ap
- The appearance of the current P"D object.public FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, long l, FwkAppearanceInterface ap)
format
in interface P2DAttributorInterface
component
- The component for that the attributor should attribute the string.arr
- The array that receives the attributed strings.
If null the array will be created.l
- The long value that should be formatted.ap
- The appearance of the current P"D object.public FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, float f, FwkAppearanceInterface ap)
format
in interface P2DAttributorInterface
component
- The component for that the attributor should attribute the string.arr
- The array that receives the attributed strings.
If null the array will be created.f
- The float value that should be formatted.ap
- The appearance of the current P"D object.public FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, double d, FwkAppearanceInterface ap)
format
in interface P2DAttributorInterface
component
- The component for that the attributor should attribute the string.arr
- The array that receives the attributed strings.
If null the array will be created.d
- The double value that should be formatted.ap
- The appearance of the current P"D object.