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, getResponseHeaders
protected Integer generalColorValue
protected Integer controlColorValue
protected Integer trimColorValue
public void init()
protected void drawFrame(Graphics2D g2d)
public void paint(Graphics2D g2d)
paint
in interface Java2DUserResource
protected void drawVerticalCrossLine(Graphics2D g2d)
protected void drawHorizontalCrossLine(Graphics2D g2d)
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.