public class PointsSorter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PointsSorter.ScanLine |
Constructor and Description |
---|
PointsSorter() |
Modifier and Type | Method and Description |
---|---|
PointsSorter.ScanLine |
fix() |
void |
put(int x,
int y,
boolean positive) |
void |
put(int lx,
int ly,
int hx,
int hy) |
int |
size() |
public void put(int lx, int ly, int hx, int hy)
public void put(int x, int y, boolean positive)
public PointsSorter.ScanLine fix()
public int size()