Class ScissorStack

java.lang.Object
dev.pfaff.altargui.internal.render.ScissorStack

public final class ScissorStack extends Object
  • Constructor Details

    • ScissorStack

      public ScissorStack()
  • Method Details

    • push

      public void push(float x, float y, float maxX, float maxY)
    • pop

      public void pop()
    • topMinX

      public float topMinX()
      This is safe to call only when isEmpty() returns false.
    • topMinY

      public float topMinY()
      This is safe to call only when isEmpty() returns false.
    • topMaxX

      public float topMaxX()
      This is safe to call only when isEmpty() returns false.
    • topMaxY

      public float topMaxY()
      This is safe to call only when isEmpty() returns false.
    • isEmpty

      public boolean isEmpty()
    • length

      public int length()