Class Overlay
- java.lang.Object
-
- org.rspeer.game.provider.callback.manager.overlay.Overlay
-
public class Overlay extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Overlay.Type
-
Constructor Summary
Constructors Constructor Description Overlay(Overlay.Type type, int id, int type2, int colorType)
Overlay(Overlay.Type type, Position position, int type2, int colorType)
Overlay(Overlay.Type type, Position position, int id, int index, int type2, int colorType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getColor()
void
render(Graphics2D g)
void
setPoly(Polygon poly)
boolean
validate(Position pos, int id, int index, int entityType)
-
-
-
Constructor Detail
-
Overlay
public Overlay(Overlay.Type type, Position position, int id, int index, int type2, int colorType)
-
Overlay
public Overlay(Overlay.Type type, int id, int type2, int colorType)
-
Overlay
public Overlay(Overlay.Type type, Position position, int type2, int colorType)
-
-
Method Detail
-
validate
public boolean validate(Position pos, int id, int index, int entityType)
-
getColor
public Color getColor()
-
render
public void render(Graphics2D g)
-
setPoly
public void setPoly(Polygon poly)
-
-