com.ergotech.vib.graphics.MultiImageBean
The MultiImageBean graphic is a More Layout image graphic used to display an image received from logic.
MultiImageBean can be used when an application needs to display an image from another component, such as an image loaded by a URLReader.
MultiImageBean also includes an Image File List property for selecting a `.properties` mapping file, but that workflow is less commonly used and is currently under review.
MultiImageBean uses valueInput to receive the image value used for display.
The input can be connected to another logic component that provides image data or an image reference.
MultiImageBean has no default output ports.
MultiImageBean displays the image received through its input behavior.
MultiImageBean displays image content from an input source.
MultiImageBean-specific settings include:
In the Logic Editor, MultiImageBean includes this default port:
The valueInput port receives the image value used by the MultiImageBean.
MultiImageBean includes an Image File List property that can select a `.properties` file from User Files.
The intended mapping format is:
1=Images/example_image_1.jpg 2=Images/example_image_2.jpg
In this workflow, input values are used to select mapped image resources.
This Image File List workflow is less commonly used and is currently under review.
Use MultiImageBean when the displayed image needs to come from logic, such as an image provided by a URLReader.
Use ImageBean when one static project image needs to be displayed.
For static image display, add the image to the project Images node and select it with ImageBean.
The Image File List `.properties` workflow should be confirmed before relying on it.
For general graphic behavior, see Active Graphic.