getCurrentImageStateName(Image image) Helper method that allows us to 'peek' at the private state
field in the Image object, and call the state.getStateName()
method.
native public static String getCurrentImageStateName(Image image)(Code)
Helper method that allows us to 'peek' at the private state
field in the Image object, and call the state.getStateName()
method.
Parameters: image - The image instance "unclipped" if image is in the unclipped state, or"clipped" if the image is in the clipped state