JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
common.helper.image
Interface Image
All Superinterfaces:
Poolable
All Known Implementing Classes:
Bitmap
public interface
Image
extends
Poolable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Point3D
getPoint3D
()
void
render
()
void
setPoint3D
(
Point3D
point3D)
Methods inherited from interface common.helper.creational.
Poolable
reset
Method Details
setPoint3D
void
setPoint3D
(
Point3D
point3D)
getPoint3D
Point3D
getPoint3D
()
render
void
render
()