public class P2DPlotModel.Attributor extends P2DAttributorSupport
instance, TEN, version
Constructor and Description |
---|
P2DPlotModel.Attributor() |
P2DPlotModel.Attributor(java.awt.Color[] arr) |
Modifier and Type | Method and Description |
---|---|
FwkArrayInterface |
format(P2DComponentInterface component,
FwkArrayInterface arr,
java.lang.String s,
FwkAppearanceInterface ap)
Format a string value.
|
format, format, format, format, format, format, format, getInstance, getVersion, main
getNiceVersion, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
release
public P2DPlotModel.Attributor(java.awt.Color[] arr)
public P2DPlotModel.Attributor()
public FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, java.lang.String s, FwkAppearanceInterface ap)
P2DAttributorSupport
format
in interface P2DAttributorInterface
format
in class P2DAttributorSupport
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.