public class ViewChanges
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ViewChanges.CreateAndViewCell
Class to create a cell and display it in a new window.
|
static class |
ViewChanges.MakeLayoutView
Class to generate the alternate view of a cell.
|
static class |
ViewChanges.MakeNewViewDialog
Class to handle the "Make New View" dialog.
|
Modifier and Type | Method and Description |
---|---|
static void |
changeCellView(Cell cell,
View newView)
CHANGE A CELL'S VIEW
|
static void |
convertMultiPageViews()
CONVERT OLD-STYLE MULTI-PAGE SCHEMATICS
|
static int |
iconTextRotation(Export pp,
EditingPreferences ep)
Method to determine the side of the icon that port "pp" belongs on.
|
static void |
makeIconViewCommand()
MAKE AN ICON FOR A CELL
|
static void |
makeIconViewNoGUI(Cell curCell,
boolean doItNow,
EditingPreferences ep,
boolean fixedValues) |
static void |
makeLayoutView()
Method to converts the current Cell into a layout in a given technology.
|
static void |
makeSchematicView()
Method to converts the current Cell into a schematic.
|
static void |
makeSkeletonViewCommand()
MAKE A SKELETON FOR A CELL
|
static boolean |
skeletonizeCell(Cell curCell,
Cell skeletonCell,
EditingPreferences ep)
Method to copy the skeletonized version of one Cell into another.
|
public static void convertMultiPageViews()
public static void makeSkeletonViewCommand()
public static boolean skeletonizeCell(Cell curCell, Cell skeletonCell, EditingPreferences ep)
curCell
- the original Cell to be skeletonized.skeletonCell
- the destination Cell that gets the skeletonized representation.public static void makeIconViewCommand()
public static void makeIconViewNoGUI(Cell curCell, boolean doItNow, EditingPreferences ep, boolean fixedValues)
public static int iconTextRotation(Export pp, EditingPreferences ep)
public static void makeSchematicView()
public static void makeLayoutView()