public class TreeLineImage extends AbstractJava2DUserResource implements StateHolderResource
Modifier and Type | Field and Description |
---|---|
protected Integer |
trimColorValue |
Modifier | Constructor and Description |
---|---|
|
TreeLineImage() |
protected |
TreeLineImage(Dimension dimension) |
Modifier and Type | Method and Description |
---|---|
void |
init() |
boolean |
isTransient() |
void |
paint(Graphics2D g2d) |
void |
readState(javax.faces.context.FacesContext context,
DataInput dataInput) |
void |
writeState(javax.faces.context.FacesContext context,
DataOutput dataOutput) |
getDimension, getImageType, getLastModified, getResponseHeaders
protected Integer trimColorValue
public TreeLineImage()
protected TreeLineImage(Dimension dimension)
public void init()
public void paint(Graphics2D g2d)
paint
in interface Java2DUserResource
public void writeState(javax.faces.context.FacesContext context, DataOutput dataOutput) throws IOException
writeState
in interface StateHolderResource
IOException
public void readState(javax.faces.context.FacesContext context, DataInput dataInput) throws IOException
readState
in interface StateHolderResource
IOException
public boolean isTransient()
isTransient
in interface StateHolderResource
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.