Package playn.core

Class Pattern

java.lang.Object
playn.core.Pattern

public abstract class Pattern extends Object
A bitmap fill pattern created by Image.createPattern(boolean, boolean).
  • Field Details

    • repeatX

      public final boolean repeatX
      Whether this pattern repeats in the x-direction.
    • repeatY

      public final boolean repeatY
      Whether this pattern repeats in the y-direction.