public class TreePlusImage extends AbstractJava2DUserResource implements StateHolderResource
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
controlColorValue |
protected Integer |
generalColorValue |
protected Integer |
trimColorValue |
| Constructor and Description |
|---|
TreePlusImage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawFrame(Graphics2D g2d) |
protected void |
drawHorizontalCrossLine(Graphics2D g2d) |
protected void |
drawVerticalCrossLine(Graphics2D g2d) |
protected Integer |
getColorParameter(String property) |
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, getResponseHeadersprotected Integer generalColorValue
protected Integer controlColorValue
protected Integer trimColorValue
public void init()
protected void drawFrame(Graphics2D g2d)
public void paint(Graphics2D g2d)
paint in interface Java2DUserResourceprotected void drawVerticalCrossLine(Graphics2D g2d)
protected void drawHorizontalCrossLine(Graphics2D g2d)
public void writeState(javax.faces.context.FacesContext context,
DataOutput dataOutput)
throws IOException
writeState in interface StateHolderResourceIOExceptionpublic void readState(javax.faces.context.FacesContext context,
DataInput dataInput)
throws IOException
readState in interface StateHolderResourceIOExceptionpublic boolean isTransient()
isTransient in interface StateHolderResourceCopyright © 2014 JBoss by Red Hat. All Rights Reserved.