代码搜索:Draw

找到约 10,000 项符合「Draw」的源代码

代码结果 10,000
www.eeworm.com/read/194563/5127751

tex tfont.tex

\section{wxFont overview}\label{wxfontoverview} Class: \helpref{wxFont}{wxfont}, \helpref{wxFontDialog}{wxfontdialog} A font is an object which determines the appearance of text, primarily when draw
www.eeworm.com/read/190056/5189414

tex tfont.tex

\section{wxFont overview}\label{wxfontoverview} Class: \helpref{wxFont}{wxfont}, \helpref{wxFontDialog}{wxfontdialog} A font is an object which determines the appearance of text, primarily when draw
www.eeworm.com/read/162684/5514897

pas griddemo.pas

unit GridDemo; // Virtual Treeview sample form demonstrating following features: // - TVirtualStringTree with enabled grid extensions. // - Owner draw column to simulate a fixed column. //
www.eeworm.com/read/347759/3163687

java animatable.java

/* * @(#)Animatable.java 5.2 * */ package CH.ifa.draw.util; /** * Animatable defines a simple animation interface */ public interface Animatable { /** * Perform a step of t
www.eeworm.com/read/347759/3163692

java clipboard.java

/* * @(#)Clipboard.java 5.2 * */ package CH.ifa.draw.util; /** * A temporary replacement for a global clipboard. * It is a singleton that can be used to store and * get the contents
www.eeworm.com/read/347759/3163707

java drawingeditor.java

/* * @(#)DrawingEditor.java 5.2 * */ package CH.ifa.draw.framework; import java.awt.*; /** * DrawingEditor defines the interface for coordinating * the different objects that partic
www.eeworm.com/read/325240/3485101

java myrectangle.java

// MyRectangle.java // MyRectangle is a MyShape subclass that represents a // rectangle, including an implementation of the draw method // for drawing the rectangle on a Graphics2D context. packa
www.eeworm.com/read/325240/3486115

java myrectangle.java

// MyRectangle.java // MyRectangle is a MyShape subclass that represents a // rectangle, including an implementation of the draw method // for drawing the rectangle on a Graphics2D context. packa
www.eeworm.com/read/307661/3721608

java graphic.java

/** * A graphic interface that proxy and real object should implement * so a proxy can proxy several real object */ public interface Graphic { public abstract void Draw(); }
www.eeworm.com/read/307661/3721611

java notesymbol.java

/* * A concrete prototype to draw a note */ public class NoteSymbol extends Graphic { public NoteSymbol() { } public void DoSomething() { System.out.println("I am used