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 String aType()
public void aType(String s)
public void print(PrintWriter writerOut)
Copyright © 2024 Soot OSS. All rights reserved.