|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Arrow | |
---|---|
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. |
Uses of Arrow in jpicedt.format.output.eepic |
---|
Methods in jpicedt.format.output.eepic that return Arrow | |
---|---|
protected Arrow |
EepicViewFactory.createArrow(PicAttributeSet set,
PicAttributeName direction)
|
Uses of Arrow in jpicedt.format.output.latex |
---|
Methods in jpicedt.format.output.latex with parameters of type Arrow | |
---|---|
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. |
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. |
Uses of Arrow in jpicedt.format.output.pstricks |
---|
Fields in jpicedt.format.output.pstricks declared as Arrow | |
---|---|
static Arrow[] |
PstricksConstants.PST_ARROWS
PsTricks supported Arrow's |
Methods in jpicedt.format.output.pstricks that return Arrow | |
---|---|
static Arrow[] |
PstricksUtilities.createArrowsFromPstricksString(String str)
|
Methods in jpicedt.format.output.pstricks with parameters of type Arrow | |
---|---|
static String |
PstricksUtilities.toPstricksString(Arrow arrow,
boolean rightArrow)
Returns a String representing the given Arrow in the PsTricks syntax, e.g. |
Uses of Arrow in jpicedt.graphic.model |
---|
Fields in jpicedt.graphic.model declared as Arrow | |
---|---|
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
|
Methods in jpicedt.graphic.model that return Arrow | |
---|---|
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 |
Methods in jpicedt.graphic.model with parameters of type Arrow | |
---|---|
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 |
Constructors in jpicedt.graphic.model with parameters of type Arrow | |
---|---|
Arrow(Arrow src)
|
Uses of Arrow in jpicedt.graphic.view |
---|
Fields in jpicedt.graphic.view declared as Arrow | |
---|---|
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
|
Methods in jpicedt.graphic.view that return Arrow | |
---|---|
protected Arrow |
DefaultViewFactory.createArrow(PicAttributeSet set,
PicAttributeName direction)
|
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |