RenderinstructionCircle constructor
RenderinstructionCircle(
- int level
Creates a new circle rendering instruction for the specified drawing level.
level The drawing level (layer) for this circle instruction
Implementation
RenderinstructionCircle(int level) {
this.level = level;
}