Uses of Interface
org.sunflow.core.Display
-
Packages that use Display Package Description org.sunflow org.sunflow.core org.sunflow.core.display org.sunflow.core.renderer org.sunflow.system -
-
Uses of Display in org.sunflow
Classes in org.sunflow that implement Display Modifier and Type Class Description classBenchmarkMethods in org.sunflow with parameters of type Display Modifier and Type Method Description voidSunflowAPI. render(java.lang.String optionsName, Display display)voidSunflowAPIInterface. render(java.lang.String optionsName, Display display)Render using the specified options and the specified display. -
Uses of Display in org.sunflow.core
Methods in org.sunflow.core with parameters of type Display Modifier and Type Method Description voidImageSampler. render(Display display)Render the image to the specified display.voidScene. render(Options options, ImageSampler sampler, Display display)Render the scene using the specified options, image sampler and display. -
Uses of Display in org.sunflow.core.display
Classes in org.sunflow.core.display that implement Display Modifier and Type Class Description classFastDisplayclassFileDisplayclassFrameDisplayclassImgPipeDisplay -
Uses of Display in org.sunflow.core.renderer
Methods in org.sunflow.core.renderer with parameters of type Display Modifier and Type Method Description voidBucketRenderer. render(Display display)voidMultipassRenderer. render(Display display)voidProgressiveRenderer. render(Display display)voidSimpleRenderer. render(Display display) -
Uses of Display in org.sunflow.system
Classes in org.sunflow.system that implement Display Modifier and Type Class Description classImagePanel
-