Comparable
, Vertex
public class ImageRepresentation extends Object implements Vertex
Constructor | Description |
---|---|
ImageRepresentation(ImageFlavor flavor) |
Main constructor
|
Modifier and Type | Method | Description |
---|---|---|
int |
compareTo(Object obj) |
|
boolean |
equals(Object obj) |
|
ImageFlavor |
getFlavor() |
Returns the image flavor.
|
int |
hashCode() |
|
String |
toString() |
public ImageRepresentation(ImageFlavor flavor)
flavor
- the image flavorpublic ImageFlavor getFlavor()
public int compareTo(Object obj)
compareTo
in interface Comparable
Copyright © 2018 Apache Software Foundation. All rights reserved.