JSci.instruments
Interface Dimensions

All Known Subinterfaces:
ImageFilter, ImageSource, ParticleTracker
All Known Implementing Classes:
Image, ImageFilterAdapter, Marlin, PTCroquette, PTTemplate, PTTemplate.SimulatedBarycentreSource, PTTwoDBarycentre, PTTwoDBarycentre.SimulatedBarycentreSource, Simulated, TestImageSource

public interface Dimensions

An object that has a Dimension


Method Summary
 int getHeight()
           
 java.awt.Dimension getSize()
           
 int getWidth()
           
 

Method Detail

getWidth

int getWidth()
Returns:
the width of the image

getHeight

int getHeight()
Returns:
the height of the image

getSize

java.awt.Dimension getSize()
Returns:
the dimension of the image