Uses of Class
gov.nasa.worldwindx.examples.util.PowerOfTwoPaddedImage
-
Packages that use PowerOfTwoPaddedImage Package Description gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.util -
-
Uses of PowerOfTwoPaddedImage in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as PowerOfTwoPaddedImage Modifier and Type Field Description protected PowerOfTwoPaddedImage
MarkersOrder.AppFrame. dayOfWeekLegend
protected PowerOfTwoPaddedImage
MarkersOrder.AppFrame. hoursLegend
Methods in gov.nasa.worldwindx.examples that return PowerOfTwoPaddedImage Modifier and Type Method Description protected PowerOfTwoPaddedImage
MarkersOrder.AppFrame. createLegendForDaysOfWeek(MarkerAttributes[] attrs)
protected PowerOfTwoPaddedImage
MarkersOrder.AppFrame. createLegendForHours(MarkerAttributes[] attrs)
Methods in gov.nasa.worldwindx.examples with parameters of type PowerOfTwoPaddedImage Modifier and Type Method Description protected void
MarkersOrder.AppFrame. updateScreenAnnotation(PowerOfTwoPaddedImage image)
-
Uses of PowerOfTwoPaddedImage in gov.nasa.worldwindx.examples.util
Methods in gov.nasa.worldwindx.examples.util that return PowerOfTwoPaddedImage Modifier and Type Method Description static PowerOfTwoPaddedImage
PowerOfTwoPaddedImage. fromBufferedImage(java.awt.image.BufferedImage image)
Returns a new PowerOfTwoPaddedImage by converting the specifiedimage
to a new image with power-of-two dimensions.static PowerOfTwoPaddedImage
PowerOfTwoPaddedImage. fromPath(java.lang.String path)
Returns a new PowerOfTwoPaddedImage from the specifiedpath
, or null if the file referenced bypath
cannot be read, or is not a readable image.protected PowerOfTwoPaddedImage
SlideShowAnnotationController. getImage(java.lang.Object source)
protected PowerOfTwoPaddedImage
SlideShowAnnotationController. readImage(java.lang.Object source)
Methods in gov.nasa.worldwindx.examples.util with parameters of type PowerOfTwoPaddedImage Modifier and Type Method Description protected void
SlideShowAnnotationController. doSetImage(PowerOfTwoPaddedImage image, int index)
protected boolean
SlideShowAnnotationController. putImage(java.lang.Object source, PowerOfTwoPaddedImage image)
-