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, maingetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreleasepublic P2DPlotModel.Attributor(java.awt.Color[] arr)
public P2DPlotModel.Attributor()
public FwkArrayInterface format(P2DComponentInterface component, FwkArrayInterface arr, java.lang.String s, FwkAppearanceInterface ap)
P2DAttributorSupportformat in interface P2DAttributorInterfaceformat in class P2DAttributorSupportcomponent - 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.