|
|||||||||
Home >> All >> jpicedt >> format >> pstricks >> [ parser overview ] | PREV NEXT |
A
- ARC - Static variable in class jpicedt.format.pstricks.parser.PsArcExpression
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.EndPsPictureExpression
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.PSTAngleParameter
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.PSTColorExpression.ParseColorValue
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.PSTInstanciationExpression
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.PSTPicPointExpression
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.PsRPutExpression.Alignment
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.PsRPutExpression.EnclosedText
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.PsRPutExpression.HRArgument
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.PsRPutExpression.HRArgumentSucker
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.PsRPutExpression.PsFrameBox
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.PsRPutExpression
- called when this SequenceExpression was successfully parsed -> reinit locals for next time
- action(ParserEvent) - Method in class jpicedt.format.pstricks.parser.StarExpression
- attribute - Variable in class jpicedt.format.pstricks.parser.PSTAngleParameter
- attribute - Variable in class jpicedt.format.pstricks.parser.PSTBooleanExpression
- attribute - Variable in class jpicedt.format.pstricks.parser.PSTColorExpression
- attribute - Variable in class jpicedt.format.pstricks.parser.PSTLengthParameter
- attributeSetKey - Variable in class jpicedt.format.pstricks.parser.PSTAngleParameter
- attributeSetKey - Variable in class jpicedt.format.pstricks.parser.PSTFillStyleExpression
B
- BeginPsPictureExpression - class jpicedt.format.pstricks.parser.BeginPsPictureExpression.
- \begin{pspicture}(x0,y0)(x1,y1) -> defines a box with BL=(x0,y0) and TR=(x1,y1)
\begin{pspicture}*(x0,y0)(x1,y1) -> clipped
\begin{pspicture}[baseline](x0,y0)(x1,y1) -> changes baseline (see pstricks's doc p.41)
\begin{pspicture}[](x0,y0)(x1,y1) -> baseline passes across the origine
And the same commands with \pspicture (that is, TeX-like). - BeginPsPictureExpression() - Constructor for class jpicedt.format.pstricks.parser.BeginPsPictureExpression
C
- CIRCLE_BOX - Static variable in class jpicedt.format.pstricks.parser.PsRPutExpression
D
- DOTS - Static variable in class jpicedt.format.pstricks.parser.PsPolygonExpression
E
- EndPsPictureExpression - class jpicedt.format.pstricks.parser.EndPsPictureExpression.
- \end{pspicture} and/or \endpspicture.
A ParserException.EndOfPicture is thrown when this expression gets successfully parsed, which give a chance to the receiver to end up the parsing process here. - EndPsPictureExpression() - Constructor for class jpicedt.format.pstricks.parser.EndPsPictureExpression
- exp1 - Variable in class jpicedt.format.pstricks.parser.PsObjectExpression
- exp2 - Variable in class jpicedt.format.pstricks.parser.PsObjectExpression
- exp3 - Variable in class jpicedt.format.pstricks.parser.PsObjectExpression
H
- horAlign - Variable in class jpicedt.format.pstricks.parser.PsRPutExpression
- hrArgument - Variable in class jpicedt.format.pstricks.parser.PsRPutExpression
I
- interpret(Context) - Method in class jpicedt.format.pstricks.parser.PSTFillStyleExpression
- interpret(Context) - Method in class jpicedt.format.pstricks.parser.PsObjectExpression
J
- jpicedt.format.pstricks.parser - package jpicedt.format.pstricks.parser
- Classes (formatter, view factory,...) related to the PsTricks content-type.
K
- KEY_ATTRIBUTES - Static variable in class jpicedt.format.pstricks.parser.PstricksParser
- key associated with the attribute set which stores PsTricks default graphical parameters (PicAttributeSet)
- KEY_NEWPSOBJECTS - Static variable in class jpicedt.format.pstricks.parser.PstricksParser
- \\newpsobject : key associated with the HashMap that associates pairs "macroName -> param_string", e.g.
- KEY_R_UNIT - Static variable in class jpicedt.format.pstricks.parser.PstricksParser
- key associated with \\psrunit register (double)
- KEY_USER_COLOURS - Static variable in class jpicedt.format.pstricks.parser.PstricksParser
- user-defined colours (a HashMap which gets filled by UserDefinedColorsExpression, see \\newgray, \\newrgbcolor,...
- KEY_X_UNIT - Static variable in class jpicedt.format.pstricks.parser.PstricksParser
- key associated with \\psxunit register (double)
- KEY_Y_UNIT - Static variable in class jpicedt.format.pstricks.parser.PstricksParser
- key associated with \\psyunit register (double)
L
- LINE - Static variable in class jpicedt.format.pstricks.parser.PsPolygonExpression
M
- macroName - Variable in class jpicedt.format.pstricks.parser.PsObjectExpression
N
- newColourName - Variable in class jpicedt.format.pstricks.parser.UserDefinedColorExpression
- num1 - Variable in class jpicedt.format.pstricks.parser.UserDefinedColorExpression
- num2 - Variable in class jpicedt.format.pstricks.parser.UserDefinedColorExpression
- num3 - Variable in class jpicedt.format.pstricks.parser.UserDefinedColorExpression
- num4 - Variable in class jpicedt.format.pstricks.parser.UserDefinedColorExpression
O
- OVAL_BOX - Static variable in class jpicedt.format.pstricks.parser.PsRPutExpression
P
- POLYGON - Static variable in class jpicedt.format.pstricks.parser.PsPolygonExpression
- PSTAngleParameter - class jpicedt.format.pstricks.parser.PSTAngleParameter.
- Used by PSTParametersExpression to parse statements involving angles, for instance "hatchangle=45" or "shadowangle=90".
- PSTAngleParameter(Pool, String, PicAttributeName, Pool.Key) - Constructor for class jpicedt.format.pstricks.parser.PSTAngleParameter
- PSTArrowExpression - class jpicedt.format.pstricks.parser.PSTArrowExpression.
- Parses Pstricks's arrows, as given by the PsTricks's documentation (p.29).
This is based on the following rules : an opening "{" ; "<", ">", "(",... - PSTArrowExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.PSTArrowExpression
- Constructor for the PSTArrowExpression object
- PSTBooleanExpression - class jpicedt.format.pstricks.parser.PSTBooleanExpression.
- Used by PSTParametersExpression to parse statements involving true/false parameters values, for instance "shadow=true" or "shadow=false" ...
- PSTBooleanExpression(Pool, String, PicAttributeName, Pool.Key) - Constructor for class jpicedt.format.pstricks.parser.PSTBooleanExpression
- PSTColorExpression - class jpicedt.format.pstricks.parser.PSTColorExpression.
- Used by PSTParametersExpression to parse statements involving colours, for instance "linecolor=green" (predefined colour) or "fillcolor=MyGray" (user-defined colours).
- PSTColorExpression(Pool, String, PicAttributeName, Pool.Key) - Constructor for class jpicedt.format.pstricks.parser.PSTColorExpression
- PSTColorExpression.ParseColorValue - class jpicedt.format.pstricks.parser.PSTColorExpression.ParseColorValue.
- PSTColorExpression.ParseColorValue() - Constructor for class jpicedt.format.pstricks.parser.PSTColorExpression.ParseColorValue
- PSTDashExpression - class jpicedt.format.pstricks.parser.PSTDashExpression.
- Parses statements similar to "dash=1pt 3mm" (first opaque, then transparent).
- PSTDashExpression(Pool, Pool.Key) - Constructor for class jpicedt.format.pstricks.parser.PSTDashExpression
- PSTFillStyleExpression - class jpicedt.format.pstricks.parser.PSTFillStyleExpression.
- Parses statements similar to "fillstyle=style" where style is one of PicObjectConstants predefined fill styles.
- PSTFillStyleExpression(Pool, Pool.Key) - Constructor for class jpicedt.format.pstricks.parser.PSTFillStyleExpression
- PSTInstanciationExpression - class jpicedt.format.pstricks.parser.PSTInstanciationExpression.
- Instanciates a new Element by cloning the given object, when the given tag gets found.
- PSTInstanciationExpression(String, Element, Pool) - Constructor for class jpicedt.format.pstricks.parser.PSTInstanciationExpression
- PSTLengthParameter - class jpicedt.format.pstricks.parser.PSTLengthParameter.
- Parses statement involving length units (as set by PsTricks's "runit" register), e.g.
- PSTLengthParameter(Pool, String, PicAttributeName, Pool.Key) - Constructor for class jpicedt.format.pstricks.parser.PSTLengthParameter
- PSTLineStyleExpression - class jpicedt.format.pstricks.parser.PSTLineStyleExpression.
- Parses statements similar to "linestyle=style" where style is one of PicObjectConstants predefined line styles.
- PSTLineStyleExpression(Pool, Pool.Key) - Constructor for class jpicedt.format.pstricks.parser.PSTLineStyleExpression
- PSTParametersExpression - class jpicedt.format.pstricks.parser.PSTParametersExpression.
- PsTricks graphics parameters, e.g.
- PSTParametersExpression(Pool, Pool.Key) - Constructor for class jpicedt.format.pstricks.parser.PSTParametersExpression
- PSTPicPointExpression - class jpicedt.format.pstricks.parser.PSTPicPointExpression.
- an expression that parses "(x,y)" string (PsTricks-like PicPoint)
and gives the corresponding numerical values to the point number "ptNumber" of the current Element
(see jpicedt.graphic.model.Element interface for details on the setPoint()/getPoint() methods). - PSTPicPointExpression(int, Pool) - Constructor for class jpicedt.format.pstricks.parser.PSTPicPointExpression
- PsArcExpression - class jpicedt.format.pstricks.parser.PsArcExpression.
- Parses \\psarc commands : \\psarc[parameters]{<->}(x0,y0){rad}{angleA}{angleB} ; where at least "arrows" or (x0,y0) args must be included \\psarc*[parameters]{<->}(x0,y0){rad}{angleA}{angleB} ; idid.
- PsArcExpression(Pool, String) - Constructor for class jpicedt.format.pstricks.parser.PsArcExpression
- PsArcExpression(Pool, String, String) - Constructor for class jpicedt.format.pstricks.parser.PsArcExpression
- PsBezierExpression - class jpicedt.format.pstricks.parser.PsBezierExpression.
- Rules for parsing cubic splines with a PsTricks syntax : \\psbezier[parameters]{arrows}(x0,y0)(x1,y1)(x2,y2)(x3,y3) \\psbezier*[parameters]{arrows}(x0,y0)(x1,y1)(x2,y2)(x3,y3) or PsTricks's object previously defined by help of a \\newpsobject command.
- PsBezierExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.PsBezierExpression
- tag = \\psbezier and proto = new PicBezierCubic.
- PsBezierExpression(Pool, String) - Constructor for class jpicedt.format.pstricks.parser.PsBezierExpression
- Constructor allowing to set a non-standard tag.
- PsCircleExpression - class jpicedt.format.pstricks.parser.PsCircleExpression.
- Quick circle : \\pscircle[parameters](x0,y0)(rad) \\pscircle*[parameters](x0,y0)(rad)
- PsCircleExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.PsCircleExpression
- Uses default tag.
- PsCircleExpression(Pool, String) - Constructor for class jpicedt.format.pstricks.parser.PsCircleExpression
- PsEllipseExpression - class jpicedt.format.pstricks.parser.PsEllipseExpression.
- Parses \\psellipse commands : \\psellipse[parameters](x0,y0)(hrad,vrad) \\psellipse*[parameters](x0,y0)(hrad,vrad)
- PsEllipseExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.PsEllipseExpression
- Uses default tag
- PsEllipseExpression(Pool, String) - Constructor for class jpicedt.format.pstricks.parser.PsEllipseExpression
- PsEllipticalArcExpression - class jpicedt.format.pstricks.parser.PsEllipticalArcExpression.
- See PicEllipseFormater for details on the trick used to build elliptical arcs
- PsEllipticalArcExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.PsEllipticalArcExpression
- PsFrameExpression - class jpicedt.format.pstricks.parser.PsFrameExpression.
- \\psframe[parameters](x0,y0)(x1,y1) \\psframe*[parameters](x0,y0)(x1,y1)
- PsFrameExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.PsFrameExpression
- Uses default tag.
- PsFrameExpression(Pool, String) - Constructor for class jpicedt.format.pstricks.parser.PsFrameExpression
- PsObjectExpression - class jpicedt.format.pstricks.parser.PsObjectExpression.
- Handles \\newpsobject{myobj}{ps_object}{par1=val1,...}, for instance \\newpsobject{myline}{psline}{linecolor=green} (param is optional, though in this case, it'd be pretty useless!)
- PsObjectExpression(PstricksParser, Pool) - Constructor for class jpicedt.format.pstricks.parser.PsObjectExpression
- PsPolygonExpression - class jpicedt.format.pstricks.parser.PsPolygonExpression.
- Parses \\pspolygon, \\psdots and \\psline commands :
\\pspolygon[param](2,4)(3,15) // NO ARROW ALLOWED HERE !
\\pspolygon*[param](5,1)(5,8)...(xN,yN)
\\psline[param]{arrows}(5,1)(5,8)...(xN,yN)
\\psline*[param]{arrows}(5,1)(5,8)...(xN,yN)
\\psdots[param]{arrows}(5,1)(5,8)...(xN,yN)
\\psdots*[param]{arrows}(5,1)(5,8)...(xN,yN) (same as above, '*' being unused)
Note : PsPolygon -> close path ; PsLine -> open path ; PsDots -> dots only - PsPolygonExpression(Pool, String) - Constructor for class jpicedt.format.pstricks.parser.PsPolygonExpression
- Uses the given type as the default tag
- PsPolygonExpression(Pool, String, String) - Constructor for class jpicedt.format.pstricks.parser.PsPolygonExpression
- PsQDiskExpression - class jpicedt.format.pstricks.parser.PsQDiskExpression.
- Quick disk : (streamlines version of \\pscircle*), \\qdisk(x0,y0)(rad)
- PsQDiskExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.PsQDiskExpression
- Uses default tag.
- PsQDiskExpression(Pool, String) - Constructor for class jpicedt.format.pstricks.parser.PsQDiskExpression
- PsQLineExpression - class jpicedt.format.pstricks.parser.PsQLineExpression.
- Quick line : \\qline(x0,y0)(x1,y1)
- PsQLineExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.PsQLineExpression
- PsRPutExpression - class jpicedt.format.pstricks.parser.PsRPutExpression.
- \\rput[refpoint]{rotation}(x,y){stuff}
\\rput*[refpoint]{rotation}(x,y){stuff}
(line-breaks being allowed b/w each "block"), where :
refpoint = B|b|t for vertical and l|r for horizontal (B = baseline), used only for psframebox and rel. - PsRPutExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.PsRPutExpression
- PsRPutExpression.Alignment - class jpicedt.format.pstricks.parser.PsRPutExpression.Alignment.
- [hv] alignment string for \\rput, provided that stuff is an HR-argument, or a box.
- PsRPutExpression.Alignment() - Constructor for class jpicedt.format.pstricks.parser.PsRPutExpression.Alignment
- PsRPutExpression.EnclosedText - class jpicedt.format.pstricks.parser.PsRPutExpression.EnclosedText.
- handles {text} content (for PsFrameBox) by setting PicText's text content, replacing linefeeds by whitespaces beforehands (as TeX does...)
- PsRPutExpression.EnclosedText() - Constructor for class jpicedt.format.pstricks.parser.PsRPutExpression.EnclosedText
- PsRPutExpression.HRArgument - class jpicedt.format.pstricks.parser.PsRPutExpression.HRArgument.
- handles content of "{stuff}" when no other expression matches, by instanciating a PicText with "stuff" as the PicText string
- PsRPutExpression.HRArgument() - Constructor for class jpicedt.format.pstricks.parser.PsRPutExpression.HRArgument
- PsRPutExpression.HRArgumentSucker - class jpicedt.format.pstricks.parser.PsRPutExpression.HRArgumentSucker.
- swallow as many chars as possible and push them in "hrArgument" buffer, replacing CR by whitespaces, as TeX does.
- PsRPutExpression.HRArgumentSucker() - Constructor for class jpicedt.format.pstricks.parser.PsRPutExpression.HRArgumentSucker
- PsRPutExpression.PsFrameBox - class jpicedt.format.pstricks.parser.PsRPutExpression.PsFrameBox.
- \\psframebox[param]{text}}
- PsRPutExpression.PsFrameBox(String) - Constructor for class jpicedt.format.pstricks.parser.PsRPutExpression.PsFrameBox
- PsUnitLengthExpression - class jpicedt.format.pstricks.parser.PsUnitLengthExpression.
- Used by PSTParamExpression to parse statement involving the 4 pstricks length registers, that is "unit=1mm,xunit=1mm,yunit=1mm,runit=1mm" (or pt or cm), where setting "unit" sets "xunit", "yunit" and "runit" simultaneously.
- PsUnitLengthExpression(Pool, String) - Constructor for class jpicedt.format.pstricks.parser.PsUnitLengthExpression
- unit actually sets the following three parameters : xunit, yunit, and runit.
- PstricksParser - class jpicedt.format.pstricks.parser.PstricksParser.
- Root expression for the Pstricks parser, containing grammar rules for the pstricks format.
- PstricksParser(Pool) - Constructor for class jpicedt.format.pstricks.parser.PstricksParser
- Creates a new PstricksParser, and build grammar rules
- param - Variable in class jpicedt.format.pstricks.parser.PsObjectExpression
- paramExp - Variable in class jpicedt.format.pstricks.parser.PSTInstanciationExpression
- parser - Variable in class jpicedt.format.pstricks.parser.PsObjectExpression
- pl - Variable in class jpicedt.format.pstricks.parser.StarExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PSTAngleParameter
- pool - Variable in class jpicedt.format.pstricks.parser.PSTArrowExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PSTBooleanExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PSTColorExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PSTDashExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PSTFillStyleExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PSTInstanciationExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PSTLengthParameter
- pool - Variable in class jpicedt.format.pstricks.parser.PSTLineStyleExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PSTPicPointExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsArcExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsBezierExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsCircleExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsEllipseExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsEllipticalArcExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsFrameExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsObjectExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsPolygonExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsQDiskExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsQLineExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsRPutExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PsUnitLengthExpression
- pool - Variable in class jpicedt.format.pstricks.parser.PstricksParser
- pool - Variable in class jpicedt.format.pstricks.parser.UserDefinedColorExpression
- prototype - Variable in class jpicedt.format.pstricks.parser.PSTInstanciationExpression
- prototype - Variable in class jpicedt.format.pstricks.parser.PsObjectExpression
- ptNumber - Variable in class jpicedt.format.pstricks.parser.PSTPicPointExpression
R
- RECTANGLE_BOX - Static variable in class jpicedt.format.pstricks.parser.PsRPutExpression
- RUNIT - Static variable in class jpicedt.format.pstricks.parser.PsUnitLengthExpression
- rPutPoint - Variable in class jpicedt.format.pstricks.parser.PsRPutExpression
- reinit() - Method in class jpicedt.format.pstricks.parser.PstricksParser
- reinit shared parameters belonging to the Pool
- rotation - Variable in class jpicedt.format.pstricks.parser.PsRPutExpression
S
- StarExpression - class jpicedt.format.pstricks.parser.StarExpression.
- Handles (usually optional) "*" after \\psframebox,\\pspolygon,...
- StarExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.StarExpression
- scaleUnit(double) - Method in class jpicedt.format.pstricks.parser.PsUnitLengthExpression
- setKey - Variable in class jpicedt.format.pstricks.parser.PSTBooleanExpression
- setKey - Variable in class jpicedt.format.pstricks.parser.PSTColorExpression
- setKey - Variable in class jpicedt.format.pstricks.parser.PSTDashExpression
- setKey - Variable in class jpicedt.format.pstricks.parser.PSTLengthParameter
- setKey - Variable in class jpicedt.format.pstricks.parser.PSTLineStyleExpression
- setUnit(double) - Method in class jpicedt.format.pstricks.parser.PsUnitLengthExpression
- shape - Variable in class jpicedt.format.pstricks.parser.PsObjectExpression
- startAngle - Variable in class jpicedt.format.pstricks.parser.PsArcExpression
- startAngle - Variable in class jpicedt.format.pstricks.parser.PsEllipticalArcExpression
T
- tag - Variable in class jpicedt.format.pstricks.parser.PSTInstanciationExpression
- toString() - Method in class jpicedt.format.pstricks.parser.BeginPsPictureExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PSTInstanciationExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PSTParametersExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PsArcExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PsBezierExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PsCircleExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PsEllipseExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PsFrameExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PsObjectExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PsPolygonExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PsQDiskExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PsQLineExpression
- toString() - Method in class jpicedt.format.pstricks.parser.PsRPutExpression
- toString() - Method in class jpicedt.format.pstricks.parser.UserDefinedColorExpression
- type - Variable in class jpicedt.format.pstricks.parser.PsArcExpression
- type - Variable in class jpicedt.format.pstricks.parser.PsPolygonExpression
- type - Variable in class jpicedt.format.pstricks.parser.PsRPutExpression.PsFrameBox
- type - Variable in class jpicedt.format.pstricks.parser.PsUnitLengthExpression
U
- UNIT - Static variable in class jpicedt.format.pstricks.parser.PsUnitLengthExpression
- UserDefinedColorExpression - class jpicedt.format.pstricks.parser.UserDefinedColorExpression.
- Parse statement defining user-colours, that is :
\\newgray{user-def colour name}{num} (where num is a gray scale specification b/w 0 and 1)
\\newrgbcolor{user-def-colour-name}{num1 num2 num3} (where num are numbers b/w 0 and 1)
\\newhsbcolor{user-def-colour-name}{num1 num2 num3} (where num are numbers b/w 0 and 1)
\\newcmykcolor{user-def-colour-name}{num1 num2 num3 num4} (where num are numbers b/w 0 and 1)
Colour names may contain letters and numbers. - UserDefinedColorExpression(Pool) - Constructor for class jpicedt.format.pstricks.parser.UserDefinedColorExpression
- Constructor for the UserDefinedColorExpression object
V
- val - Variable in class jpicedt.format.pstricks.parser.PSTAngleParameter
- val - Variable in class jpicedt.format.pstricks.parser.PSTDashExpression
- val - Variable in class jpicedt.format.pstricks.parser.PSTLengthParameter
- vertAlign - Variable in class jpicedt.format.pstricks.parser.PsRPutExpression
W
- WEDGE - Static variable in class jpicedt.format.pstricks.parser.PsArcExpression
X
- XUNIT - Static variable in class jpicedt.format.pstricks.parser.PsUnitLengthExpression
- xQ0 - Variable in class jpicedt.format.pstricks.parser.PsBezierExpression
Y
- YUNIT - Static variable in class jpicedt.format.pstricks.parser.PsUnitLengthExpression
- yQ0 - Variable in class jpicedt.format.pstricks.parser.PsBezierExpression
A B C D E H I J K L M N O P R S T U V W X Y
|
|||||||||
Home >> All >> jpicedt >> format >> pstricks >> [ parser overview ] | PREV NEXT |