public class Key extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
aType() |
void |
aType(String s) |
int |
blue() |
int |
green() |
String |
key() |
void |
print(PrintWriter writerOut) |
int |
red() |
public Key(int r,
int g,
int b,
String k)
public int red()
public int green()
public int blue()
public String key()
public void print(PrintWriter writerOut)
public String aType()
public void aType(String s)
Copyright © 2020 Soot OSS. All rights reserved.