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 PowerOfTwoPaddedImageMarkersOrder.AppFrame. dayOfWeekLegendprotected PowerOfTwoPaddedImageMarkersOrder.AppFrame. hoursLegendMethods in gov.nasa.worldwindx.examples that return PowerOfTwoPaddedImage Modifier and Type Method Description protected PowerOfTwoPaddedImageMarkersOrder.AppFrame. createLegendForDaysOfWeek(MarkerAttributes[] attrs)protected PowerOfTwoPaddedImageMarkersOrder.AppFrame. createLegendForHours(MarkerAttributes[] attrs)Methods in gov.nasa.worldwindx.examples with parameters of type PowerOfTwoPaddedImage Modifier and Type Method Description protected voidMarkersOrder.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 PowerOfTwoPaddedImagePowerOfTwoPaddedImage. fromBufferedImage(java.awt.image.BufferedImage image)Returns a new PowerOfTwoPaddedImage by converting the specifiedimageto a new image with power-of-two dimensions.static PowerOfTwoPaddedImagePowerOfTwoPaddedImage. fromPath(java.lang.String path)Returns a new PowerOfTwoPaddedImage from the specifiedpath, or null if the file referenced bypathcannot be read, or is not a readable image.protected PowerOfTwoPaddedImageSlideShowAnnotationController. getImage(java.lang.Object source)protected PowerOfTwoPaddedImageSlideShowAnnotationController. readImage(java.lang.Object source)Methods in gov.nasa.worldwindx.examples.util with parameters of type PowerOfTwoPaddedImage Modifier and Type Method Description protected voidSlideShowAnnotationController. doSetImage(PowerOfTwoPaddedImage image, int index)protected booleanSlideShowAnnotationController. putImage(java.lang.Object source, PowerOfTwoPaddedImage image)
-