Class GraphicImageView
- java.lang.Object
-
- org.primefaces.showcase.view.multimedia.GraphicImageView
-
@Named @RequestScoped public class GraphicImageView extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphicImageView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamedContentgetChart()byte[]getChartAsByteArray()InputStreamgetChartAsStream()StreamedContentgetChartWithoutBuffering()StreamedContentgetGraphicText()
-
-
-
Method Detail
-
getGraphicText
public StreamedContent getGraphicText()
-
getChart
public StreamedContent getChart()
-
getChartWithoutBuffering
public StreamedContent getChartWithoutBuffering()
-
getChartAsStream
public InputStream getChartAsStream()
-
getChartAsByteArray
public byte[] getChartAsByteArray() throws IOException- Throws:
IOException
-
-