Class DrawAtlas.PlotLocator

java.lang.Object
icyllis.arc3d.granite.DrawAtlas.PlotLocator
Direct Known Subclasses:
DrawAtlas.AtlasLocator, DrawAtlas.Plot
Enclosing class:
DrawAtlas

public static class DrawAtlas.PlotLocator extends Object
Used to locate a plot in a DrawAtlas.
  • Field Details

  • Constructor Details

    • PlotLocator

      public PlotLocator()
  • Method Details

    • getGeneration

      public long getGeneration()
    • getPlotIndex

      public int getPlotIndex()
    • getPageIndex

      public int getPageIndex()
    • isValid

      public boolean isValid()
    • setLocation

      public void setLocation(@Nonnull DrawAtlas.PlotLocator plotLocator)
    • setLocation

      public void setLocation(int pageIndex, int plotIndex, long generation)
    • setGeneration

      public void setGeneration(long generation)
    • toString

      public String toString()
      Overrides:
      toString in class Object