public interface IPatternFillSettings extends IFillSettings
Interface for Pattern fill settings
Modifier and Type | Method and Description |
---|---|
int |
getHorizontalOffset()
Gets the horizontal offset.
|
boolean |
getLinked()
Gets a value indicating whether this
IPatternFillSettings is linked. |
int[] |
getPatternData()
Gets the pattern data.
|
int |
getPatternHeight()
Gets the height of the pattern.
|
String |
getPatternId()
Gets the pattern identifier.
|
String |
getPatternName()
Gets the name of the pattern.
|
int |
getPatternWidth()
Gets the width of the pattern.
|
String |
getPointType()
Gets the type of the point.
|
double |
getScale()
Gets the scale.
|
int |
getVerticalOffset()
Gets the vertical offset.
|
void |
setHorizontalOffset(int value)
Sets the horizontal offset.
|
void |
setLinked(boolean value)
Sets a value indicating whether this
IPatternFillSettings is linked. |
void |
setPatternData(int[] value)
Sets the pattern data.
|
void |
setPatternHeight(int value)
Sets the height of the pattern.
|
void |
setPatternId(String value)
Sets the pattern identifier.
|
void |
setPatternName(String value)
Sets the name of the pattern.
|
void |
setPatternWidth(int value)
Sets the width of the pattern.
|
void |
setPointType(String value)
Sets the type of the point.
|
void |
setScale(double value)
Sets the scale.
|
void |
setVerticalOffset(int value)
Sets the vertical offset.
|
getFillType
boolean getLinked()
Gets a value indicating whether this IPatternFillSettings
is linked.
IPatternFillSettings
is linked.void setLinked(boolean value)
Sets a value indicating whether this IPatternFillSettings
is linked.
value
- a value indicating whether this IPatternFillSettings
is linked.double getScale()
Gets the scale.
void setScale(double value)
Sets the scale.
value
- the scale.String getPointType()
Gets the type of the point.
void setPointType(String value)
Sets the type of the point.
value
- the type of the point.String getPatternName()
Gets the name of the pattern.
void setPatternName(String value)
Sets the name of the pattern.
value
- the name of the pattern.String getPatternId()
Gets the pattern identifier.
void setPatternId(String value)
Sets the pattern identifier.
value
- the pattern identifier.int getHorizontalOffset()
Gets the horizontal offset.
void setHorizontalOffset(int value)
Sets the horizontal offset.
value
- the horizontal offset.int getVerticalOffset()
Gets the vertical offset.
void setVerticalOffset(int value)
Sets the vertical offset.
value
- the vertical offset.int[] getPatternData()
Gets the pattern data.
void setPatternData(int[] value)
Sets the pattern data.
value
- the pattern data.int getPatternWidth()
Gets the width of the pattern.
void setPatternWidth(int value)
Sets the width of the pattern.
value
- the width of the pattern.int getPatternHeight()
Gets the height of the pattern.
void setPatternHeight(int value)
Sets the height of the pattern.
value
- the height of the pattern.