byucc.jhdl.apps.Viewers.FloorPlan
Interface FloorPlanModule

All Known Implementing Classes:
XC4000FloorPlanModule

public interface FloorPlanModule


Method Summary
 CellColorModel getCellColorModel()
           
 java.lang.String getCellName(Cell c)
           
 javax.swing.JComponent getFloorPlanCanvas()
           
 javax.swing.JPanel getHintBar()
           
 javax.swing.JPanel getToolBar()
           
 void init(javax.swing.JPanel frame, Cell top)
           
 void netlist(java.lang.String filename)
           
 void reset()
           
 

Method Detail

getToolBar

public javax.swing.JPanel getToolBar()

getHintBar

public javax.swing.JPanel getHintBar()

getFloorPlanCanvas

public javax.swing.JComponent getFloorPlanCanvas()

getCellColorModel

public CellColorModel getCellColorModel()

getCellName

public java.lang.String getCellName(Cell c)

netlist

public void netlist(java.lang.String filename)

init

public void init(javax.swing.JPanel frame,
                 Cell top)

reset

public void reset()


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.