Gridarta Editor
Public Member Functions | Package Attributes | List of all members
ShapeTest Class Reference
Inheritance diagram for ShapeTest:
Inheritance graph
Collaboration diagram for ShapeTest:
Collaboration graph

Public Member Functions

void paint (Graphics g)
 
 ShapeTest (Shape shape)
 
 ShapeTest (Shape shape, int step)
 

Package Attributes

Shape shape
 
int step
 

Detailed Description

Definition at line 421 of file GraphicsTest.java.

Constructor & Destructor Documentation

◆ ShapeTest() [1/2]

ShapeTest.ShapeTest ( Shape  shape,
int  step 
)

Definition at line 426 of file GraphicsTest.java.

◆ ShapeTest() [2/2]

ShapeTest.ShapeTest ( Shape  shape)

Definition at line 431 of file GraphicsTest.java.

Member Function Documentation

◆ paint()

void ShapeTest.paint ( Graphics  g)

Definition at line 436 of file GraphicsTest.java.

References ColorUtils.darker(), Shape.draw(), and Shape.fill().

Here is the call graph for this function:

Member Data Documentation

◆ shape

Shape ShapeTest.shape
package

Definition at line 423 of file GraphicsTest.java.

◆ step

int ShapeTest.step
package

Definition at line 424 of file GraphicsTest.java.


The documentation for this class was generated from the following file: