- data - Variable in class ui.Event
-
The data of this event, for example 5,11 , or g.
- DEAD - Static variable in interface ui.LifeUserInterface
-
- drawCircle(int, int, int, int, Colour, boolean) - Method in interface ui.properties.DrawScreen
-
Draws a circle.
- drawImage(BufferedImage, int, int) - Method in interface ui.properties.DrawScreen
-
Draws an image in its original dimensions.
- drawImage(BufferedImage, int, int, int, int) - Method in interface ui.properties.DrawScreen
-
Draws an image with custom dimensions.
- drawLine(int, int, int, int, Colour) - Method in interface ui.properties.DrawScreen
-
Draws a line.
- drawLine(int) - Method in class ui.TreeWindowUserInterface
-
Draws a line of specified length, starting at the current position and angle
- drawLine(double) - Method in class ui.TreeWindowUserInterface
-
Draws a line with the pen, starting at the current position and angle
- drawPixel(int, int, Colour) - Method in interface ui.properties.DrawScreen
-
Draws a single pixel.
- DrawScreen - Interface in ui.properties
-
Interfaces that implement this property provide the possibility
to draw anything on the screen.
- drawSquare(int, int, int, int, Colour, boolean) - Method in interface ui.properties.DrawScreen
-
Draws a square.
- drawText(int, int, String, Colour) - Method in interface ui.properties.DrawScreen
-
Draws a piece of text.
- DrawUserInterface - Interface in ui
-
The interface used for drawing graphs and charts.
- DrosteUserInterface - Interface in ui
-
The interface used in the Droste assignment.