Class CompositeFormat

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Direct Known Subclasses:
    ComplexFormat, RealVectorFormat, Vector3DFormat

    public abstract class CompositeFormat
    extends java.text.Format
    Base class for formatters of composite objects (complex numbers, vectors ...).
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.text.Format

        java.text.Format.Field
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositeFormat()  
    • Method Summary

      • Methods inherited from class java.text.Format

        clone, format, format, formatToCharacterIterator, parseObject, parseObject
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompositeFormat

        public CompositeFormat()