Class PositionableShapeXml

    • Method Detail

      • store

        public Element store​(java.lang.Object o)
        Default implementation for storing the contents of a PositionableShape
        Parameters:
        o - Object to store, of type PositionableShape
        Returns:
        Element containing the complete info
      • storeCommonAttributes

        public void storeCommonAttributes​(PositionableShape p,
                                          Element element)
        Default implementation for storing the common contents.
        Parameters:
        p - the shape to store
        element - Element in which contents are stored
      • storeColor

        public Element storeColor​(java.lang.String name,
                                  java.awt.Color c)
      • load

        public boolean load​(Element shared,
                            Element perNode)
        Description copied from class: AbstractXmlAdapter
        Create a set of configured objects from their XML description.
        Specified by:
        load in interface XmlAdapter
        Overrides:
        load in class AbstractXmlAdapter
        Parameters:
        shared - Top-level XML element containing the common, multi-node elements of the description
        perNode - Top-level XML element containing the private, single-node elements of the description
        Returns:
        true if successful
      • getColor

        public java.awt.Color getColor​(Element element,
                                       java.lang.String name,
                                       int alpha)
      • getInt

        public int getInt​(Element element,
                          java.lang.String name)
      • getFloat

        public float getFloat​(Element element,
                              java.lang.String name)