Uses of Class
jpicedt.graphic.model.Arrow
-
Packages that use Arrow 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. -
-
Uses of Arrow in jpicedt.format.output.eepic
Methods in jpicedt.format.output.eepic that return Arrow Modifier and Type Method Description protected ArrowEepicViewFactory. createArrow(PicAttributeSet set, PicAttributeName direction) -
Uses of Arrow in jpicedt.format.output.latex
Methods in jpicedt.format.output.latex with parameters of type Arrow Modifier and Type Method Description java.lang.StringLatexFormatter. 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.StringLatexFormatter. 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 Modifier and Type Field Description static Arrow[]PstricksConstants. PST_ARROWSPsTricks supported Arrow'sMethods in jpicedt.format.output.pstricks that return Arrow Modifier and Type Method Description static Arrow[]PstricksUtilities. createArrowsFromPstricksString(java.lang.String str)Methods in jpicedt.format.output.pstricks with parameters of type Arrow Modifier and Type Method Description static java.lang.StringPstricksUtilities. 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 Modifier and Type Field Description static ArrowArrow. ARROW_HEADstatic ArrowArrow. CIRCLE_CENTEREDstatic ArrowArrow. CIRCLE_FLUSHEDstatic ArrowArrow. DISK_CENTEREDstatic ArrowArrow. DISK_FLUSHEDstatic ArrowArrow. DOUBLE_ARROW_HEADstatic ArrowArrow. DOUBLE_REVERSE_ARROW_HEADstatic ArrowArrow. NONEstatic ArrowArrow. REVERSE_ARROW_HEADstatic ArrowArrow. ROUNDED_BRACKETstatic ArrowArrow. SQUARE_BRACKETstatic ArrowArrow. T_BAR_CENTEREDstatic ArrowArrow. T_BAR_FLUSHEDMethods in jpicedt.graphic.model that return Arrow Modifier and Type Method Description ArrowArrow. copy()static ArrowArrow. getArrow(int indx)Returns the Arrow corresponding to the given indx Arrow.NONE if indx > number of arrowsstatic ArrowStyleConstants. getLeftArrow(PicAttributeSet set)Return the left arrowstatic Arrow[]Arrow. getPredefinedArrows()Returns an array of predefined arrowsstatic ArrowStyleConstants. getRightArrow(PicAttributeSet set)Return the right arrowMethods in jpicedt.graphic.model with parameters of type Arrow Modifier and Type Method Description static intArrow. getIndex(Arrow arrow)Returns an integer associated with the given arrow (essentially for JComboxBox's...)static voidStyleConstants. setLeftArrow(PicAttributeSet set, Arrow a)set the left arrowstatic voidStyleConstants. setRightArrow(PicAttributeSet set, Arrow a)set the right arrowConstructors in jpicedt.graphic.model with parameters of type Arrow Constructor Description Arrow(Arrow src) -
Uses of Arrow in jpicedt.graphic.view
Fields in jpicedt.graphic.view declared as Arrow Modifier and Type Field Description protected ArrowDefaultViewFactory.AbstractCurveView. arrow1protected ArrowDefaultViewFactory.PicNodeConnectionView. arrow1protected ArrowDefaultViewFactory.AbstractCurveView. arrow2protected ArrowDefaultViewFactory.PicNodeConnectionView. arrow2protected ArrowDefaultViewFactory.EllipseView. arrowEndprotected ArrowDefaultViewFactory.EllipseView. arrowStartMethods in jpicedt.graphic.view that return Arrow Modifier and Type Method Description protected ArrowDefaultViewFactory. createArrow(PicAttributeSet set, PicAttributeName direction)
-