Uses of Interface
omix.plugin.type.TypeGraphicsHandlerInterface.ValuePainterInterface
Package | Description |
---|---|
omix.plugin.type |
This package contains interfaces for implementing type management plugins.
|
-
Uses of TypeGraphicsHandlerInterface.ValuePainterInterface in omix.plugin.type
Subinterfaces of TypeGraphicsHandlerInterface.ValuePainterInterface in omix.plugin.type Modifier and Type Interface Description static interface
TypeGraphicsHandlerInterface.ResizableValuePainterInterface
This interface represents paint content that can be resized in a ObjectField<>.Methods in omix.plugin.type that return TypeGraphicsHandlerInterface.ValuePainterInterface Modifier and Type Method Description TypeGraphicsHandlerInterface.ValuePainterInterface
TypeGraphicsHandlerInterface. getValuePainter(FieldInfo fieldInfo, GetValuePainterUtilities utilities)
Creates a value painter object used to paint an object of specific type on anObjectField
or during Visualization on Demand.default TypeGraphicsHandlerInterface.ValuePainterInterface
TypeGraphicsHandlerV2Interface. getValuePainter(FieldInfo fieldInfo, GetValuePainterUtilities utilities)