Class BubbleSeries.BubbleData

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.util.io.IClusterable
    Enclosing class:
    BubbleSeries

    public static class BubbleSeries.BubbleData
    extends Object
    implements org.apache.wicket.util.io.IClusterable
    Provides a data bean for BubbleSeries
    See Also:
    Serialized Form
    • Constructor Detail

      • BubbleData

        public BubbleData​(String category,
                          Double x,
                          Double y,
                          Double size)
        Constructor
        Parameters:
        category - the category
        x - the x value
        y - the y value
        size - the size value
    • Method Detail

      • getX

        public Double getX()
        Gets the x value
        Returns:
        the x value
      • getY

        public Double getY()
        Gets the y value
        Returns:
        the y value
      • getSize

        public Double getSize()
        Gets the size value
        Returns:
        the size value
      • getCategory

        public String getCategory()
        Gets the category
        Returns:
        the category