Documentation of 'hep.aida.ref.plotter.BoxStyle' Java class
BoxStyle
hep.aida.ref.plotter

Class BoxStyle

    • Constructor Detail

      • BoxStyle

        public BoxStyle()
    • Method Detail

      • backgroundStyle

        public IFillStyle backgroundStyle()
        Get the IFillStyle that controls the background of the scene part.
        Specified by:
        backgroundStyle in interface IBoxStyle
        Returns:
        The background IFillStyle.
      • foregroundStyle

        public IFillStyle foregroundStyle()
        Get the IFillStyle that controls the foreground of the scene part. The foreground controls the color of what appears in front unless otherwise specified by other styles. (Is this really needed?)
        Specified by:
        foregroundStyle in interface IBoxStyle
        Returns:
        The foreground IFillStyle.
      • borderStyle

        public IBorderStyle borderStyle()
        Get the border style of the scene part.
        Specified by:
        borderStyle in interface IBoxStyle
        Returns:
        The border style.
      • setX

        public boolean setX(double x)
        Set and get the x and y coordinate of the box's origin.
        Specified by:
        setX in interface IBoxStyle
      • setY

        public boolean setY(double y)
        Specified by:
        setY in interface IBoxStyle
      • x

        public double x()
        Specified by:
        x in interface IBoxStyle
      • y

        public double y()
        Specified by:
        y in interface IBoxStyle
      • setHeight

        public boolean setHeight(double height)
        Set and get the height and the width of the box.
        Specified by:
        setHeight in interface IBoxStyle
      • setWidth

        public boolean setWidth(double width)
        Specified by:
        setWidth in interface IBoxStyle
      • height

        public double height()
        Specified by:
        height in interface IBoxStyle
      • width

        public double width()
        Specified by:
        width in interface IBoxStyle
      • setPlacement

        public boolean setPlacement(int originDefinition)
        Get and specify the origin's definition. The default is BOTTOM_LEFT.
        Specified by:
        setPlacement in interface IBoxStyle
      • setUnits

        public boolean setUnits(int unitsDefinition)
        Get and specify the definition of the units used for the size and origin's position. The default is PIXELS.
        Specified by:
        setUnits in interface IBoxStyle
      • units

        public int units()
        Specified by:
        units in interface IBoxStyle

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.