|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.washington.cs.supple.render.DeviceProperties
Abstract specification of a class that provides basic information about the device, for which we are producing the interface
| Field Summary | |
static java.lang.String |
DEFAULT_CLASS
|
| Constructor Summary | |
DeviceProperties()
|
|
| Method Summary | |
abstract java.awt.Dimension |
getAvailableScreenSize()
Get the available screen size from the environment. |
ConstraintFactory |
getConstraintFactory()
|
abstract CostFunction |
getCostFunction(Trace trace)
|
static DeviceProperties |
getDefaultDeviceProperties()
This static method uses the JAR Service API to locate a default provider for the DeviceProperties class. |
FactoredCostCalculator |
getFactoredCostCalculator()
|
FactoredCostFunction |
getFactoredCostFunction(Trace trace)
Returns a factored cost function for this device |
abstract java.lang.String |
getName()
|
abstract Renderer |
getRenderer()
Get a renderer for this device. |
abstract VetoFunction |
getVetoFunction(Trace trace)
Returns a veto function for this device. |
abstract WidgetFactory |
getWidgetFactory()
|
void |
initialize()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String DEFAULT_CLASS
| Constructor Detail |
public DeviceProperties()
| Method Detail |
public void initialize()
public abstract java.lang.String getName()
public abstract CostFunction getCostFunction(Trace trace)
public FactoredCostFunction getFactoredCostFunction(Trace trace)
trace - current trace
public FactoredCostCalculator getFactoredCostCalculator()
public abstract VetoFunction getVetoFunction(Trace trace)
public abstract WidgetFactory getWidgetFactory()
public ConstraintFactory getConstraintFactory()
public abstract java.awt.Dimension getAvailableScreenSize()
public abstract Renderer getRenderer()
public static final DeviceProperties getDefaultDeviceProperties()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||