public class TreeLineImage
extends org.richfaces.resource.AbstractJava2DUserResource
implements org.richfaces.resource.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) |
protected Integer trimColorValue
public TreeLineImage()
protected TreeLineImage(Dimension dimension)
public void init()
public void paint(Graphics2D g2d)
paint
in interface org.richfaces.resource.Java2DUserResource
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 © 2012 JBoss by Red Hat. All Rights Reserved.