Class LocObj


  • public final class LocObj
    extends java.lang.Object
    Author:
    Group 3
    • Constructor Summary

      Constructors 
      Constructor Description
      LocObj​(javafx.geometry.Point2D loc, java.lang.Double z)
      Create location container.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.geometry.Point2D getLoc()
      Get X/Y Coordinates.
      java.lang.Double getZ()
      Get Z-Index.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocObj

        public LocObj​(javafx.geometry.Point2D loc,
                      java.lang.Double z)
        Create location container. Any argument may be null
        Parameters:
        loc - X/Y Location.
        z - Z-Index.
    • Method Detail

      • getLoc

        public javafx.geometry.Point2D getLoc()
        Get X/Y Coordinates.
        Returns:
        Location.
      • getZ

        public java.lang.Double getZ()
        Get Z-Index.
        Returns:
        Z-index.