登录
首页 » 其他 » Java绘图:绘制虚线与实线

Java绘图:绘制虚线与实线

于 2022-01-28 发布 文件大小:3.46 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 等离子技术WKB方法的文章。等离子体隐身技术的WKB方法
    等离子技术WKB方法的文章。等离子体隐身技术的WKB方法-Plasma technology WKB method article. Plasma stealth technology WKB method
    2022-09-06 13:45:02下载
    积分:1
  • 游戏男孩模拟器virtual_gameb DOS版(C语言)
    GAMEBOY模拟器virtual_gameb DOS版(C语言)-GAME BOY emulator virtual_gameb DOS version (C language)
    2022-02-11 11:49:49下载
    积分:1
  • 小蜜蜂玩游戏机很老游戏
    小蜜蜂打飞机的游戏 很老的游戏了-Bee playing games aircraft very old game
    2022-03-22 13:21:31下载
    积分:1
  • matlab Smith prepared plans to run. m file
    matlab编写的史密斯圆图 运行.m文件-matlab Smith prepared plans to run. m file
    2022-03-06 09:58:03下载
    积分:1
  • 采用美国adi公司的bf系列,基于bf533的ez
    采用美国adi公司的bf系列,基于bf533的ez-kit平台的tft液晶屏显示图像功能的代码-Adoption of the United States adi
    2022-02-12 19:55:15下载
    积分:1
  • Flash图片广告特效 广告切换
    Flash图片广告特效 广告切换,可调节横幅banner的尺寸,功能说明:Flash格式,可灵活的调用图片,可上下翻页,修改尺寸:var FP = new zadaiFlash("flipper.swf", "FP_L_swf", 950, 90, "7", "#FFFFFF", false, "High");
    2022-03-25 21:07:38下载
    积分:1
  • at45d041程序
    at45d041程序-at45d041 procedures
    2022-10-23 00:25:02下载
    积分:1
  • 功能:多线程、E
    功能:多线程、E-mail转发、自动隐藏,huffman、JPEG压缩,全屏、指定区域或最前窗口抓图,窗口或全屏控制方式,彩色或黑白显示,修改注册表、取密码、记录键盘信息等等。 缺点:控制端在WIN98下运行,每抓一幅图会吃掉几十K内存,不知道为什么,在WIN2000下运行没有发现这种情况,知道原因请通知我。E-mail:KelvinSpace@21cn.com Regedit:HKEY_CURRENT_CONFIG/CtrlSrvr设置E-MAIL地址等,电邮密码写在程序中(TVB) 服务端密码:TVB123(注意大小写) 文件:pe2.part01.rar至pe2.part05rar共5个文件 -Features: multi-threaded, E-mail forwarding, auto-hide, huffman, JPEG compression, full screen, specify the area or the front window, drawings, window or full-screen control mode, color or black and white display, modify the registry, get your password, record keyboard information and so on. Drawback: controlling end of the run WIN98, each grasping a plan would eat up tens of K of memory, do not know why, in the running under WIN2000 did not find such a situation, know the reason please let me know. E-mail: KelvinSpace@21cn.com Regedit: HKEY_CURRENT_CONFIG/CtrlSrvr Set E-MAIL addresses, e-mail your password to write in the program (TVB) server-side password: TVB123 (case sen
    2022-08-07 08:55:37下载
    积分:1
  • 涡轮是一个客户端的魔术在线
    Turbo Magic Online is a client-server internet multiplayer game in which people play games of Magic: the Gathering against each other. -Turbo Magic Online is a client-server INTE campus multiplayer game in which people play game s of Magic : the Gathering against each other.
    2023-03-07 02:30:04下载
    积分:1
  • 操作系统调度算法(先来先服务,短作业优先,时间片轮转,响应比优先)...
    操作系统调度算法(先来先服务,短作业优先,时间片轮转,响应比优先)-scheduling algorithms operating system (first-come first-serve, short operating priority, time-rotate in response to priority over)
    2022-04-07 13:39:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载