IndividualFontConfigs

Inheritance: java.lang.Object

public class IndividualFontConfigs

Font configs for each Diagram object.

Constructors

Constructor Description
IndividualFontConfigs() Ctor.

Methods

Method Description
equals(Object arg0)
getClass()
getFontSources() Gets a copy of the array that contains the list of sources
hashCode()
notify()
notifyAll()
setFontFolder(String fontFolder, boolean recursive) Sets the fonts folder
setFontFolders(String[] fontFolders, boolean recursive) Sets the fonts folders
setFontSources(FontSourceBase[] sources) Sets the fonts sources.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

IndividualFontConfigs()

public IndividualFontConfigs()

Ctor.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFontSources()

public FontSourceBase[] getFontSources()

Gets a copy of the array that contains the list of sources

Returns: com.aspose.diagram.FontSourceBase[] -

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setFontFolder(String fontFolder, boolean recursive)

public void setFontFolder(String fontFolder, boolean recursive)

Sets the fonts folder

Parameters:

Parameter Type Description
fontFolder java.lang.String The folder that contains TrueType fonts.
recursive boolean Determines whether or not to scan subfolders.

setFontFolders(String[] fontFolders, boolean recursive)

public void setFontFolders(String[] fontFolders, boolean recursive)

Sets the fonts folders

Parameters:

Parameter Type Description
fontFolders java.lang.String[] The folders that contains TrueType fonts.
recursive boolean Determines whether or not to scan subfolders.

setFontSources(FontSourceBase[] sources)

public void setFontSources(FontSourceBase[] sources)

Sets the fonts sources.

Parameters:

Parameter Type Description
sources FontSourceBase[] An array of sources that contain TrueType fonts.

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int