Welcome![Sign In][Sign Up]
Location:
Search - rectangle java

Search list

[Otherjava绘图程序

Description: 一个java图形绘制程序,实现了线条,圆,矩形的绘制-a graphics drawing program, achieving line, circle, rectangle drawing
Platform: | Size: 3092 | Author: luo | Hits:

[Other resourcePainterDemo.java

Description: 一个简单的Java画图程序,能画直线、椭圆和矩形,单击鼠标既可操作。-a simple Java drawing, and painting can be straight, oval and rectangle, click of the mouse can operate.
Platform: | Size: 1230 | Author: 吴志海 | Hits:

[JSP/Javatestshape

Description: 3. 设计一个接口Shape,接口中包含方法:Draw和Resize。定义一些具体类,如:Point、Line、Circle、Rectangle等,每个类都实现接口Shape。Draw方法绘制图形,Resize方法改变图形大小。用Java实现这些接口和类,并用测试类测试它们。 注意:不需要真正绘制图形,如Line的Draw方法只需输出下面文本即可: “直线的起点是(x1,y1,),终点是(x2,y2)”-3. A Shape interface design, interfaces include : Draw and Resize. Some specific type definition, such as : Point, Line, Circle, Rectangle, each category are achieving Shape interface. Draw method of drawing, graphics Resize changed size. Using Java to achieve these interfaces and class, and use tests such testing. Note : no real drawing, such as the Draw Line method, only the following text can be output : "line is the starting point (x1, y1), and the ultimate goal is to (x2, y2)"
Platform: | Size: 1024 | Author: | Hits:

[JSP/JavaDiagramEditor

Description: 一个图形编辑器,可绘制圆形、矩形、直线等 可选择、删除-a graphics editor, can be drawn circle, rectangle, line, etc., to choose to delete
Platform: | Size: 54272 | Author: 张海青 | Hits:

[Graph program简易画图板

Description: 简易的画图板 实现画点线,曲线,矩形,圆形,以及色彩的变换,填充等,另外还加入一个小小的文本操作程式。 直接编译后就可以使用。-simple drawing board to achieve painting point line, curve, rectangle, circle, and the color transformation, fill in the blanks, in addition to the text by adding a small operation programs. Directly after the compiler can use.
Platform: | Size: 3072 | Author: 陈明 | Hits:

[Graph Drawingcutedraw1

Description: 画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Dim graph As Graphic Private Type Lnode 'definition of a node to preserve each type of graphical information Sx As Sy As Single Single Single Tx As Ty As Single Bch As Long As Graphic Color End Type Painting : linear , round rectangle with both methods to achieve Line, the Public Sub Packaging
Platform: | Size: 31744 | Author: 魏衍斌 | Hits:

[Otherjava绘图程序

Description: 一个java图形绘制程序,实现了线条,圆,矩形的绘制-a graphics drawing program, achieving line, circle, rectangle drawing
Platform: | Size: 3072 | Author: luo | Hits:

[Graph programWangmeng_java347883355

Description: 很简单的图形编辑工具,1. 支持直线、矩形和椭圆三种基本图元,并且支持这些图元的组合图形; 2. 支持彩色填充和多种线型; 3. 具有文件的打开、保存、另存、退出功能; 4. 支持鼠标,键盘操作; 5. 具有选择、复制、镜像、旋转、删除等编辑功能,并且通过扩展机制(plugin)增加新功能; 6. 人机界面友好,帮助文件完整; 7. 设计文档齐备。 -very simple image edit tool,1,line, rectangle ,ellipse drawing,and support these meta compositing.2 support color fill and muti_type line.3, with the founction of opening file,saving file ,saving as ,exiting.4,support mouse and keyboard controlling.5,with the founction of selection,copying,mirror,rotating,using the plugin to add founctions.6,well interface,full help document.7,complete design document .
Platform: | Size: 5120 | Author: 李元俊 | Hits:

[GDI-Bitmap200326630211

Description: java源代码!画图,很有帮助,画一个矩形!-java source code! Painting and helpful, painting a rectangle!
Platform: | Size: 4096 | Author: 史亚军 | Hits:

[2D Graphichuizhiyutianchong

Description: 利用java.awt.Graphics2D类绘制各种图形,矩形,圆,二次曲线,饼形以及它们的填充图形等-use java.awt.Graphics2D draw various types of graphics, rectangle, circle, conic, pie-shaped and filled their graphics
Platform: | Size: 11264 | Author: xxxxzzzzyyyy007 | Hits:

[2D GraphicPainterDemo.java

Description: 一个简单的Java画图程序,能画直线、椭圆和矩形,单击鼠标既可操作。-a simple Java drawing, and painting can be straight, oval and rectangle, click of the mouse can operate.
Platform: | Size: 1024 | Author: 吴志海 | Hits:

[2D Graphicjava_drawPanel

Description: 一个简单的java桌面程序,利用java的GDI函数编写的简单的画图板程序,包括画矩形、椭圆、直线、点、文字-a simple java desktop procedures, java using the GDI prepared by the simple drawing board procedures, including painting rectangle, oval, line, point, the text
Platform: | Size: 73728 | Author: 马飞 | Hits:

[JSP/JavaPaintRect

Description: 这是两个画矩形的小程序、程序主要通过获取鼠标的坐标,和结束的坐标来画出这个矩形,并且在画面上可以保存已画的矩形,设定了可画的个数限定。以此类推,可以作出一个画板来啦-This two small rectangular painting processes, procedures, primarily through the acquisition mouse coordinates, and ending coordinates of the rectangle to paint, and the picture has been painted to keep the rectangular, created a limited number of paintings. By analogy, can make a slate ah!
Platform: | Size: 1024 | Author: 李敏 | Hits:

[JSP/JavaSimpleDrawBoard

Description: 一个使用Java完成的简易绘图板,可以画直线、矩形、圆,及自由绘图。-use a simple Java completed the drawing board, line drawing, rectangle, circle, and free drawings.
Platform: | Size: 14336 | Author: 白色木马 | Hits:

[JSP/JavaJavaDraw

Description: 绘图程序,可以画圆,矩形,直线,任意轨迹,指定颜色,添加文字-mapping procedures, Circle, rectangle, straight lines, arbitrary trajectory, the designated colors, add text
Platform: | Size: 56320 | Author: 小奇 | Hits:

[Internet-Networkjava

Description: (1) 设计一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形,如果没有参数,则通过异常处理方法现实错误消息。(用于计算面积的方法是一个重载的方法。提示:定义一个抽象的父类,并提供一个抽象的方法area(). 再派生出三个子类,重写area()方法,然后在main方法中用多态来实现具体的面积函数的调用)。-(1) design a program for user input in accordance with the command-line parameters to calculate the number of rectangular, square, triangle area. If you enter the parameters for one, two, three, respectively, they should correspond to a square, rectangle, triangle, if there is no parameter by abnormal way to deal with the reality error message. (The method used to calculate the area is an overloaded method. NOTE: the definition of an abstract parent class, and provide an abstract method area (). Send another give birth to three sub-categories, rewriting area () method, and then in the main polymorphic methods used to achieve a specific area of function calls).
Platform: | Size: 7168 | Author: 肖俊琴 | Hits:

[JSP/JavaRectangle

Description: 一个计算周长和面积的小程序,使用java语言既简单又实用-Calculate perimeter and area of ​ ​ a small program, using java language is simple and practical
Platform: | Size: 1024 | Author: maxinkuan | Hits:

[JSP/JavaRectangle

Description: 做一个简单的矩形面积计算器,要求你输入长和宽就可以计算出其面积。- Create a class Rectangle (and store it in a file called Rectangle.java) It should have two instance variables l (the rectangle’s length) and w (the rectangle’s width). It should have one method that calculates the area of the rectangle and returns it to the caller. Create a main() method in the same class for testing purposes. In the main() method, create one rectangle with the dimensions (l,w)=(8,5), and another rectangle with the dimensions (l,w)=(9,9). Call your area method on each rectangle and print the corresponding result.
Platform: | Size: 1024 | Author: 撒旦 | Hits:

[BooksRectangle-(Java-Platform-SE-6)

Description: This book refer information about java easy form to explain
Platform: | Size: 144384 | Author: jexroz | Hits:

[JSP/JavaJava-mid-term-test

Description: (1)某邮局对邮寄包裹有如下规定:若包裹的长宽高任一尺寸超过1米或重量超过30千克,不予邮寄;对可以邮寄的包裹每件收取手续费0.5元,再加上根据下表按重量weight计算的邮资,请编写程序计算某包裹的邮寄资费。 重量(千克) 收费标准(元) weight<=10 1.00 10<weigh<=20 0.90 20<weigh<=30 0.80 (2)设计一个Rectangle(矩形)类,数据成员包括length(长)、width(宽)。要求成员方法实现以下功能: ①由键盘输入长和宽 ②计算面积 ③计算周长 ④输出面积和周长 (3)一辆卡车违反交通规则,撞人后逃跑。现场有3人目击事件,但都没记住车号,只记下车号的一些特征。甲说:牌照的前两位数字式相同的;乙说:牌照的后两位数字是相同的,但与前两位不同;丙是数学家,他说:4位的车牌号刚好是一个整数的平方。请根据以上线索求出车号。(Java mid-term test)
Platform: | Size: 11264 | Author: howah | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net