public class Scope extends Object
| Constructor and Description |
|---|
Scope(String name,
int x,
int y,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
oplot(Data x,
Data y,
int row,
int col,
String color) |
void |
plot(Data x,
Data y,
int row,
int col,
String color) |
public Scope(String name, int x, int y, int width, int height)
Copyright © 2021. All rights reserved.