Search
Style.getImageIndex Method
See Also
 






Gets the index of the image associated to this style.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public Integer getImageIndex ()

 Return Value

An integer value specifying the image index.

 Remarks

The image specified through setImage, if any, takes precedence over the image identified by this index.

 See Also