Interface Graphics

All Known Subinterfaces:
Actor
All Known Implementing Classes:
Animation, Area, AreaEntity, Background, CellMouseIndicator, CollectableAreaEntity, Dialog, DraggableAreaEntity, Entity, Foreground, GraphicsEntity, Grid, ImageGraphics, MovableAreaEntity, OrientedAnimation, Path, RPGSprite, ShapeGraphics, Sprite, Text, TextGraphics

public interface Graphics
Represents a drawable element.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(Canvas canvas)
    Renders itself on specified canvas.
  • Method Details

    • draw

      void draw(Canvas canvas)
      Renders itself on specified canvas.
      Parameters:
      canvas - target, not null