Package 

Class Bounds


  • 
    public class Bounds
    extends Base
                        

    Stores information about visual location of an object. Can be defined with an object, a rect or as a set of numbers.Note: "right" and "bottom" have priority over "width" and "height".

    • Constructor Detail

      • Bounds

        Bounds(String jsChart)
    • Method Detail

      • bottom

         void bottom()

        Getter for the bottom edge position.

      • height

         void height()

        Getter for the height value.

      • left

         void left()

        Getter for the left edge position.

      • maxHeight

         void maxHeight()

        Getter for the maximum height value.

      • maxWidth

         void maxWidth()

        Getter for the maximum width value.

      • minHeight

         void minHeight()

        Getter for the minimum height value.

      • minWidth

         void minWidth()

        Getter for the minimum width value.

      • right

         void right()

        Getter for the right edge position.

      • set

         Bounds set(Number xOrRect, Number y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Number xOrRect, Number y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Number xOrRect, Number y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Number xOrRect, Number y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Number xOrRect, String y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Number xOrRect, String y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Number xOrRect, String y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Number xOrRect, String y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(String xOrRect, Number y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(String xOrRect, Number y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(String xOrRect, Number y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(String xOrRect, Number y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(String xOrRect, String y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(String xOrRect, String y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(String xOrRect, String y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(String xOrRect, String y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Array<Number> xOrRect, Number y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Array<Number> xOrRect, Number y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Array<Number> xOrRect, Number y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Array<Number> xOrRect, Number y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Array<Number> xOrRect, String y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Array<Number> xOrRect, String y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Array<Number> xOrRect, String y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Array<Number> xOrRect, String y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(RectObj xOrRect, Number y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(RectObj xOrRect, Number y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(RectObj xOrRect, Number y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(RectObj xOrRect, Number y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(RectObj xOrRect, String y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(RectObj xOrRect, String y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(RectObj xOrRect, String y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(RectObj xOrRect, String y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Rect xOrRect, Number y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Rect xOrRect, Number y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Rect xOrRect, Number y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Rect xOrRect, Number y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Rect xOrRect, String y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Rect xOrRect, String y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Rect xOrRect, String y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Rect xOrRect, String y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Bounds xOrRect, Number y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Bounds xOrRect, Number y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Bounds xOrRect, Number y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Bounds xOrRect, Number y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Bounds xOrRect, String y, Number width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Bounds xOrRect, String y, Number width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Bounds xOrRect, String y, String width, Number height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • set

         Bounds set(Bounds xOrRect, String y, String width, String height)

        Resets all values of the object by passed values.Note: 'right' and 'bottom' have priority over 'width' and 'height'.

      • top

         void top()

        Getter for the top edge position.

      • width

         void width()

        Getter for the width value.

      • removeAllListeners

         void removeAllListeners(String type)

        Removes all listeners from an object. You can also optionally remove listeners of some particular type.

      • unlistenByKey

         void unlistenByKey(String key)

        Removes an event listener which was added with listen() by the key returned by listen() or listenOnce().