Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.port80.graph.impl.Arrow

Uses of Arrow in com.port80.graph.impl
 

Methods in com.port80.graph.impl that return Arrow
static Arrow ArrowFactory.create(java.lang.String stringvalue)
          String format: stockname | typename,height | typename,height,linewidth | typename,height,width,linewidth | typename,height,width,linewidth,leadinwidth
private static Arrow ArrowFactory.stockNormal(java.lang.String name, float w, float h, float leadinwidth, float linewidth)
          Line arrow with same line width for leadin and arrow head.
private static Arrow ArrowFactory.stockTriangle(java.lang.String name, float w, float h, float leadinwidth, float linewidth)
          A triangle inside a unit square.
private static Arrow ArrowFactory.stockSquare(java.lang.String name, float w, float h, float leadinwidth, float linewidth)
          A unit square.
private static Arrow ArrowFactory.stockDiamond(java.lang.String name, float w, float h, float leadinwidth, float linewidth)
          A diamond shape.
private static Arrow ArrowFactory.stockDot(java.lang.String name, float w, float h, float leadinwidth, float linewidth)
          A circle.
private static Arrow ArrowFactory.stockSpear(java.lang.String name, float w, float h, float leadinwidth, float linewidth)
          An spear shape stock.
private static Arrow ArrowFactory.stockLine(java.lang.String name, float w, float h, float leadinwidth, float linewidth)
          Arrow by line only.
private static Arrow ArrowFactory.stockDoubleLine(java.lang.String name, float w, float h, float leadinwidth, float linewidth)
          Double arrow by line only.