Uses of Class
jpicedt.graphic.model.PicText
-
Packages that use PicText Package Description jpicedt.format.output.eepic Classes (formatter, view factory,...) related to the epic/eepic content-type.jpicedt.format.output.latex Classes (formatter, view factory,...) related to the LaTeX (standard) content-type.jpicedt.format.output.pstricks Classes (formatter, view factory,...) related to the PsTricks content-type.jpicedt.graphic.io.formatter Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks.jpicedt.graphic.model Document structure and graphic primitives.jpicedt.graphic.toolkit Controller (document editing through UI actions)jpicedt.graphic.view Document appearance.jpicedt.test Test classes. -
-
Uses of PicText in jpicedt.format.output.eepic
Constructors in jpicedt.format.output.eepic with parameters of type PicText Constructor Description TextView(PicText te)construct a new View for the given PicRectangle -
Uses of PicText in jpicedt.format.output.latex
Constructors in jpicedt.format.output.latex with parameters of type PicText Constructor Description PicTextFormatter(PicText obj, FormatterFactory factory) -
Uses of PicText in jpicedt.format.output.pstricks
Constructors in jpicedt.format.output.pstricks with parameters of type PicText Constructor Description PicTextFormatter(PicText obj, PstricksFormatter factory) -
Uses of PicText in jpicedt.graphic.io.formatter
Constructors in jpicedt.graphic.io.formatter with parameters of type PicText Constructor Description JPICTextFormatter(PicText obj, JPICFormatter factory) -
Uses of PicText in jpicedt.graphic.model
Constructors in jpicedt.graphic.model with parameters of type PicText Constructor Description PicText(PicText text)cloning constructor -
Uses of PicText in jpicedt.graphic.toolkit
Constructors in jpicedt.graphic.toolkit with parameters of type PicText Constructor Description TextDrawTool(PicText prototype) -
Uses of PicText in jpicedt.graphic.view
Methods in jpicedt.graphic.view with parameters of type PicText Modifier and Type Method Description protected voidDefaultViewFactory.TextViewHybrid. getDimensionsFromLogFile(java.io.BufferedReader reader, PicText text)Constructors in jpicedt.graphic.view with parameters of type PicText Constructor Description TextView(PicText te)construct a new View for the given PicRectangleTextViewHybrid(PicText te)construct a new View for the given PicRectangle -
Uses of PicText in jpicedt.test
Fields in jpicedt.test declared as PicText Modifier and Type Field Description PicTextTestBoard. textPicTextTestCanvas. textPicTextTestBoard. text2PicTextTestCanvas. text2
-