Uses of Class
jpicedt.graphic.model.TextEditable
-
Packages that use TextEditable Package Description jpicedt.graphic.model Document structure and graphic primitives.jpicedt.graphic.view Document appearance. -
-
Uses of TextEditable in jpicedt.graphic.model
Subclasses of TextEditable in jpicedt.graphic.model Modifier and Type Class Description classPicTextTextual elements, possibly surrounded by a box (currently, only rectangular, oval and circular shapes are supported).Constructors in jpicedt.graphic.model with parameters of type TextEditable Constructor Description TextEditable(TextEditable e)Construct a clone of the given TextEditable -
Uses of TextEditable in jpicedt.graphic.view
Constructors in jpicedt.graphic.view with parameters of type TextEditable Constructor Description Text(TextEditable clickedObject, java.awt.font.TextHitInfo thi, PEMouseEvent mouseEvent)construct a new HitInfo.Text that occured on the given TextEditable, fetching useful information from the given TextHitInfo.TextHighlighter(TextEditable text)construct a new Highlighter for the given TextEditable
-