GradientPaint

GPTKB entity

Statements (23)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:author gptkb:Sun_Microsystems
gptkbp:definedIn java.awt
gptkbp:hasConstructor GradientPaint(float x1, float y1, Color color1, float x2, float y2, Color color2)
GradientPaint(float x1, float y1, Color color1, float x2, float y2, Color color2, boolean cyclic)
gptkbp:hasField color1
color2
point1
point2
gptkbp:hasMethod getColor1()
getColor2()
getPoint1()
getPoint2()
isCyclic()
https://www.w3.org/2000/01/rdf-schema#label GradientPaint
gptkbp:implementedIn gptkb:painting
gptkbp:introducedIn gptkb:Java_2D_API
gptkbp:isImmutable true
gptkbp:serialization true
gptkbp:usedFor filling shapes with a color gradient
gptkbp:usedIn Java graphics programming
gptkbp:bfsParent gptkb:Java_2D_API_Graphics
gptkbp:bfsLayer 7