|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapePaint | |
net.sourceforge.ganttproject | |
net.sourceforge.ganttproject.shape |
Uses of ShapePaint in net.sourceforge.ganttproject |
Methods in net.sourceforge.ganttproject that return ShapePaint | |
ShapePaint |
GanttTask.getShape()
Return the shape of the task |
Methods in net.sourceforge.ganttproject with parameters of type ShapePaint | |
void |
GanttTask.setShape(ShapePaint newShape)
Set a new shape for the task |
int |
GanttGraphicArea.paintAdvancement(java.awt.Graphics g,
int x1,
int x2,
int y,
int percent,
ShapePaint shape,
java.awt.Color color,
boolean justText)
Paint advance state of the task |
Uses of ShapePaint in net.sourceforge.ganttproject.shape |
Fields in net.sourceforge.ganttproject.shape declared as ShapePaint | |
static ShapePaint |
ShapeConstants.TRANSPARENT
|
static ShapePaint |
ShapeConstants.DEFAULT
|
static ShapePaint |
ShapeConstants.CROSS
|
static ShapePaint |
ShapeConstants.VERT
|
static ShapePaint |
ShapeConstants.HORZ
|
static ShapePaint |
ShapeConstants.GRID
|
static ShapePaint |
ShapeConstants.ROUND
|
static ShapePaint |
ShapeConstants.NW_TRIANGLE
|
static ShapePaint |
ShapeConstants.NE_TRIANGLE
|
static ShapePaint |
ShapeConstants.SW_TRIANGLE
|
static ShapePaint |
ShapeConstants.SE_TRIANGLE
|
static ShapePaint |
ShapeConstants.DIAMOND
|
static ShapePaint |
ShapeConstants.DOTS
|
static ShapePaint |
ShapeConstants.DOT
|
static ShapePaint |
ShapeConstants.SLASH
|
static ShapePaint |
ShapeConstants.BACKSLASH
|
static ShapePaint |
ShapeConstants.THICK_VERT
|
static ShapePaint |
ShapeConstants.THICK_HORZ
|
static ShapePaint |
ShapeConstants.THICK_GRID
|
static ShapePaint |
ShapeConstants.THICK_SLASH
|
static ShapePaint |
ShapeConstants.THICK_BACKSLASH
|
static ShapePaint[] |
ShapeConstants.PATTERN_LIST
|
protected ShapePaint |
PreviewPanel.pattern
|
Methods in net.sourceforge.ganttproject.shape that return ShapePaint | |
ShapePaint |
Shape.getPattern()
|
ShapePaint |
PreviewPanel.getPattern()
|
Methods in net.sourceforge.ganttproject.shape with parameters of type ShapePaint | |
void |
Shape.setPattern(ShapePaint pattern)
|
void |
PreviewPanel.setPattern(ShapePaint pattern)
|
Constructors in net.sourceforge.ganttproject.shape with parameters of type ShapePaint | |
ShapePaint(ShapePaint pattern)
Constructor |
|
ShapePaint(ShapePaint pattern,
java.awt.Color foreground,
java.awt.Color background)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |