edu.washington.cs.supple.rep
Interface TextType

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

public interface TextType
extends SimpleValueType

Author:
kgajos

Method Summary
 int getTypicalHeight()
           
 int getTypicalWidth()
           
 
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

getTypicalWidth

public int getTypicalWidth()
Returns:
the typical width (in columns) of typical texts represented by this type

getTypicalHeight

public int getTypicalHeight()
Returns:
the typical height (in rows) of typical texts represented by this type