public class BarStyle extends Object
Change the visual style of the bar for the item in the project view.
Constructor and Description |
---|
BarStyle() |
Modifier and Type | Method and Description |
---|---|
Color |
getBarColor() |
int |
getBarShape()
BarShape of the bar style. |
int |
getEndShape()
Shape at the end of the bar. |
Color |
getEndShapeColor() |
int |
getItemType()
BarItemType of the bar style. |
int |
getStartShape()
Shape at the beginning of the bar. |
Color |
getStartShapeColor() |
void |
setBarColor(Color value) |
void |
setBarShape(int value) |
void |
setEndShape(int value) |
void |
setEndShapeColor(Color value) |
void |
setItemType(int value) |
void |
setStartShape(int value) |
void |
setStartShapeColor(Color value) |
public Color getBarColor()
public void setBarColor(Color value)
public Color getStartShapeColor()
public void setStartShapeColor(Color value)
public Color getEndShapeColor()
public void setEndShapeColor(Color value)
public int getItemType()
BarItemType
of the bar style.
public void setItemType(int value)
public int getBarShape()
BarShape
of the bar style.
public void setBarShape(int value)
public int getStartShape()
Shape
at the beginning of the bar.
public void setStartShape(int value)
public int getEndShape()
Shape
at the end of the bar.
public void setEndShape(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.