public class FillArea extends Object implements IFillArea
Constructor and Description |
---|
FillArea(Color color,
int startIndex,
int endIndex) |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
int |
getEndIndex() |
int |
getStartIndex() |
AreaFillType |
getType() |
void |
setColor(Color color) |
void |
setEndIndex(int endIndex) |
void |
setStartIndex(int startIndex) |
void |
setType(AreaFillType type) |
public FillArea(Color color, int startIndex, int endIndex)
public int getEndIndex()
getEndIndex
in interface IFillArea
public int getStartIndex()
getStartIndex
in interface IFillArea
public AreaFillType getType()
public void setColor(Color color)
public void setEndIndex(int endIndex)
public void setStartIndex(int startIndex)
public void setType(AreaFillType type)
Copyright © 2015. All rights reserved.