Class Lineitem

    • Constructor Detail

      • Lineitem

        public Lineitem()
    • Method Detail

      • isPointVisible

        public boolean isPointVisible()
        Returns whether the point is visible.

        Default: true.

      • setPointVisible

        public void setPointVisible​(boolean pointVisible)
        Sets whether the point is visible.
        Parameters:
        pointVisible - whether the point is visible.
      • getPointStyle

        public java.lang.String getPointStyle()
        Returns the CSS style for the point.
      • setPointStyle

        public void setPointStyle​(java.lang.String pointStyle)
        Sets the pointStyle.
        Parameters:
        pointStyle - the CSS style for the point.
      • getPointImageSrc

        public java.lang.String getPointImageSrc()
        Returns the source URI of the point image.

        Default: null.

      • getPointImageContent

        public Image getPointImageContent()
        Returns the source content of the point image.

        Default: null.

        Since:
        10.0.0
      • getPointIconSclass

        public java.lang.String getPointIconSclass()
        Returns the iconSclass name of this point.
      • setPointIconSclass

        public void setPointIconSclass​(java.lang.String pointIconSclass)
        Sets the iconSclass name of the point.
        Parameters:
        pointIconSclass - the iconSclass name.
      • isOpposite

        public boolean isOpposite()
        Returns whether the first child is displayed in the first area(left/top).

        Default: false.

      • setOpposite

        public void setOpposite​(boolean opposite)
        Sets whether the first child is displayed in the first area(left/top).
        Parameters:
        opposite - whether the first child is displayed in the first area(left/top).
      • getFrontSpace

        public java.lang.String getFrontSpace()
        Returns the spacing with the previous lineitem.
      • setFrontSpace

        public void setFrontSpace​(java.lang.String frontSpace)
        Sets the spacing with the previous lineitem.
        Parameters:
        frontSpace - the spacing with the previous lineitem. (such as "5px" or "5em"). If null or empty (""), the default spacing is used (i.e., controlled by CSS alone).
      • getBackSpace

        public java.lang.String getBackSpace()
        Returns the spacing with the next lineitem.
      • setBackSpace

        public void setBackSpace​(java.lang.String backSpace)
        Sets the spacing with the next lineitem.
        Parameters:
        backSpace - the spacing with the next lineitem. (such as "5px" or "5em"). If null or empty (""), the default spacing is used (i.e., controlled by CSS alone).