Uses of Class
org.gnu.gdk.LineStyle

Packages that use LineStyle
org.gnu.gdk   
 

Uses of LineStyle in org.gnu.gdk
 

Fields in org.gnu.gdk declared as LineStyle
static LineStyle LineStyle.SOLID
           
static LineStyle LineStyle.ON_OFF_DASH
           
static LineStyle LineStyle.DOUBLE_DASH
           
 

Methods in org.gnu.gdk that return LineStyle
static LineStyle LineStyle.intern(int value)
           
 LineStyle LineStyle.or(LineStyle other)
           
 LineStyle LineStyle.and(LineStyle other)
           
 LineStyle LineStyle.xor(LineStyle other)
           
 

Methods in org.gnu.gdk with parameters of type LineStyle
 LineStyle LineStyle.or(LineStyle other)
           
 LineStyle LineStyle.and(LineStyle other)
           
 LineStyle LineStyle.xor(LineStyle other)
           
 boolean LineStyle.test(LineStyle other)
           
 void GC.setLineAttributes(int lineWidth, LineStyle lineStyle, CapStyle capStyle, JoinStyle joinStyle)
          Sets various attributes of how lines are drawn.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net