Package | Description |
---|---|
jpicedt.format.output.eepic |
Classes (formatter, view factory,...) related to the epic/eepic content-type.
|
jpicedt.format.output.latex |
Classes (formatter, view factory,...) related to the LaTeX (standard) content-type.
|
jpicedt.format.output.pstricks |
Classes (formatter, view factory,...) related to the PsTricks content-type.
|
jpicedt.graphic.model |
Document structure and graphic primitives.
|
jpicedt.graphic.view |
Document appearance.
|
Modifier and Type | Method and Description |
---|---|
protected Arrow |
EepicViewFactory.createArrow(PicAttributeSet set,
PicAttributeName direction) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LatexFormatter.lineToLatexString(double x0,
double y0,
double x1,
double y1,
Arrow leftArrow,
Arrow rightArrow,
double dash)
Computes a LaTeX string for a line segment, given its two end-points and
decoration parameters.
|
java.lang.String |
LatexFormatter.lineToLatexString(PicPoint pt0,
PicPoint pt1,
Arrow leftArrow,
Arrow rightArrow,
double dash)
Computes a LaTeX string for a line segment, given its two end-points and
decoration parameters.
|
Modifier and Type | Field and Description |
---|---|
static Arrow[] |
PstricksConstants.PST_ARROWS
PsTricks supported Arrow's
|
Modifier and Type | Method and Description |
---|---|
static Arrow[] |
PstricksUtilities.createArrowsFromPstricksString(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
PstricksUtilities.toPstricksString(Arrow arrow,
boolean rightArrow)
Returns a String representing the given Arrow in the PsTricks syntax, e.g.
|
Modifier and Type | Field and Description |
---|---|
static Arrow |
Arrow.ARROW_HEAD |
static Arrow |
Arrow.CIRCLE_CENTERED |
static Arrow |
Arrow.CIRCLE_FLUSHED |
static Arrow |
Arrow.DISK_CENTERED |
static Arrow |
Arrow.DISK_FLUSHED |
static Arrow |
Arrow.DOUBLE_ARROW_HEAD |
static Arrow |
Arrow.DOUBLE_REVERSE_ARROW_HEAD |
static Arrow |
Arrow.NONE |
static Arrow |
Arrow.REVERSE_ARROW_HEAD |
static Arrow |
Arrow.ROUNDED_BRACKET |
static Arrow |
Arrow.SQUARE_BRACKET |
static Arrow |
Arrow.T_BAR_CENTERED |
static Arrow |
Arrow.T_BAR_FLUSHED |
Modifier and Type | Method and Description |
---|---|
Arrow |
Arrow.copy() |
static Arrow |
Arrow.getArrow(int indx)
Returns the Arrow corresponding to the given indx
Arrow.NONE if indx > number of arrows
|
static Arrow |
StyleConstants.getLeftArrow(PicAttributeSet set)
Return the left arrow
|
static Arrow[] |
Arrow.getPredefinedArrows()
Returns an array of predefined arrows
|
static Arrow |
StyleConstants.getRightArrow(PicAttributeSet set)
Return the right arrow
|
Modifier and Type | Method and Description |
---|---|
static int |
Arrow.getIndex(Arrow arrow)
Returns an integer associated with the given arrow (essentially for JComboxBox's...)
|
static void |
StyleConstants.setLeftArrow(PicAttributeSet set,
Arrow a)
set the left arrow
|
static void |
StyleConstants.setRightArrow(PicAttributeSet set,
Arrow a)
set the right arrow
|
Constructor and Description |
---|
Arrow(Arrow src) |
Modifier and Type | Field and Description |
---|---|
protected Arrow |
DefaultViewFactory.AbstractCurveView.arrow1 |
protected Arrow |
DefaultViewFactory.PicNodeConnectionView.arrow1 |
protected Arrow |
DefaultViewFactory.AbstractCurveView.arrow2 |
protected Arrow |
DefaultViewFactory.PicNodeConnectionView.arrow2 |
protected Arrow |
DefaultViewFactory.EllipseView.arrowEnd |
protected Arrow |
DefaultViewFactory.EllipseView.arrowStart |
Modifier and Type | Method and Description |
---|---|
protected Arrow |
DefaultViewFactory.createArrow(PicAttributeSet set,
PicAttributeName direction) |
Submit a bug : syd@jpicedt.org