Uses of Class
com.horstmann.violet.ArrowHead

Packages that use ArrowHead
com.horstmann.violet   
com.horstmann.violet.framework   
 

Uses of ArrowHead in com.horstmann.violet
 

Fields in com.horstmann.violet declared as ArrowHead
static ArrowHead ArrowHead.BLACK_DIAMOND
           
static ArrowHead ArrowHead.BLACK_TRIANGLE
           
static ArrowHead ArrowHead.DIAMOND
           
static ArrowHead ArrowHead.HALF_V
           
static ArrowHead ArrowHead.NONE
           
static ArrowHead ArrowHead.TRIANGLE
           
static ArrowHead ArrowHead.V
           
 

Uses of ArrowHead in com.horstmann.violet.framework
 

Methods in com.horstmann.violet.framework that return ArrowHead
 ArrowHead SegmentedLineEdge.getEndArrowHead()
          Gets the end arrow head property
 ArrowHead SegmentedLineEdge.getStartArrowHead()
          Gets the start arrow head property
 

Methods in com.horstmann.violet.framework with parameters of type ArrowHead
 void SegmentedLineEdge.setEndArrowHead(ArrowHead newValue)
          Sets the end arrow head property
 void SegmentedLineEdge.setStartArrowHead(ArrowHead newValue)
          Sets the start arrow head property