Class Shape

java.lang.Object
com.prineside.tdi2.Shape
All Implemented Interfaces:
com.badlogic.gdx.utils.Pool.Poolable
Direct Known Subclasses:
BulletSmokeMultiLine, ChainLightning, Circle, CountdownPolygon, FlyingParticlesLine, MultiLine, PieChart, RangeCircle, StraightMultiLine, TrailMultiLine

public abstract class Shape extends Object implements com.badlogic.gdx.utils.Pool.Poolable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
    draw(com.badlogic.gdx.graphics.g2d.Batch batch)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.badlogic.gdx.utils.Pool.Poolable

    reset
  • Constructor Details

    • Shape

      public Shape()
  • Method Details

    • draw

      public abstract void draw(com.badlogic.gdx.graphics.g2d.Batch batch)