Class SymbolItem

java.lang.Object
org.oscim.utils.pool.Inlist<SymbolItem>
org.oscim.renderer.bucket.SymbolItem

public class SymbolItem extends Inlist<SymbolItem>
  • Field Details

    • pool

      public static final SyncPool<SymbolItem> pool
    • billboard

      public boolean billboard
    • x

      public float x
    • y

      public float y
    • texRegion

      public TextureRegion texRegion
    • bitmap

      public Bitmap bitmap
    • offset

      public PointF offset
    • rotation

      public float rotation
  • Constructor Details

    • SymbolItem

      public SymbolItem()
  • Method Details

    • set

      public void set(float x, float y, TextureRegion texture, boolean billboard)
    • set

      public void set(float x, float y, TextureRegion texture, float rotation, boolean billboard)
    • set

      public void set(float x, float y, Bitmap bitmap, boolean billboard)
    • set

      public void set(float x, float y, Bitmap bitmap, float rotation, boolean billboard)