Class ESeriesValue

    • Constructor Detail

      • ESeriesValue

        public ESeriesValue()
        Creates the VirtualSpace group property container without a name. The name must be set in all cases using the setPropertyAtom call.
      • ESeriesValue

        public ESeriesValue​(Atom propertyAtom)
        Creates the VirtualSpace group 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.
      • ESeriesValue

        public ESeriesValue​(Atom propertyAtom,
                            GSeriesValue value)
        Creates the VirtualSpace group 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.
        value - The value.
    • Method Detail

      • getRelaceName

        public java.lang.String getRelaceName​(java.lang.String name)
        Gets the replacement text for a property name.
        Specified by:
        getRelaceName in interface IChartProps
      • getExcluded

        public java.util.HashSet<java.lang.String> getExcluded()
        Gets the excluded properties from the tooltip.
        Specified by:
        getExcluded in interface IChartProps
      • getExtendsPossibleClasses

        public java.lang.Class<?>[] getExtendsPossibleClasses()
        Gets the possible classes this container supports for the Extends Framework. The default implementation is to return null.
        Specified by:
        getExtendsPossibleClasses in interface IPropCnr
        Overrides:
        getExtendsPossibleClasses in class PropCnr
        Returns:
        List of supported classes, or null for none.