Class GraphicCollection3D

    • Constructor Detail

      • GraphicCollection3D

        public GraphicCollection3D​()
        Constructor
    • Method Detail

      • is3D

        public boolean is3D​()
        Get if is 3D
        Overrides:
        is3D in class GraphicCollection
        Returns:
        Boolean
      • isFixZ

        public boolean isFixZ​()
        Get if is fixed z graphics
        Returns:
        Boolean
      • setFixZ

        public void setFixZ​(boolean value)
        Set if is fixed z graphics
        Parameters:
        value - Boolean
      • getZValue

        public double getZValue​()
        Get fixed z value
        Returns:
        Fixed z value
      • setZValue

        public void setZValue​(double value)
        Set fixed z value
        Parameters:
        value - Fixed z value
      • getZDir

        public java.lang.String getZDir​()
        Get z direction - x, y or z
        Returns:
        Z direction
      • setZDir

        public void setZDir​(java.lang.String value)
        Set z direction - x, y or z
        Parameters:
        value - Z direction
      • getSEPoint

        public java.util.List<java.lang.Number> getSEPoint​()
        Get start & end points [xstart, ystart, xend, yend]
        Returns:
        Start & end points
      • setSEPoint

        public void setSEPoint​(java.util.List<java.lang.Number> value)
        Set start & end points
        Parameters:
        value - Start & end points