public interface

IVisualItem

com.pnfsoftware.jeb.core.output.IVisualItem
Known Indirect Subclasses

Class Overview

Visual items are used to attach class information to items. A JEB front-end can attach styling information to those classes, such as foreground and background colors when the item is either active or inactive, font-related information, etc.

Many items may have the same class ID. Well-known class IDs are defined in ItemClassIdentifiers.

Note: this class is to be renamed.

Summary

Public Methods
abstract ItemClassIdentifiers getClassId()
Retrieve the item class id, if any.

Public Methods

public abstract ItemClassIdentifiers getClassId ()

Retrieve the item class id, if any.

Returns
  • the class id, null if none