Class Star

java.lang.Object
org.eclipse.nebula.widgets.opal.starrating.Star

class Star
extends java.lang.Object
Instances of this class represent a star displayed by the StarRating component
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) org.eclipse.swt.graphics.Rectangle bounds  
    (package private) org.eclipse.swt.graphics.Image defaultImage  
    (package private) boolean hover  
    (package private) org.eclipse.swt.graphics.Image hoverImage  
    (package private) boolean marked  
    (package private) org.eclipse.swt.graphics.Image selectedHoverImage  
    (package private) org.eclipse.swt.graphics.Image selectedImage  
  • Constructor Summary

    Constructors 
    Constructor Description
    Star()  
  • Method Summary

    Modifier and Type Method Description
    (package private) void dispose()  
    (package private) void draw​(org.eclipse.swt.graphics.GC gc, int x, int y)  
    (package private) static Star initBig​(StarRating parent)  
    (package private) static Star initSmall​(StarRating parent)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait