Class PositionableShapeXml

java.lang.Object
jmri.configurexml.AbstractXmlAdapter
jmri.jmrit.display.controlPanelEditor.shape.configurexml.PositionableShapeXml
All Implemented Interfaces:
XmlAdapter
Direct Known Subclasses:
PositionableCircleXml, PositionableEllipseXml, PositionablePolygonXml, PositionableRectangleXml, PositionableRoundRectXml

public abstract class PositionableShapeXml extends AbstractXmlAdapter
Handle configuration for display.PositionableShape objects
  • Constructor Details

  • Method Details

    • store

      public org.jdom2.Element store(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, org.jdom2.Element element)
      Default implementation for storing the common contents.
      Parameters:
      p - the shape to store
      element - Element in which contents are stored
    • storeColor

      public org.jdom2.Element storeColor(String name, Color c)
    • load

      public boolean load(org.jdom2.Element shared, org.jdom2.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
    • loadCommonAttributes

      public void loadCommonAttributes(PositionableShape ps, int defaultLevel, org.jdom2.Element element)
    • getColor

      public Color getColor(org.jdom2.Element element, String name, int alpha)
    • getInt

      public int getInt(org.jdom2.Element element, String name)
    • getFloat

      public float getFloat(org.jdom2.Element element, String name)