Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpicedt.format.eepic.parser.* (4)

jpicedt.format.eepic: Javadoc index of package jpicedt.format.eepic.


Package Samples:

jpicedt.format.eepic.parser: Classes (formatter, view factory,...) related to the epic/eepic content-type.  

Classes:

EepicDrawlineCommand: Eepic open polygon, possibly dashed : \\drawline[stretch](x1,y1)...(xN,yN) This package requires the jpicedt.format.latex package. [todo] use "stretch" parameter to set dash attribute (not used yet)
EepicPathCommand: Eepic "fast" (solid) polygon : \\path(x1,y1)...(xN,yN) Note : this package requires the jpicedt.format.latex package to be present.
EepicParser: Grammar tree for the epic/eepic parser. Since most shared variables are held by the LaTeXParser, the latter is absolutely needed.
EepicViewFactory: A factory to create a View for a given Element when the content type for the model is Eepic.
PicPolygonFormatter: An interface that specifies common formatting behaviours for Drawable objects
PicRectangleFormatter: An interface that specifies common formatting behaviours for Drawable objects
EepicContentType: Specifies content-type for Drawing's created by editor-kits.
PicEllipseFormatter: A drawing->LaTeX formater for PicEllipse objects
EepicLineThicknessExpression: \thinlines or \thicklines or (eepic) \Thicklines
EepicCustomizer: a panel for Epic/Eepic preferences editing
EepicConstants: Constants useful for Eepic formatters
EepicFormatter: Main epic/eepic formater

Home | Contact Us | Privacy Policy | Terms of Service