C# Class Bless.Gui.Drawers.BinaryDrawer

Draws the binary representation of a byte
Inheritance: Bless.Gui.Drawers.Drawer
Show file Open project: bwrsandman/Bless-old-fork

Public Methods

Method Description
BinaryDrawer ( Gtk.Widget wid, Information inf )

Protected Methods

Method Description
Create ( Gdk.Color fg, Gdk.Color bg ) : Gdk.Pixmap
Draw ( Gdk.GC gc, Gdk.Drawable dest, int x, int y, byte b, Gdk.Pixmap pix ) : void

Method Details

BinaryDrawer() public method

public BinaryDrawer ( Gtk.Widget wid, Information inf )
wid Gtk.Widget
inf Information

Create() protected method

protected Create ( Gdk.Color fg, Gdk.Color bg ) : Gdk.Pixmap
fg Gdk.Color
bg Gdk.Color
return Gdk.Pixmap

Draw() protected method

protected Draw ( Gdk.GC gc, Gdk.Drawable dest, int x, int y, byte b, Gdk.Pixmap pix ) : void
gc Gdk.GC
dest Gdk.Drawable
x int
y int
b byte
pix Gdk.Pixmap
return void