|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Can show and animate a circle, Dots and interconnections
Field Summary | |
---|---|
Naanou.Vis.Circle | circle |
System.ComponentModel.Container | components |
Naanou.Vis.Dot | lastHovered |
int | refreshRate |
System.Threading.Thread | timerThread |
Fields inherited from class System.Windows.Forms.ScrollableControl |
---|
scrollPosition |
Fields inherited from class System.Windows.Forms.Control |
---|
window |
Constructor Summary | |
---|---|
Viewer() Constructor |
Property Summary | |
---|---|
bool |
Animating
Gets whether viewer is animating |
Naanou.Vis.Circle |
Circle
Gets or sets the Naanou.Vis.Viewer.Circle to use |
int |
RefreshRate
Gets or sets the animation refresh rate (milliseconds) |
Properties inherited from class System.Windows.Forms.UserControl |
---|
DefaultSize, Text |
Properties inherited from class System.Windows.Forms.ContainerControl |
---|
ActiveControl, BindingContext, CreateParams, ParentForm |
Properties inherited from class System.Windows.Forms.ScrollableControl |
---|
AutoScroll, AutoScrollMargin, AutoScrollMinSize, AutoScrollPosition, DisplayRectangle, DockPadding, HScroll, VScroll |
Properties inherited from class System.Windows.Forms.Control |
---|
AccessibilityObject, AccessibleDefaultActionDescription, AccessibleDescription, AccessibleName, AccessibleRole, AllowDrop, Anchor, BackColor, BackgroundImage, Bottom, Bounds, CanFocus, CanSelect, Capture, CausesValidation, ClientRectangle, ClientSize, CompanyName, ContainsFocus, ContextMenu, Controls, Created, Cursor, DataBindings, DefaultImeMode, Disposing, Dock, Enabled, Focused, Font, FontHeight, ForeColor, Handle, HasChildren, Height, ImeMode, InvokeRequired, IsAccessible, IsDisposed, IsHandleCreated, Left, Location, Name, Parent, ProductName, ProductVersion, RecreatingHandle, Region, RenderRightToLeft, ResizeRedraw, Right, RightToLeft, ShowFocusCues, ShowKeyboardCues, Site, Size, TabIndex, TabStop, Tag, Top, TopLevelControl, Visible, Width, WindowTarget |
Properties inherited from class System.ComponentModel.Component |
---|
Container, DesignMode, Events |
Method Summary | |
---|---|
void | AnimationImpl() |
void |
Dispose(bool disposing) Clean up any resources being used. |
void |
InitializeComponent() Required method for Designer support - do not modify the contents of this method with the code editor. |
void | OnMouseMove(object sender, System.Windows.Forms.MouseEventArgs e) |
void | OnMouseUp(object sender, System.Windows.Forms.MouseEventArgs e) |
void |
Paint(System.Drawing.Graphics g) Paints |
void |
Repaint() Repaints a frame |
void |
StartAnimation() Starts animation |
void |
StopAnimation() Halts animation |
Methods inherited from class System.Windows.Forms.UserControl |
---|
OnCreateControl, OnLoad, OnMouseDown, WndProc |
Methods inherited from class System.Windows.Forms.ContainerControl |
---|
AdjustFormScrollbars, IContainerControl.ActivateControl, OnControlRemoved, ProcessDialogChar, ProcessDialogKey, ProcessMnemonic, ProcessTabKey, Select, UpdateDefaultButton, Validate |
Methods inherited from class System.Windows.Forms.ScrollableControl |
---|
GetScrollState, OnLayout, OnMouseWheel, OnVisibleChanged, ScaleCore, ScrollControlIntoView, SetAutoScrollMargin, SetDisplayRectLocation, SetScrollState |
Methods inherited from class System.ComponentModel.Component |
---|
Dispose, Finalize, GetService, ToString |
Methods inherited from class System.MarshalByRefObject |
---|
CreateObjRef, GetLifetimeService, InitializeLifetimeService |
Methods inherited from class System.Object |
---|
Equals, GetHashCode, GetType, MemberwiseClone |
Event Summary | |
---|---|
Naanou.Vis.DotClickedEventHandler | DotClicked |
Naanou.Vis.DotHoveredEventHandler | DotHovered |
Events inherited from class System.Windows.Forms.UserControl |
---|
Load |
Events inherited from class System.Windows.Forms.Control |
---|
BackColorChanged, BackgroundImageChanged, BindingContextChanged, CausesValidationChanged, ChangeUICues, Click, ContextMenuChanged, ControlAdded, ControlRemoved, CursorChanged, DockChanged, DoubleClick, DragDrop, DragEnter, DragLeave, DragOver, EnabledChanged, Enter, FontChanged, ForeColorChanged, GiveFeedback, GotFocus, HandleCreated, HandleDestroyed, HelpRequested, ImeModeChanged, Invalidated, KeyDown, KeyPress, KeyUp, Layout, Leave, LocationChanged, LostFocus, MouseDown, MouseEnter, MouseHover, MouseLeave, MouseMove, MouseUp, MouseWheel, Move, Paint, ParentChanged, QueryAccessibilityHelp, QueryContinueDrag, Resize, RightToLeftChanged, SizeChanged, StyleChanged, SystemColorsChanged, TabIndexChanged, TabStopChanged, TextChanged, Validated, Validating, VisibleChanged |
Events inherited from class System.ComponentModel.Component |
---|
Disposed |
Field Detail |
---|
private Naanou.Vis.Circle circle
private System.ComponentModel.Container components
private Naanou.Vis.Dot lastHovered
private int refreshRate
private System.Threading.Thread timerThread
Constructor Detail |
---|
public Viewer()
Constructor
Property Detail |
---|
public bool Animating
Gets whether viewer is animating
public Naanou.Vis.Circle Circle
Gets or sets the Naanou.Vis.Viewer.Circle to use
public int RefreshRate
Gets or sets the animation refresh rate (milliseconds)
Method Detail |
---|
private void AnimationImpl()
protected void Dispose(bool disposing)
Clean up any resources being used.
private void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor.
private void OnMouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
private void OnMouseUp(object sender, System.Windows.Forms.MouseEventArgs e)
private void Paint(System.Drawing.Graphics g)
Paints
Parameters:
g
- Graphics surfaceprivate void Repaint()
Repaints a frame
public void StartAnimation()
Starts animation
public void StopAnimation()
Halts animation
Event Detail |
---|
public Naanou.Vis.DotClickedEventHandler DotClicked
public Naanou.Vis.DotHoveredEventHandler DotHovered
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |