ij.plugin.filter
Class ThresholdToSelection.Outline

java.lang.Object
  extended by ij.plugin.filter.ThresholdToSelection.Outline
Enclosing class:
ThresholdToSelection

static class ThresholdToSelection.Outline
extends java.lang.Object


Field Summary
(package private)  int first
           
(package private)  int GROW
           
(package private)  int last
           
(package private)  int reserved
           
(package private)  int[] x
           
(package private)  int[] y
           
 
Constructor Summary
ThresholdToSelection.Outline()
           
 
Method Summary
 java.awt.Polygon getPolygon()
           
 void push(int x, int y)
           
 void push(ThresholdToSelection.Outline o)
           
 void shift(int x, int y)
           
 void shift(ThresholdToSelection.Outline o)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

int[] x

y

int[] y

first

int first

last

int last

reserved

int reserved

GROW

final int GROW
See Also:
Constant Field Values
Constructor Detail

ThresholdToSelection.Outline

public ThresholdToSelection.Outline()
Method Detail

push

public void push(int x,
                 int y)

shift

public void shift(int x,
                  int y)

push

public void push(ThresholdToSelection.Outline o)

shift

public void shift(ThresholdToSelection.Outline o)

getPolygon

public java.awt.Polygon getPolygon()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object