public class TreePlusImage
extends org.richfaces.resource.AbstractJava2DUserResource
implements org.richfaces.resource.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) |
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 org.richfaces.resource.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 org.richfaces.resource.StateHolderResource
IOException
public void readState(javax.faces.context.FacesContext context, DataInput dataInput) throws IOException
readState
in interface org.richfaces.resource.StateHolderResource
IOException
public boolean isTransient()
isTransient
in interface org.richfaces.resource.StateHolderResource
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.