- scale - Variable in class hevs.graphics.advanced.samples.ImageBackground
-
- serialVersionUID - Static variable in class hevs.graphics.ImageGraphics
-
- setAngle(double) - Method in class hevs.graphics.TurtleGraphics
-
Set the direction of writing to the specified angle
- setAngleRad(double) - Method in class hevs.graphics.TurtleGraphics
-
Set the direction of writing to the specified angle
- setBackgroundColor(Color) - Method in class hevs.graphics.advanced.ListGraphics
-
- setColor(Color) - Method in class hevs.graphics.FunGraphics
-
- setColor(Color) - Method in interface hevs.graphics.interfaces.Graphics
-
Set the color of the future drawings
- setKeyManager(KeyListener) - Method in class hevs.graphics.FunGraphics
-
Sets a keyboard listener
- setMouseListener(MouseListener) - Method in class hevs.graphics.advanced.ListGraphics
-
- setMouseMotionManager(MouseMotionListener) - Method in class hevs.graphics.TurtleGraphics
-
- setPenWidth(float) - Method in class hevs.graphics.FunGraphics
-
- setPenWidth(float) - Method in interface hevs.graphics.interfaces.Graphics
-
Sets the width of the pen
- setPixel(int, int) - Method in class hevs.graphics.FunGraphics
-
- setPixel(int, int, Color) - Method in class hevs.graphics.FunGraphics
-
- setPixel(int, int, int) - Method in class hevs.graphics.FunGraphics
-
- setPixel(int, int) - Method in interface hevs.graphics.interfaces.Graphics
-
Draw the selected pixel with the color selected with setColor.
- setPixel(int, int, Color) - Method in interface hevs.graphics.interfaces.Graphics
-
Draws a pixel with a given color.
- setPixel(int, int, int) - Method in interface hevs.graphics.interfaces.Graphics
-
Draws a pixel with a given color.
- setPixelBW(int, int, int) - Method in class hevs.graphics.ImageGraphics
-
Sets a grayscale pixel, does not sets values for invalid pixels
outside the screen.
- setPixelsBW(int[][]) - Method in class hevs.graphics.ImageGraphics
-
Sets an array of grayscale pixels (from 0 to 255) and displays them
- setPixelsColor(Color[][]) - Method in class hevs.graphics.ImageGraphics
-
Sets an array of pixels of Color and displays them
- setWidth(float) - Method in class hevs.graphics.TurtleGraphics
-
Sets the width of the pen
- shaftLength - Static variable in class hevs.graphics.samples.drawing.DrawArrow
-
- SimpleShapes - Class in hevs.graphics.samples.drawing
-
Draws a simple circle on the screen
- SimpleShapes() - Constructor for class hevs.graphics.samples.drawing.SimpleShapes
-
- start(Stage) - Method in class hevs.graphics.JavaFXMinimal
-
- startingPointX - Static variable in class hevs.graphics.samples.drawing.DrawArrow
-
- startingPointX - Static variable in class hevs.graphics.samples.drawing.DrawEulerSpiral
-
- startingPointX - Static variable in class hevs.graphics.samples.drawing.DrawLogarithmicSpiral
-
- startingPointY - Static variable in class hevs.graphics.samples.drawing.DrawArrow
-
- startingPointY - Static variable in class hevs.graphics.samples.drawing.DrawEulerSpiral
-
- startingPointY - Static variable in class hevs.graphics.samples.drawing.DrawLogarithmicSpiral
-
- stepsPerTurn - Static variable in class hevs.graphics.samples.drawing.DrawEulerSpiral
-
- stepsPerTurn - Static variable in class hevs.graphics.samples.drawing.DrawLogarithmicSpiral
-
- sync(int) - Method in class hevs.graphics.utils.GraphicTimer
-
Periodic call to this method in the main loop
insures a constant frame-rate.
- syncGameLogic(int) - Method in class hevs.graphics.AcceleratedDisplay
-
Call this method periodically to have a constant frame rate