B C E F G I M P R S T U V 
All Classes All Packages

B

BOLD - fri.shapesge.FontStyle
Bold font style.

C

changeAngle(int) - Method in class fri.shapesge.Image
Change the image rotation angle according to the parameter.
changeColor(String) - Method in class fri.shapesge.Circle
Change the color.
changeColor(String) - Method in class fri.shapesge.Ellipse
Change the color.
changeColor(String) - Method in class fri.shapesge.Rectangle
Change the color.
changeColor(String) - Method in class fri.shapesge.Square
Change the color.
changeColor(String) - Method in class fri.shapesge.TextBlock
Change the color.
changeColor(String) - Method in class fri.shapesge.Triangle
Change the color.
changeFont(String, FontStyle, int) - Method in class fri.shapesge.TextBlock
Change the font according to the new specification.
changeFont(String, EnumSet<FontStyle>, int) - Method in class fri.shapesge.TextBlock
Change the font according to the new specification.
changeImage(ImageData) - Method in class fri.shapesge.Image
Change the drawn image.
changeImage(String) - Method in class fri.shapesge.Image
Change the drawn image.
changePosition(int, int) - Method in class fri.shapesge.Circle
Change the position according to the parameters.
changePosition(int, int) - Method in class fri.shapesge.Ellipse
Change the position according to the parameters.
changePosition(int, int) - Method in class fri.shapesge.Image
Change the image position according to the parameters.
changePosition(int, int) - Method in class fri.shapesge.Rectangle
Change the position according to the parameters.
changePosition(int, int) - Method in class fri.shapesge.Square
Change the position according to the parameters.
changePosition(int, int) - Method in class fri.shapesge.TextBlock
Change the position according to the parameters.
changePosition(int, int) - Method in class fri.shapesge.Triangle
Change the position according to the parameters.
changeSize(int) - Method in class fri.shapesge.Circle
Change the size to the new size (in pixels).
changeSize(int) - Method in class fri.shapesge.Square
Change the size to the new size (in pixels).
changeSize(int, int) - Method in class fri.shapesge.Ellipse
Change the size to the new size (in pixels).
changeSize(int, int) - Method in class fri.shapesge.Rectangle
Change the size to the new size (in pixels).
changeSize(int, int) - Method in class fri.shapesge.Triangle
Change the size to the new size (in pixels).
changeText(String) - Method in class fri.shapesge.TextBlock
Change the text.
Circle - Class in fri.shapesge
A circle that can be manipulated and that draws itself on a canvas.
Circle() - Constructor for class fri.shapesge.Circle
Create a new circle at default position with default color.
Circle(int, int) - Constructor for class fri.shapesge.Circle
Create a new circle at a given position with default color.

E

Ellipse - Class in fri.shapesge
A ellipse that can be manipulated and that draws itself on a canvas.
Ellipse() - Constructor for class fri.shapesge.Ellipse
Create a new ellipse at default position with default color.
Ellipse(int, int) - Constructor for class fri.shapesge.Ellipse
Create a new ellipse at a given position with default color.

F

FontStyle - Enum in fri.shapesge
Possible font styles.
fri.shapesge - package fri.shapesge
 

G

getHeight() - Method in class fri.shapesge.ImageData
Returns height of the image.
getWidth() - Method in class fri.shapesge.ImageData
Returns width of the image.

I

Image - Class in fri.shapesge
The Image class represents a bitmap image that can be drawn on the canvas.
Image(ImageData) - Constructor for class fri.shapesge.Image
Create a new image at default position.
Image(ImageData, int, int) - Constructor for class fri.shapesge.Image
Create a new image at a given position.
Image(String) - Constructor for class fri.shapesge.Image
Create a new image at default position.
Image(String, int, int) - Constructor for class fri.shapesge.Image
Create a new image at a given position.
ImageData - Class in fri.shapesge
The ImageData class represents a bitmap image that can be drawn using the Image class.
ImageData(String) - Constructor for class fri.shapesge.ImageData
Reads an image from a given path.
ITALIC - fri.shapesge.FontStyle
Italic font style.

M

makeInvisible() - Method in class fri.shapesge.Circle
Make this circle invisible.
makeInvisible() - Method in class fri.shapesge.Ellipse
Make this ellipse invisible.
makeInvisible() - Method in class fri.shapesge.Image
Make this image invisible.
makeInvisible() - Method in class fri.shapesge.Rectangle
Make this rectangle invisible.
makeInvisible() - Method in class fri.shapesge.Square
Make this square invisible.
makeInvisible() - Method in class fri.shapesge.TextBlock
Make this text invisible.
makeInvisible() - Method in class fri.shapesge.Triangle
Make this triangle invisible.
makeVisible() - Method in class fri.shapesge.Circle
Make this circle visible.
makeVisible() - Method in class fri.shapesge.Ellipse
Make this ellipse visible.
makeVisible() - Method in class fri.shapesge.Image
Make this image visible.
makeVisible() - Method in class fri.shapesge.Rectangle
Make this rectangle visible.
makeVisible() - Method in class fri.shapesge.Square
Make this square visible.
makeVisible() - Method in class fri.shapesge.TextBlock
Make this text visible.
makeVisible() - Method in class fri.shapesge.Triangle
Make this triangle visible.
manageObject(Object) - Method in class fri.shapesge.Manager
Set `object` to be managed by the manager.
Manager - Class in fri.shapesge
Sends messages to a managed objects as defined in spge.ini
Manager() - Constructor for class fri.shapesge.Manager
Create a new manager that manages no objects yet.
moveDown() - Method in class fri.shapesge.Circle
Move the circle a few pixels down.
moveDown() - Method in class fri.shapesge.Ellipse
Move the ellipse a few pixels down.
moveDown() - Method in class fri.shapesge.Image
Move the image a few pixels down.
moveDown() - Method in class fri.shapesge.Rectangle
Move the rectangle a few pixels down.
moveDown() - Method in class fri.shapesge.Square
Move the square a few pixels down.
moveDown() - Method in class fri.shapesge.TextBlock
Move the text a few pixels down.
moveDown() - Method in class fri.shapesge.Triangle
Move the triangle a few pixels down.
moveHorizontal(int) - Method in class fri.shapesge.Circle
Move the circle horizontally by 'distance' pixels.
moveHorizontal(int) - Method in class fri.shapesge.Ellipse
Move the ellipse horizontally by 'distance' pixels.
moveHorizontal(int) - Method in class fri.shapesge.Image
Move the image horizontally by 'distance' pixels.
moveHorizontal(int) - Method in class fri.shapesge.Rectangle
Move the rectangle horizontally by 'distance' pixels.
moveHorizontal(int) - Method in class fri.shapesge.Square
Move the square horizontally by 'distance' pixels.
moveHorizontal(int) - Method in class fri.shapesge.TextBlock
Move the text horizontally by 'distance' pixels.
moveHorizontal(int) - Method in class fri.shapesge.Triangle
Move the triangle horizontally by 'distance' pixels.
moveLeft() - Method in class fri.shapesge.Circle
Move the circle a few pixels to the left.
moveLeft() - Method in class fri.shapesge.Ellipse
Move the ellipse a few pixels to the left.
moveLeft() - Method in class fri.shapesge.Image
Move the image a few pixels to the left.
moveLeft() - Method in class fri.shapesge.Rectangle
Move the rectangle a few pixels to the left.
moveLeft() - Method in class fri.shapesge.Square
Move the square a few pixels to the left.
moveLeft() - Method in class fri.shapesge.TextBlock
Move the text a few pixels to the left.
moveLeft() - Method in class fri.shapesge.Triangle
Move the triangle a few pixels to the left.
moveRight() - Method in class fri.shapesge.Circle
Move the circle a few pixels to the right.
moveRight() - Method in class fri.shapesge.Ellipse
Move the ellipse a few pixels to the right.
moveRight() - Method in class fri.shapesge.Image
Move the image a few pixels to the right.
moveRight() - Method in class fri.shapesge.Rectangle
Move the rectangle a few pixels to the right.
moveRight() - Method in class fri.shapesge.Square
Move the square a few pixels to the right.
moveRight() - Method in class fri.shapesge.TextBlock
Move the text a few pixels to the right.
moveRight() - Method in class fri.shapesge.Triangle
Move the triangle a few pixels to the right.
moveUp() - Method in class fri.shapesge.Circle
Move the circle a few pixels up.
moveUp() - Method in class fri.shapesge.Ellipse
Move the ellipse a few pixels up.
moveUp() - Method in class fri.shapesge.Image
Move the image a few pixels up.
moveUp() - Method in class fri.shapesge.Rectangle
Move the rectangle a few pixels up.
moveUp() - Method in class fri.shapesge.Square
Move the square a few pixels up.
moveUp() - Method in class fri.shapesge.TextBlock
Move the text a few pixels up.
moveUp() - Method in class fri.shapesge.Triangle
Move the triangle a few pixels up.
moveVertical(int) - Method in class fri.shapesge.Circle
Move the circle vertically by 'distance' pixels.
moveVertical(int) - Method in class fri.shapesge.Ellipse
Move the ellipse vertically by 'distance' pixels.
moveVertical(int) - Method in class fri.shapesge.Image
Move the image vertically by 'distance' pixels.
moveVertical(int) - Method in class fri.shapesge.Rectangle
Move the rectangle vertically by 'distance' pixels.
moveVertical(int) - Method in class fri.shapesge.Square
Move the square vertically by 'distance' pixels.
moveVertical(int) - Method in class fri.shapesge.TextBlock
Move the text vertically by 'distance' pixels.
moveVertical(int) - Method in class fri.shapesge.Triangle
Move the triangle vertically by 'distance' pixels.

P

PLAIN - fri.shapesge.FontStyle
Plain font style.

R

Rectangle - Class in fri.shapesge
A rectangle that can be manipulated and that draws itself on a canvas.
Rectangle() - Constructor for class fri.shapesge.Rectangle
Create a new rectangle at default position with default color.
Rectangle(int, int) - Constructor for class fri.shapesge.Rectangle
Create a new rectangle at a given position with default color.

S

Square - Class in fri.shapesge
A square that can be manipulated and that draws itself on a canvas.
Square() - Constructor for class fri.shapesge.Square
Create a new square at default position with default color.
Square(int, int) - Constructor for class fri.shapesge.Square
Create a new square at a given position with default color.
stopManagingObject(Object) - Method in class fri.shapesge.Manager
Set `object` to be managed by the manager.

T

TextBlock - Class in fri.shapesge
A text that can be manipulated and that draws itself on a canvas.
TextBlock(String) - Constructor for class fri.shapesge.TextBlock
Create a new text at default position with default color.
TextBlock(String, int, int) - Constructor for class fri.shapesge.TextBlock
Create a new text at a given position with default color.
Triangle - Class in fri.shapesge
A triangle that can be manipulated and that draws itself on a canvas.
Triangle() - Constructor for class fri.shapesge.Triangle
Create a new triangle at default position with default color.
Triangle(int, int) - Constructor for class fri.shapesge.Triangle
Create a new triangle at a given position with default color.

U

UNDERLINE - fri.shapesge.FontStyle
Underlined font style.

V

valueOf(String) - Static method in enum fri.shapesge.FontStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum fri.shapesge.FontStyle
Returns an array containing the constants of this enum type, in the order they are declared.
B C E F G I M P R S T U V 
All Classes All Packages