|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaxodraw.io.imports.JaxoAxodraw
net.sf.jaxodraw.io.imports.JaxoAxodraw4J
public class JaxoAxodraw4J
Extension to JaxoAxodraw that adds Bezier imports.
Field Summary |
---|
Fields inherited from class net.sf.jaxodraw.io.imports.JaxoAxodraw |
---|
AMP, COLOR, DASH, DL_SEP, DOUBLE_LINE, FREQ_FROM_WIGGLES, LINE, PAINT_ARROW, REL_HEIGHT, REL_WIDTH, STROKE_WIDTH |
Constructor Summary | |
---|---|
JaxoAxodraw4J()
Constructor: just calls super(). |
Method Summary | |
---|---|
protected int[] |
getEightInts(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(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(String newString)
Returns a JaxoObject corresponding to a axodraw command. |
Methods inherited from class net.sf.jaxodraw.io.imports.JaxoAxodraw |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxoAxodraw4J()
Method Detail |
---|
public JaxoObject getJaxoObject(String newString)
getJaxoObject
in class JaxoAxodraw
newString
- One line of a latex file
protected int[] getEightInts(String str)
str
- the String.
protected int[] getEightInts(String str, int fromIndex)
str
- the String.fromIndex
- the index to start with.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |