public class CellArrayBuilder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
CellArrayBuilder.CellArray |
Modifier and Type | Field and Description |
---|---|
Library |
theLibrary |
Constructor and Description |
---|
CellArrayBuilder(Library theLibrary) |
Modifier and Type | Method and Description |
---|---|
void |
buildArray(NodeProto proto,
Cell parent,
EPoint startLoc,
Orientation orient,
int cols,
int rows,
FixpCoord colspace,
FixpCoord rowspace,
EditingPreferences ep)
makes an array as intelligently as possible
|
void |
buildArrayBisected(NodeProto proto,
Cell parent,
EPoint bottomLeftInstanceLocation,
Orientation orient,
int cols,
int rows,
FixpCoord colspace,
FixpCoord rowspace,
EditingPreferences ep)
makes an array with subcells
|
void |
buildArrayUsingSubcells(NodeProto proto,
Cell parent,
EPoint bottomLeftInstanceLocation,
Orientation orient,
int cols,
int rows,
FixpCoord colspace,
FixpCoord rowspace,
EditingPreferences ep) |
void |
buildFlatArray(NodeProto proto,
Cell parent,
EPoint bottomLeftInstanceLocation,
Orientation orient,
int cols,
int rows,
FixpCoord colspace,
FixpCoord rowspace,
EditingPreferences ep)
makes an array the "dumb way"
|
public final Library theLibrary
public CellArrayBuilder(Library theLibrary)
public void buildArrayUsingSubcells(NodeProto proto, Cell parent, EPoint bottomLeftInstanceLocation, Orientation orient, int cols, int rows, FixpCoord colspace, FixpCoord rowspace, EditingPreferences ep)
public void buildArrayBisected(NodeProto proto, Cell parent, EPoint bottomLeftInstanceLocation, Orientation orient, int cols, int rows, FixpCoord colspace, FixpCoord rowspace, EditingPreferences ep)
public void buildFlatArray(NodeProto proto, Cell parent, EPoint bottomLeftInstanceLocation, Orientation orient, int cols, int rows, FixpCoord colspace, FixpCoord rowspace, EditingPreferences ep)
public void buildArray(NodeProto proto, Cell parent, EPoint startLoc, Orientation orient, int cols, int rows, FixpCoord colspace, FixpCoord rowspace, EditingPreferences ep)