edu.washington.cs.supple.rep
Interface MapLocationType

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

public interface MapLocationType
extends SimpleValueType

Author:
kgajos

Method Summary
 int getDesiredMapHeight()
           
 int getDesiredMapWidth()
           
 javax.swing.ImageIcon getMapImage()
          Returns the image currently used for the map
 
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

getDesiredMapWidth

public int getDesiredMapWidth()
Returns:
the desired width (in pixels) for the rendering of the map

getDesiredMapHeight

public int getDesiredMapHeight()
Returns:
the desired height (in pixels) for the rendering of the map

getMapImage

public javax.swing.ImageIcon getMapImage()
Returns the image currently used for the map

Returns: