Class ScreenSpaceCanvas.PreparedImage
java.lang.Object
velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.PreparedImage
- Enclosing interface:
- ScreenSpaceCanvas
Wrapper for an image. Reusing a
ScreenSpaceCanvas.PreparedImage instance is encouraged
- this improves rendering performance. Keep in mind that constructing
ScreenSpaceCanvas.PreparedImage launches certain (relatively expansive) background
preparation tasks (so avoid creating instances that you won't really need)-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns corresponding icon, do not modify itint[]
-
Constructor Details
-
PreparedImage
-
-
Method Details
-
getReadOnlyImage
Returns corresponding icon, do not modify it -
getReadOnlyOpenglRepresentation
public int[] getReadOnlyOpenglRepresentation()
-