ElegantJ Trees Java API Specification v1.1

com.elegantj.awt.tree
Class AWTTreeBasicStroke

java.lang.Object
  extended byjava.awt.BasicStroke
      extended bycom.elegantj.awt.tree.AWTTreeBasicStroke
All Implemented Interfaces:
java.awt.Stroke

public class AWTTreeBasicStroke
extends java.awt.BasicStroke

Overriden the Basic Stroke


Field Summary
 
Fields inherited from class java.awt.BasicStroke
CAP_BUTT, CAP_ROUND, CAP_SQUARE, JOIN_BEVEL, JOIN_MITER, JOIN_ROUND
 
Constructor Summary
AWTTreeBasicStroke(float[] dashArray, float phase)
          Constructs the AWTTreeBasicStroke
 
Method Summary
 float[] getDashArray()
          Method which returns the dash array of the AWTTreeBasicStroke
 float getPhase()
          Method which returns the phase of the AWTTreeBasicStroke
 
Methods inherited from class java.awt.BasicStroke
createStrokedShape, equals, getDashPhase, getEndCap, getLineJoin, getLineWidth, getMiterLimit, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWTTreeBasicStroke

public AWTTreeBasicStroke(float[] dashArray,
                          float phase)
Constructs the AWTTreeBasicStroke

Parameters:
dashArray - The dash array for the AWTTreeBasicStroke
phase - The phase for the AWTTreeBasicStroke
Method Detail

getDashArray

public float[] getDashArray()
Method which returns the dash array of the AWTTreeBasicStroke

Returns:
The dash array of the AWTTreeBasicStroke

getPhase

public float getPhase()
Method which returns the phase of the AWTTreeBasicStroke

Returns:
The phase of the AWTTreeBasicStroke

ElegantJ Trees Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.