public class Graphics extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Graphics.Graphic |
Constructor and Description |
---|
Graphics() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
List<Graphics.Graphic> |
getCollection() |
String |
getDescription() |
int |
hashCode() |
void |
setCollection(List<Graphics.Graphic> collection) |
void |
setDescription(String description) |
public String getDescription()
public void setDescription(String description)
public List<Graphics.Graphic> getCollection()
public void setCollection(List<Graphics.Graphic> collection)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.