public interface P2DAttributorInterface extends FwkInterface
Graphics2D
getVersion, release
FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, java.lang.Object obj, FwkAppearanceInterface ap)
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. See at the special implementation
to get infomation what kind of object is excepted.ap
- The appearance of the current P"D object.FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, java.lang.String s, FwkAppearanceInterface ap)
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 P"D object.FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, int i, FwkAppearanceInterface ap)
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.FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, boolean b, FwkAppearanceInterface ap)
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.FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, char c, FwkAppearanceInterface ap)
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.FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, long l, FwkAppearanceInterface ap)
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.FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, float f, FwkAppearanceInterface ap)
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.FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, double d, FwkAppearanceInterface ap)
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.