public class JaxoAxodraw4J extends JaxoAxodraw
Constructor and Description |
---|
JaxoAxodraw4J()
Constructor: just calls super().
|
Modifier and Type | Method and Description |
---|---|
protected int[] |
getEightInts(java.lang.String str)
Returns the eight integers x1, y1,x2,y2,x3,y3,x4,y4 contained in a string
of the form " # (x1, y1) (x2,y2) (x3,y3) (x4,y4) * " where * can be anything
and # doesn't contain any parenthesis.
|
protected int[] |
getEightInts(java.lang.String str,
int fromIndex)
Returns the eight integers x1, y1,x2,y2,x3,y3,x4,y4 contained in a string
of the form " # (x1, y1) (x2,y2) (x3,y3) (x4,y4) * " where * can be anything
and # doesn't contain any parenthesis.
|
JaxoObject |
getJaxoObject(java.lang.String newString)
Returns a JaxoObject corresponding to a axodraw command.
|
addPackage, checkRequired, getArcBrackets, getArcPoints, getBBoxHeight, getColor, getComment, getFourInts, getFourInts, getLineParams, getLoopPars, getOneBrace, getOneBracket, getOneCurl, getPackages, getScaleFactor, getSixInts, getStroke, getT4Params, getThreeCurls, getTwoCurls, getTwoInts, getValid, newPLine, removePackage
public JaxoObject getJaxoObject(java.lang.String newString)
getJaxoObject
in class JaxoAxodraw
newString
- One line of a latex fileprotected int[] getEightInts(java.lang.String str)
str
- the String.protected int[] getEightInts(java.lang.String str, int fromIndex)
str
- the String.fromIndex
- the index to start with.Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.