PatternFormat

PatternFormat class

Represents a pattern to fill a shape.

getBackColor

NameDescription
getBackColor()Returns the background pattern color. Read-only IColorFormat.

Result: ColorFormat


getForeColor

NameDescription
getForeColor()Returns the foreground pattern color. Read-only IColorFormat.

Result: ColorFormat


getParent_IPresentationComponent

NameDescription
getParent_IPresentationComponent()

getParent_ISlideComponent

NameDescription
getParent_ISlideComponent()

getParent_Immediate

NameDescription
getParent_Immediate()

getPatternStyle

NameDescription
getPatternStyle()Returns or sets the pattern style. Read/write PatternStyle.

Result: byte


getPresentation

NameDescription
getPresentation()

Result: Presentation


getSlide

NameDescription
getSlide()

Result: BaseSlide


getTileImage

NameDescription
getTileImage(Color, Color)Creates a tile image for the pattern fill with a specified colors.

Parameters:

NameTypeDescription
backgroundColorThe background java.awt.Color for the pattern.
foregroundColorThe foreground java.awt.Color for the pattern.

Result: BufferedImage


getTileImage

NameDescription
getTileImage(Color)Creates a tile image for the pattern fill.

Parameters:

NameTypeDescription
styleColorColorThe default java.awt.Color, defined in ShapeEx’s StyleEx object. Fill’s colors can depend on this.

Result: BufferedImage


getVersion

NameDescription
getVersion()

Result: long


getVersion

NameDescription
getVersion()

Result: long


setPatternStyle

NameDescription
setPatternStyle(byte)Returns or sets the pattern style. Read/write PatternStyle.