PatternFormat
Represents a pattern to fill a shape.
getBackColor
| Name | Description |
|---|
| getBackColor() | Returns the background pattern color. Read-only IColorFormat. |
Result:
ColorFormat
getForeColor
| Name | Description |
|---|
| getForeColor() | Returns the foreground pattern color. Read-only IColorFormat. |
Result:
ColorFormat
getParent_IPresentationComponent
| Name | Description |
|---|
| getParent_IPresentationComponent() | |
getParent_ISlideComponent
| Name | Description |
|---|
| getParent_ISlideComponent() | |
| Name | Description |
|---|
| getParent_Immediate() | |
getPatternStyle
| Name | Description |
|---|
| getPatternStyle() | Returns or sets the pattern style. Read/write PatternStyle. |
Result:
byte
getPresentation
| Name | Description |
|---|
| getPresentation() | |
Result:
Presentation
getSlide
| Name | Description |
|---|
| getSlide() | |
Result:
BaseSlide
getTileImage
| Name | Description |
|---|
| getTileImage(Color, Color) | Creates a tile image for the pattern fill with a specified colors. |
Parameters:
| Name | Type | Description |
|---|
| background | Color | The background java.awt.Color for the pattern. |
| foreground | Color | The foreground java.awt.Color for the pattern. |
Result:
BufferedImage
getTileImage
| Name | Description |
|---|
| getTileImage(Color) | Creates a tile image for the pattern fill. |
Parameters:
| Name | Type | Description |
|---|
| styleColor | Color | The default java.awt.Color, defined in ShapeEx’s StyleEx object. Fill’s colors can depend on this. |
Result:
BufferedImage
getVersion
| Name | Description |
|---|
| getVersion() | |
Result:
long
getVersion
| Name | Description |
|---|
| getVersion() | |
Result:
long
setPatternStyle
| Name | Description |
|---|
| setPatternStyle(byte) | Returns or sets the pattern style. Read/write PatternStyle. |