Interface IItemStyleInfoProvider
public interface IItemStyleInfoProvider
A provider of style information for item class identifiers.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the style information associated with a class identifier.
-
Method Details
-
getStyle
Retrieve the style information associated with a class identifier.- Parameters:
id- item class identifier- Returns:
- the corresponding style information, or
nullif unspecified
-