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

Quick Search    Search Deep
C D E F G I J K L M N O P S T U

C

CR_LF - Static variable in interface jpicedt.format.pstricks.PstricksConstants
Line separator for the current platform (i.e.
changedUpdate(DrawingEvent.EventType) - Method in class jpicedt.format.pstricks.PstricksViewFactory.EllipseView
Give notification from the model that a change occured for an element this view is responsible for rendering.
configure(Properties) - Method in class jpicedt.format.pstricks.PstricksContentType
Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties
configure(Properties) - Static method in class jpicedt.format.pstricks.PstricksFormatter
Configure static fields using the given Properties object
createArrowsFromPstricksString(String) - Static method in class jpicedt.format.pstricks.PstricksUtilities
 
createEditorKit() - Method in class jpicedt.format.pstricks.PstricksContentType
creates an EditorKit that's suited for this content-type default implementation returns null.
createFormatter() - Method in class jpicedt.format.pstricks.PstricksContentType
creates a FormatterFactory that's suited for this content-type default implementation returns null.
createFormatter(Element) - Method in class jpicedt.format.pstricks.PstricksFormatter
 
createFormatter(Drawing, Object) - Method in class jpicedt.format.pstricks.PstricksFormatter
 
createParameterString(Element) - Method in class jpicedt.format.pstricks.PstricksFormatter
 
createPstricksStringFromArrows(Element) - Static method in class jpicedt.format.pstricks.PstricksUtilities
 
createView(Element) - Method in class jpicedt.format.pstricks.PstricksViewFactory
 

D

DEFAULT_FILE_WRAPPER_EPILOG - Static variable in interface jpicedt.format.pstricks.PstricksConstants
 
DEFAULT_FILE_WRAPPER_PROLOG - Static variable in interface jpicedt.format.pstricks.PstricksConstants
 
drawing - Variable in class jpicedt.format.pstricks.PstricksFormatter.DrawingFormatter
the Drawing this formatter acts upon

E

epilogTA - Variable in class jpicedt.format.pstricks.PstricksCustomizer
 

F

factory - Variable in class jpicedt.format.pstricks.PicBezierCubicFormatter
 
factory - Variable in class jpicedt.format.pstricks.PicEllipseFormatter
 
factory - Variable in class jpicedt.format.pstricks.PicPolygonFormatter
 
factory - Variable in class jpicedt.format.pstricks.PicRectangleFormatter
 
factory - Variable in class jpicedt.format.pstricks.PicTextFormatter
 
fileWrapperEpilog - Static variable in class jpicedt.format.pstricks.PstricksFormatter
 
fileWrapperProlog - Static variable in class jpicedt.format.pstricks.PstricksFormatter
 
format() - Method in class jpicedt.format.pstricks.PicBezierCubicFormatter
 
format() - Method in class jpicedt.format.pstricks.PicEllipseFormatter
 
format() - Method in class jpicedt.format.pstricks.PicPolygonFormatter
 
format() - Method in class jpicedt.format.pstricks.PicRectangleFormatter
PsTricks formating algorithm ex : \psframe[framearc=0.5,linecolor=red,linewidth=0.2,fillstyle=solid,fillcolor=blue](2,2)(5,7)
format() - Method in class jpicedt.format.pstricks.PicTextFormatter
 
format() - Method in class jpicedt.format.pstricks.PstricksFormatter.DrawingFormatter
 

G

getIcon() - Method in class jpicedt.format.pstricks.PstricksCustomizer
 
getMime() - Method in class jpicedt.format.pstricks.PstricksContentType
 
getParameterBuffer() - Method in class jpicedt.format.pstricks.PstricksFormatter.ParameterString
 
getPresentationName() - Method in class jpicedt.format.pstricks.PstricksContentType
 
getPsTricksColor(String) - Static method in class jpicedt.format.pstricks.PstricksUtilities
 
getPsTricksColorName(Color) - Static method in class jpicedt.format.pstricks.PstricksUtilities
 
getTitle() - Method in class jpicedt.format.pstricks.PstricksCustomizer
 
getTooltip() - Method in class jpicedt.format.pstricks.PstricksCustomizer
 
getUserDefinedColourBuffer() - Method in class jpicedt.format.pstricks.PstricksFormatter.ParameterString
 

I

isDefinedColourString() - Method in class jpicedt.format.pstricks.PstricksFormatter.ParameterString
 

J

jpicedt.format.pstricks - package jpicedt.format.pstricks
Contains the main JPicEdt class, as well as some utilities.

K

KEY_FILE_WRAPPER_EPILOG - Static variable in interface jpicedt.format.pstricks.PstricksConstants
 
KEY_FILE_WRAPPER_PROLOG - Static variable in interface jpicedt.format.pstricks.PstricksConstants
 

L

load() - Method in class jpicedt.format.pstricks.PstricksCustomizer
Load widgets value from the Properties object given in the constructor.
loadDefault() - Method in class jpicedt.format.pstricks.PstricksCustomizer
Load widgets display content with a default value retrieved from the LatexConstants interface.

M

main(String[]) - Static method in class jpicedt.format.pstricks.PstricksUtilities
tester
mime - Variable in class jpicedt.format.pstricks.PstricksContentType
 

N

name - Variable in class jpicedt.format.pstricks.PstricksContentType
 

O

obj - Variable in class jpicedt.format.pstricks.PicBezierCubicFormatter
the Element this formatter acts upon
obj - Variable in class jpicedt.format.pstricks.PicEllipseFormatter
the Element this formatter acts upon
obj - Variable in class jpicedt.format.pstricks.PicPolygonFormatter
the Element this formatter acts upon
obj - Variable in class jpicedt.format.pstricks.PicRectangleFormatter
the Element this formatter acts upon
obj - Variable in class jpicedt.format.pstricks.PicTextFormatter
the Element this formatter acts upon
outputConstraint - Variable in class jpicedt.format.pstricks.PstricksFormatter.DrawingFormatter
 

P

PST_ARROWS - Static variable in interface jpicedt.format.pstricks.PstricksConstants
PsTricks supported Arrow's
PST_ARROWS_LEFT - Static variable in interface jpicedt.format.pstricks.PstricksConstants
Formatted string for a left arrow
PST_ARROWS_RIGHT - Static variable in interface jpicedt.format.pstricks.PstricksConstants
Formatted string for a right arrow
PST_COLORNAMES - Static variable in interface jpicedt.format.pstricks.PstricksConstants
associate colours name in the PsTricks syntax (cf.
PST_COLORS - Static variable in interface jpicedt.format.pstricks.PstricksConstants
colours natively supported by PsTricks
PicBezierCubicFormatter - class jpicedt.format.pstricks.PicBezierCubicFormatter.
A formatter for PicBezierCubic objects
PicBezierCubicFormatter(PicBezierCubic, PstricksFormatter) - Constructor for class jpicedt.format.pstricks.PicBezierCubicFormatter
 
PicEllipseFormatter - class jpicedt.format.pstricks.PicEllipseFormatter.
A Pstricks formatter for PicEllipse objects
PicEllipseFormatter(PicEllipse, PstricksFormatter) - Constructor for class jpicedt.format.pstricks.PicEllipseFormatter
 
PicPolygonFormatter - class jpicedt.format.pstricks.PicPolygonFormatter.
Pstricks formatter for PicPolygon objects.
PicPolygonFormatter(PicPolygon, PstricksFormatter) - Constructor for class jpicedt.format.pstricks.PicPolygonFormatter
 
PicRectangleFormatter - class jpicedt.format.pstricks.PicRectangleFormatter.
Pstricks formatter for PicRectangle objects.
PicRectangleFormatter(PicRectangle, PstricksFormatter) - Constructor for class jpicedt.format.pstricks.PicRectangleFormatter
 
PicTextFormatter - class jpicedt.format.pstricks.PicTextFormatter.
A formatter for PicText objects in the PsTricks format :
\\rput[refpoint]{rotation}(x,y){stuff}
where :
stuff can be any of the following :
\\psframebox[param]{text}}
\\pscirclebox[param]{text}}
\\psovalbox[param]{text}}
refpoint = B|b|t for vertical and l|r for horizontal (B = baseline) rotation = any angle in degree or U,L,D,R,N,W,S or E.
PicTextFormatter(PicText, PstricksFormatter) - Constructor for class jpicedt.format.pstricks.PicTextFormatter
 
PstricksConstants - interface jpicedt.format.pstricks.PstricksConstants.
Useful constants used across the jpicedt.format.pstricks package.
PstricksContentType - class jpicedt.format.pstricks.PstricksContentType.
ContentType for the Pstricks format.
PstricksContentType() - Constructor for class jpicedt.format.pstricks.PstricksContentType
 
PstricksCustomizer - class jpicedt.format.pstricks.PstricksCustomizer.
a panel for Pstricks preferences editing Pstricks formatter for PicPolygon objects.
PstricksCustomizer(Properties) - Constructor for class jpicedt.format.pstricks.PstricksCustomizer
construct a new panel for pstricks preferences editing.
PstricksFormatter - class jpicedt.format.pstricks.PstricksFormatter.
FormatterFactory that produces formatters for the Pstricks macro package.
PstricksFormatter() - Constructor for class jpicedt.format.pstricks.PstricksFormatter
 
PstricksFormatter.DrawingFormatter - class jpicedt.format.pstricks.PstricksFormatter.DrawingFormatter.
"begin{pspicture}(x0,y0)(x1,y1)" (PsTricks) where (x0,y0)=lower-left corner and (x1,y1)=upper-right corner
PstricksFormatter.DrawingFormatter(Drawing, Object) - Constructor for class jpicedt.format.pstricks.PstricksFormatter.DrawingFormatter
init this formatter for the given drawing
PstricksFormatter.ParameterString - class jpicedt.format.pstricks.PstricksFormatter.ParameterString.
an inner class that represents a PsTricks parameter string (useful especially to handle User Defined Colours) the basic problem is that, if a new colour has to be defined, this has to be done through e.g.
PstricksFormatter.ParameterString(StringBuffer, StringBuffer) - Constructor for class jpicedt.format.pstricks.PstricksFormatter.ParameterString
 
PstricksUtilities - class jpicedt.format.pstricks.PstricksUtilities.
Collection of static methods for the PsTricks format
PstricksUtilities() - Constructor for class jpicedt.format.pstricks.PstricksUtilities
 
PstricksViewFactory - class jpicedt.format.pstricks.PstricksViewFactory.
A factory to create a View for a given Element when the underlying content type for the model is Pstricks.
PstricksViewFactory() - Constructor for class jpicedt.format.pstricks.PstricksViewFactory
 
PstricksViewFactory.EllipseView - class jpicedt.format.pstricks.PstricksViewFactory.EllipseView.
a View to render PicEllipse ; overriden from DefaultViewFactory so that we don't paint elliptic arcs, which are not supported by PsTricks (i.e.
PstricksViewFactory.EllipseView(PicEllipse) - Constructor for class jpicedt.format.pstricks.PstricksViewFactory.EllipseView
construct a new View for the given PicEllipse
paramBuf - Variable in class jpicedt.format.pstricks.PstricksFormatter.ParameterString
 
preferences - Variable in class jpicedt.format.pstricks.PstricksCustomizer
 
prologTA - Variable in class jpicedt.format.pstricks.PstricksCustomizer
 

S

store() - Method in class jpicedt.format.pstricks.PstricksCustomizer
Store current widgets value to the Properties object given in the constructor, then update LatexFormatter accordingly.
syncShape() - Method in class jpicedt.format.pstricks.PstricksViewFactory.EllipseView
Synchronize the "shape" variable with the model ; current implementation paint elliptic arcs as plain ellipses.

T

thickLinesTF - Variable in class jpicedt.format.pstricks.PstricksCustomizer
 
thinLinesTF - Variable in class jpicedt.format.pstricks.PstricksCustomizer
 
toPstricksString(Arrow, boolean) - Static method in class jpicedt.format.pstricks.PstricksUtilities
 

U

userDefinedColourBuf - Variable in class jpicedt.format.pstricks.PstricksFormatter.ParameterString
 

C D E F G I J K L M N O P S T U