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 org.primefaces.model.StreamedContentgetChart()byte[]getChartAsByteArray()InputStreamgetChartAsStream()org.primefaces.model.StreamedContentgetChartWithoutBuffering()org.primefaces.model.StreamedContentgetGraphicText()
-
-
-
Method Detail
-
getGraphicText
public org.primefaces.model.StreamedContent getGraphicText()
-
getChart
public org.primefaces.model.StreamedContent getChart()
-
getChartWithoutBuffering
public org.primefaces.model.StreamedContent getChartWithoutBuffering()
-
getChartAsStream
public InputStream getChartAsStream()
-
getChartAsByteArray
public byte[] getChartAsByteArray() throws IOException- Throws:
IOException
-
-