Class AbstractStyles

  • All Implemented Interfaces:
    EventListener, IGProp<GProp<?>[]>, IPropCnr, java.lang.Cloneable
    Direct Known Subclasses:
    FontFaces, Styles

    public class AbstractStyles
    extends PropCnr
    Abstract styles property container that either holds styles or other style related data such as font faces.
    • Constructor Detail

      • AbstractStyles

        protected AbstractStyles()
        Creates the abstract styles property container without a name. The name must be set in all cases using the setPropertyAtom call.
      • AbstractStyles

        public AbstractStyles​(Atom propertyAtom)
        Creates the abstract styles property container with the specified name. All system-reserved names for components begins with "$".
        Parameters:
        propertyAtom - the name of the component, unique within it's parent.