JSci.instruments
Interface Dimensions

All Known Subinterfaces:
ImageFilter, ImageSource, ParticleTracker
All Known Implementing Classes:
Image, ImageFilterAdapter, 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

public int getWidth()
Returns:
the width of the image

getHeight

public int getHeight()
Returns:
the height of the image

getSize

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