edu.washington.cs.supple.rep
Interface ImageType

All Superinterfaces:
SimpleValueType, SuppleBean, SuppleType
All Known Implementing Classes:
ImageTypeImpl

public interface ImageType
extends SimpleValueType

Author:
kgajos

Method Summary
 int getDesiredHeight()
           
 int getDesiredWidth()
           
 
Methods inherited from interface edu.washington.cs.supple.rep.SuppleType
accept, getIndex, getIndex, getLegalValues, getLikelyValues, getLongestLegalIndex, getMaxNumLegalValues, getNumLegalValues, getNumLikelyValues, getTypicalIndexLength, getUniqueId, hasIndex, hasOrdering, hasSetLegalValues, isEnumerable, isFinalLegalValues, isLegalValue, isLegalValueClass, isPrimitiveType, orderValues, toPrettyString, verifyCurrentValue
 
Methods inherited from interface edu.washington.cs.supple.rep.SuppleBean
addPropertyChangeListener, removePropertyChangeListener
 

Method Detail

getDesiredWidth

public int getDesiredWidth()
Returns:
the desired width (in pixels) for the rendering of this image

getDesiredHeight

public int getDesiredHeight()
Returns:
the desired height (in pixels) for the rendering of this image