|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.tooltip.composite.EdgeEffectComposite
public class EdgeEffectComposite
This class defines the blurred edge. Balloon tip using this compositor can produce a blurred shadow edge.
Constructor Summary | |
---|---|
EdgeEffectComposite()
|
Method Summary | |
---|---|
int |
compose(double distance)
Composing the shadow pixel color |
int |
getEdge()
Gets the pixel of the edge that will be blurred. |
void |
setEdge(int edge)
Set the size of the blurred edge. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EdgeEffectComposite()
Method Detail |
---|
public int compose(double distance)
compose
in interface ShadowComposite
distance
- the distance of the pixel to the outline edge.
public int getEdge()
public void setEdge(int edge)
edge
- the new size of the blurred edge.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |