public interface Front extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfPoints() |
Point |
getPoint(int index) |
int |
getPointDimensions() |
void |
setPoint(int index,
Point point) |
void |
sort(Comparator<Point> comparator) |
int getNumberOfPoints()
int getPointDimensions()
Point getPoint(int index)
void setPoint(int index,
Point point)
void sort(Comparator<Point> comparator)
Copyright © 2015. All rights reserved.