| java.lang.Object org.openlaszlo.iv.flash.api.FlashItem org.openlaszlo.iv.flash.api.shape.MorphLineStyle
MorphLineStyle | final public class MorphLineStyle extends FlashItem (Code) | | A line style represents a width and color of a line.
author: Dmitry Skavish See Also: LineStyle |
MorphLineStyle | public MorphLineStyle()(Code) | | |
MorphLineStyle | public MorphLineStyle(int width_start, Color color_start, int width_end, Color color_end)(Code) | | Creates line style of specified color and width
|
getColorEnd | public Color getColorEnd()(Code) | | Returns end color of this linestyle
color of this linestyle |
getColorStart | public Color getColorStart()(Code) | | Returns start color of this linestyle
color of this linestyle |
getWidthEnd | public int getWidthEnd()(Code) | | Returns end width of this linestyle.
width of this linestyle |
getWidthStart | public int getWidthStart()(Code) | | Returns start width of this linestyle.
start width of this linestyle |
setColorEnd | public void setColorEnd(Color color)(Code) | | Sets end color of this linestyle
Parameters: color - specified color |
setColorStart | public void setColorStart(Color color)(Code) | | Sets start color of this linestyle
Parameters: color - specified color |
setWidthEnd | public void setWidthEnd(int width)(Code) | | Sets end width of this linestyle
Parameters: width - width of this linestyle |
setWidthStart | public void setWidthStart(int width)(Code) | | Sets start width of this linestyle
Parameters: width - width of this linestyle |
|
|