BarStyle

Inheritance: java.lang.Object

public class BarStyle

Change the visual style of the bar for the item in the project view.

Constructors

ConstructorDescription
BarStyle()Initializes a new instance of the BarStyle class.

Methods

MethodDescription
getBarColor()Gets java.awt.Color of the bar style.
getBarShape()Gets BarShape (getBarShape()/setBarShape(int)) of the bar style.
getBottomBarTextConverter()Gets user-defined converter to get text to render on the bottom of the task’s bar.
getBottomField()Gets a field to be displayed on the bottom of the bar.
getEndShape()Gets Shape at the end of the bar.
getEndShapeColor()Gets java.awt.Color of the shape at the end of the bar.
getInsideBarTextConverter()Gets user-defined converter to get text to render inside of the task’s bar.
getInsideField()Gets a field to be displayed inside of the bar.
getItemType()Gets BarItemType of the bar style.
getLeftBarTextConverter()Gets user-defined converter to get text to render on the left of the task’s bar.
getLeftField()Gets a field to be displayed on the left of the bar.
getRightBarTextConverter()Gets user-defined converter to get text to render on the right of the task’s bar.
getRightField()Gets a field to be displayed on the right of the bar.
getStartShape()Gets Shape at the beginning of the bar.
getStartShapeColor()Gets java.awt.Color of the shape at the beginning of the bar.
getTextStyle()Gets style of the bar’s text.
getTopBarTextConverter()Gets user-defined converter to get text to render on the top of the task’s bar.
getTopField()Gets a field to be displayed on the top of the bar.
setBarColor(Color value)Sets java.awt.Color of the bar style.
setBarShape(int value)Sets BarShape (getBarShape()/setBarShape(int)) of the bar style.
setBottomBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the bottom of the task’s bar.
setBottomField(int value)Sets a field to be displayed on the bottom of the bar.
setEndShape(int value)Sets Shape at the end of the bar.
setEndShapeColor(Color value)Sets java.awt.Color of the shape at the end of the bar.
setInsideBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render inside of the task’s bar.
setInsideField(int value)Sets a field to be displayed inside of the bar.
setItemType(int value)Sets BarItemType of the bar style.
setLeftBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the left of the task’s bar.
setLeftField(int value)Sets a field to be displayed on the left of the bar.
setRightBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the right of the task’s bar.
setRightField(int value)Sets a field to be displayed on the right of the bar.
setStartShape(int value)Sets Shape at the beginning of the bar.
setStartShapeColor(Color value)Sets java.awt.Color of the shape at the beginning of the bar.
setTextStyle(TextStyle value)Sets style of the bar’s text.
setTopBarTextConverter(TaskBarTextConverter value)Sets user-defined converter to get text to render on the top of the task’s bar.
setTopField(int value)Sets a field to be displayed on the top of the bar.

BarStyle()

public BarStyle()

Initializes a new instance of the BarStyle class.

getBarColor()

public final Color getBarColor()

Gets java.awt.Color of the bar style.

Returns: java.awt.Color - a color of the bar style.

getBarShape()

public final int getBarShape()

Gets BarShape (getBarShape()/setBarShape(int)) of the bar style.

Returns: int - BarShape of the bar style.

getBottomBarTextConverter()

public final TaskBarTextConverter getBottomBarTextConverter()

Gets user-defined converter to get text to render on the bottom of the task’s bar. Overrides the value of BottomField (getBottomField()/setBottomField(int)) property.

Returns: TaskBarTextConverter - user-defined converter to get text to render on the bottom of the task’s bar.

getBottomField()

public final int getBottomField()

Gets a field to be displayed on the bottom of the bar.

Returns: int - a field to be displayed on the bottom of the bar.

getEndShape()

public final int getEndShape()

Gets Shape at the end of the bar.

Returns: int - Shape at the end of the bar.

getEndShapeColor()

public final Color getEndShapeColor()

Gets java.awt.Color of the shape at the end of the bar.

Returns: java.awt.Color - a color of the shape at the beginning of the bar.

getInsideBarTextConverter()

public final TaskBarTextConverter getInsideBarTextConverter()

Gets user-defined converter to get text to render inside of the task’s bar. Overrides the value of InsideField (getInsideField()/setInsideField(int)) property.

Returns: TaskBarTextConverter - user-defined converter to get text to render inside of the task’s bar.

getInsideField()

public final int getInsideField()

Gets a field to be displayed inside of the bar.

Returns: int - a field to be displayed inside of the bar.

getItemType()

public final int getItemType()

Gets BarItemType of the bar style.

Returns: int - BarItemType of the bar style.

getLeftBarTextConverter()

public final TaskBarTextConverter getLeftBarTextConverter()

Gets user-defined converter to get text to render on the left of the task’s bar. Overrides the value of LeftField (getLeftField()/setLeftField(int)) property.

Returns: TaskBarTextConverter - user-defined converter to get text to render on the left of the task’s bar.

getLeftField()

public final int getLeftField()

Gets a field to be displayed on the left of the bar.

Returns: int - a field to be displayed on the left of the bar.

getRightBarTextConverter()

public final TaskBarTextConverter getRightBarTextConverter()

Gets user-defined converter to get text to render on the right of the task’s bar. Overrides the value of RightField (getRightField()/setRightField(int)) property.

Returns: TaskBarTextConverter - user-defined converter to get text to render on the right of the task’s bar.

getRightField()

public final int getRightField()

Gets a field to be displayed on the right of the bar.

Returns: int - a field to be displayed on the right of the bar.

getStartShape()

public final int getStartShape()

Gets Shape at the beginning of the bar.

Returns: int - Shape at the beginning of the bar.

getStartShapeColor()

public final Color getStartShapeColor()

Gets java.awt.Color of the shape at the beginning of the bar.

Returns: java.awt.Color - a color of the shape at the beginning of the bar.

getTextStyle()

public final TextStyle getTextStyle()

Gets style of the bar’s text.

Returns: TextStyle - style of the bar’s text.

getTopBarTextConverter()

public final TaskBarTextConverter getTopBarTextConverter()

Gets user-defined converter to get text to render on the top of the task’s bar. Overrides the value of TopField (getTopField()/setTopField(int)) property.

Returns: TaskBarTextConverter - user-defined converter to get text to render on the top of the task’s bar.

getTopField()

public final int getTopField()

Gets a field to be displayed on the top of the bar.

Returns: int - a field to be displayed on the top of the bar.

setBarColor(Color value)

public final void setBarColor(Color value)

Sets java.awt.Color of the bar style.

Parameters:

ParameterTypeDescription
valuejava.awt.Colora color of the bar style.

setBarShape(int value)

public final void setBarShape(int value)

Sets BarShape (getBarShape()/setBarShape(int)) of the bar style.

Parameters:

ParameterTypeDescription
valueintBarShape of the bar style.

setBottomBarTextConverter(TaskBarTextConverter value)

public final void setBottomBarTextConverter(TaskBarTextConverter value)

Sets user-defined converter to get text to render on the bottom of the task’s bar. Overrides the value of BottomField (getBottomField()/setBottomField(int)) property.

Parameters:

ParameterTypeDescription
valueTaskBarTextConverteruser-defined converter to get text to render on the bottom of the task’s bar.

setBottomField(int value)

public final void setBottomField(int value)

Sets a field to be displayed on the bottom of the bar.

Parameters:

ParameterTypeDescription
valueinta field to be displayed on the bottom of the bar.

setEndShape(int value)

public final void setEndShape(int value)

Sets Shape at the end of the bar.

Parameters:

ParameterTypeDescription
valueintShape at the end of the bar.

setEndShapeColor(Color value)

public final void setEndShapeColor(Color value)

Sets java.awt.Color of the shape at the end of the bar.

Parameters:

ParameterTypeDescription
valuejava.awt.Colora color of the shape at the beginning of the bar.

setInsideBarTextConverter(TaskBarTextConverter value)

public final void setInsideBarTextConverter(TaskBarTextConverter value)

Sets user-defined converter to get text to render inside of the task’s bar. Overrides the value of InsideField (getInsideField()/setInsideField(int)) property.

Parameters:

ParameterTypeDescription
valueTaskBarTextConverteruser-defined converter to get text to render inside of the task’s bar.

setInsideField(int value)

public final void setInsideField(int value)

Sets a field to be displayed inside of the bar.

Parameters:

ParameterTypeDescription
valueinta field to be displayed inside of the bar.

setItemType(int value)

public final void setItemType(int value)

Sets BarItemType of the bar style.

Parameters:

ParameterTypeDescription
valueintBarItemType of the bar style.

setLeftBarTextConverter(TaskBarTextConverter value)

public final void setLeftBarTextConverter(TaskBarTextConverter value)

Sets user-defined converter to get text to render on the left of the task’s bar. Overrides the value of LeftField (getLeftField()/setLeftField(int)) property.

Parameters:

ParameterTypeDescription
valueTaskBarTextConverteruser-defined converter to get text to render on the left of the task’s bar.

setLeftField(int value)

public final void setLeftField(int value)

Sets a field to be displayed on the left of the bar.

Parameters:

ParameterTypeDescription
valueinta field to be displayed on the left of the bar.

setRightBarTextConverter(TaskBarTextConverter value)

public final void setRightBarTextConverter(TaskBarTextConverter value)

Sets user-defined converter to get text to render on the right of the task’s bar. Overrides the value of RightField (getRightField()/setRightField(int)) property.

Parameters:

ParameterTypeDescription
valueTaskBarTextConverteruser-defined converter to get text to render on the right of the task’s bar.

setRightField(int value)

public final void setRightField(int value)

Sets a field to be displayed on the right of the bar.

Parameters:

ParameterTypeDescription
valueinta field to be displayed on the right of the bar.

setStartShape(int value)

public final void setStartShape(int value)

Sets Shape at the beginning of the bar.

Parameters:

ParameterTypeDescription
valueintShape at the beginning of the bar.

setStartShapeColor(Color value)

public final void setStartShapeColor(Color value)

Sets java.awt.Color of the shape at the beginning of the bar.

Parameters:

ParameterTypeDescription
valuejava.awt.Colora color of the shape at the beginning of the bar.

setTextStyle(TextStyle value)

public final void setTextStyle(TextStyle value)

Sets style of the bar’s text.

Parameters:

ParameterTypeDescription
valueTextStylestyle of the bar’s text.

setTopBarTextConverter(TaskBarTextConverter value)

public final void setTopBarTextConverter(TaskBarTextConverter value)

Sets user-defined converter to get text to render on the top of the task’s bar. Overrides the value of TopField (getTopField()/setTopField(int)) property.

Parameters:

ParameterTypeDescription
valueTaskBarTextConverteruser-defined converter to get text to render on the top of the task’s bar.

setTopField(int value)

public final void setTopField(int value)

Sets a field to be displayed on the top of the bar.

Parameters:

ParameterTypeDescription
valueinta field to be displayed on the top of the bar.