public class Portrait extends Object
| Constructor and Description |
|---|
Portrait(String name,
int age,
String quote,
byte[] webp) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAge() |
BufferedImage |
getBufferedImage() |
String |
getName() |
String |
getQuote() |
public Portrait(String name, int age, String quote, byte[] webp) throws IOException
IOExceptionpublic BufferedImage getBufferedImage()
public String getName()
public int getAge()
public String getQuote()
Copyright © 2017. All rights reserved.