jfits
Interface FitsShapeProviding

All Known Implementing Classes:
JAbstractShapePanel, JAdjustableAnnulus, JAdjustableCircle, JAdjustableRectangle, JAdjustableShape

public interface FitsShapeProviding

This interface announces the capability to generate generic fits shapes if queried with getGeneric(). It is intended for use with non-trivial fits shapes like FitsAnnulus. It could work together with a small adjustment panel that allows user-driven shape definition.


Method Summary
 FitsShape getGeneric()
          This method delivers a generic fits shape in ccd-pixel space.
 String getID()
          A unique ID.
 

Method Detail

getGeneric

FitsShape getGeneric()
This method delivers a generic fits shape in ccd-pixel space. It must be symmetric in the sense that its center equals the center of its bounding box. It is common practice that this center is also the origin 0,0.


getID

String getID()
A unique ID. Is used as a key in lookup-tables.