JIDE 3.5.15

com.jidesoft.plaf.basic
Class BasicGanttChartUI.BasicRelationPainter

java.lang.Object
  extended by com.jidesoft.plaf.basic.BasicGanttEntryRelationPainter
      extended by com.jidesoft.plaf.basic.BasicGanttChartUI.BasicRelationPainter
All Implemented Interfaces:
GanttEntryRelationPainter, UIResource
Enclosing class:
BasicGanttChartUI

public static class BasicGanttChartUI.BasicRelationPainter
extends BasicGanttEntryRelationPainter
implements UIResource


Field Summary
static Shape ARROW
           
static Shape BLOCK
           
static int DEFAULT_EXTEND_WIDTH
           
 
Constructor Summary
BasicGanttChartUI.BasicRelationPainter(int width, Shape startShape, Shape endShape, Insets entryPadding)
           
 
Method Summary
 
Methods inherited from class com.jidesoft.plaf.basic.BasicGanttEntryRelationPainter
checkValidRange, getAttachPoint, getEndPoint, getEndShape, getEndShapeFillPaint, getEndShapeOutlinePaint, getEndShapeStroke, getGroupOffSet, getIndexOf, getInvalidLinePaint, getInvalidLineStroke, getInvisibleStroke, getLinePaint, getLineStroke, getMilestoneOffSet, getRowBoundaryPoint, getStartShape, getStartShapeFillPaint, getStartShapeOutlinePaint, getStartShapeStroke, getWidth, isConnectToParent, isRelationValid, paintLine, paintRelation, paintShape, setConnectToParent, setEndShape, setEndShapeFillPaint, setEndShapeOutlinePaint, setEndShapeStroke, setGroupOffset, setInvalidLinePaint, setInvalidLineStroke, setInvisibleStroke, setLinePaint, setLineStroke, setMilestoneOffset, setStartShape, setStartShapeFillPaint, setStartShapeOutlinePaint, setStartShapeStroke, setWidth, transformShape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLOCK

public static final Shape BLOCK

ARROW

public static final Shape ARROW

DEFAULT_EXTEND_WIDTH

public static final int DEFAULT_EXTEND_WIDTH
See Also:
Constant Field Values
Constructor Detail

BasicGanttChartUI.BasicRelationPainter

public BasicGanttChartUI.BasicRelationPainter(int width,
                                              Shape startShape,
                                              Shape endShape,
                                              Insets entryPadding)

JIDE 3.5.15