uk.me.parabola.imgfmt.app.trergn
Class PolygonOverview

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.trergn.Overview
      extended by uk.me.parabola.imgfmt.app.trergn.PolygonOverview
All Implemented Interfaces:
java.lang.Comparable<Overview>

public class PolygonOverview
extends Overview

Polygons just have a type (no subtype).

Author:
Steve Ratcliffe

Field Summary
 
Fields inherited from class uk.me.parabola.imgfmt.app.trergn.Overview
LINE_KIND, POINT_KIND, SHAPE_KIND
 
Constructor Summary
PolygonOverview(int type, int minResolution)
           
 
Method Summary
 
Methods inherited from class uk.me.parabola.imgfmt.app.trergn.Overview
compareTo, equals, getKind, getMinResolution, hasExtType, hashCode, setMaxLevel, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonOverview

public PolygonOverview(int type,
                       int minResolution)