OperatorSelector
Overview
OperatorSelector is a class in Aspose.PDF FOSS for Java.
Inherits from: IOperatorSelector.
Selects operators of a specific runtime type from an {@link OperatorCollection}.
This class provides 3 methods for working with OperatorSelector objects in Java programs.
Available methods include: OperatorSelector, getSelected, visit.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: selected.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
selected | List<Operator> | Read | Returns the (mutable) list of operators selected so far. |
Methods
| Signature | Description |
|---|---|
OperatorSelector(prototype: Operator) | Creates a selector that matches operators of the same runtime type as the |
| given prototype. | |
visit(op: Operator) | Visitor callback invoked by {@link OperatorCollection#accept}. |
getSelected() → List<Operator> | Returns the (mutable) list of operators selected so far. |