Uses of Class
com.sun.electric.database.variable.DisplayedText

Packages that use DisplayedText
com.sun.electric.database.geometry Package for geometric support in Electric. 
com.sun.electric.tool.user Package for handling the user-interface tool. 
 

Uses of DisplayedText in com.sun.electric.database.geometry
 

Methods in com.sun.electric.database.geometry that return DisplayedText
 DisplayedText Poly.getDisplayedText()
          Method to return the DisplayedText associated with this Poly.
 

Methods in com.sun.electric.database.geometry with parameters of type DisplayedText
 void Poly.setDisplayedText(DisplayedText dt)
          Method to set the DisplayedText associated with this Poly.
 

Uses of DisplayedText in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user that return types with arguments of type DisplayedText
 java.util.List<DisplayedText> Highlighter.getHighlightedText(boolean unique)
          Method to return a List of all highlighted text.
 

Method parameters in com.sun.electric.tool.user with type arguments of type DisplayedText
static NodeInst Clipboard.copyListToCell(Cell toCell, java.util.List<Geometric> geomList, java.util.List<DisplayedText> textList, java.util.List<Geometric> newGeomList, java.util.List<DisplayedText> newTextList, java.awt.geom.Point2D delta, boolean copyExports, boolean uniqueArcs, Dimension2D alignment, java.awt.geom.AffineTransform inPlace, Orientation inPlaceOrient)
          Method to copy the list of Geometrics to a new Cell.
static NodeInst Clipboard.copyListToCell(Cell toCell, java.util.List<Geometric> geomList, java.util.List<DisplayedText> textList, java.util.List<Geometric> newGeomList, java.util.List<DisplayedText> newTextList, java.awt.geom.Point2D delta, boolean copyExports, boolean uniqueArcs, Dimension2D alignment, java.awt.geom.AffineTransform inPlace, Orientation inPlaceOrient)
          Method to copy the list of Geometrics to a new Cell.
static void Clipboard.copyListToClipboard(java.util.List<Geometric> geomList, java.util.List<DisplayedText> textList, Dimension2D alignment, java.awt.geom.AffineTransform inPlace, Orientation inPlaceOrient)
           
 

Constructor parameters in com.sun.electric.tool.user with type arguments of type DisplayedText
CircuitChangeJobs.DeleteSelected(Cell cell, java.util.List<DisplayedText> highlightedText, java.util.List<Geometric> highlighted, boolean reconstructArcsAndExports)
           
CircuitChangeJobs.ManyMove(Cell cell, java.util.List<ElectricObject> highlightedObjs, java.util.List<DisplayedText> highlightedText, double dX, double dY)