资源简介
java版的科大讯飞api,有详细的说明,以及做了很多优化
代码片段和文件信息
package com.iflytek.util;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.Image;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.SwingConstants;
public class DrawableUtils {
public static JButton createImageButton(String name ImageIcon img String layout)
{
JButton button = new JButton(img);
button.setSize(img.getIconWidth() img.getIconHeight());
button.setBackground(null);
button.setBorder(null);
button.setContentAreaFilled(false);
JLabel label = new JLabel(name SwingConstants.CENTER);
label.setForeground(Color.white);
Font font=new Font(“宋体“ Font.BOLD 20);
label.setFont(font);
button.setLayout(new BorderLayout());
if(layout == null || layout.contains(“center“))
button.add(label BorderLayout.CENTER);
else if(layout.equals(“right“) || layout.contains(“right“))
{
button.add(label BorderLayout.EAST);
}
return button;
}
public static int getScreenWidth() {
return (java.awt.Toolkit.getDefaultToolkit().getScreenSize().width);
}
public static int getScreenHeight() {
return (java.awt.Toolkit.getDefaultToolkit().getScreenSize().height);
}
public static void setMouseListener(final JButton button String iconPath) {
final ImageIcon imagePressed = new ImageIcon(iconPath + “_p.png“);
final ImageIcon image= new ImageIcon(iconPath + “.png“);
button.addMouseListener(new MouseAdapter() {
public void mousePressed(MouseEvent e) {
button.setIcon(imagePressed);
}
public void mouseReleased(MouseEvent e) {
button.setIcon(image);
}
});
}
public static Image divisionImage(Image backImg int x int y int width
int height) {
// Image img = getSpaceImage(width height null);
Image img = backImg;
img.getGraphics().drawImage(backImg 0 0 width height x y
x + width y + height null);
return img;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-11-18 04:34 doc\
文件 1812740 2015-11-18 04:34 doc\Open Semantic Platform API Documents.pdf
文件 910027 2015-11-18 04:34 doc\MSC Develop Manual for Java.pdf
目录 0 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\
文件 236686 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\index-all.html
文件 138831 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\constant-values.html
文件 2794 2015-11-18 04:34 doc\iFlytek MSC Reference Manual\index.html
文件 5189 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\allclasses-fr
文件 4609 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\allclasses-nofr
目录 0 2015-11-18 04:34 doc\iFlytek MSC Reference Manual\com\
目录 0 2015-11-18 04:34 doc\iFlytek MSC Reference Manual\com\iflytek\
目录 0 2015-11-18 04:34 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\
目录 0 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\
文件 12081 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\SpeechListener.html
文件 118841 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\SpeechConstant.html
文件 48284 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\SpeechRecognizer.html
文件 9076 2015-11-18 04:34 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\Version.html
文件 22975 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\Setting.html
文件 13125 2015-11-18 04:34 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\DataDownloader.html
文件 23609 2015-11-18 04:34 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\ResourceUtil.html
文件 21557 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\package-summary.html
文件 12538 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\RecognizerResult.html
文件 36596 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\SpeechUnderstander.html
文件 24074 2015-11-18 04:34 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\VerifierListener.html
文件 23519 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\SpeechUnderstanderListener.html
文件 15212 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\DataUploader.html
文件 12622 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\TextUnderstanderListener.html
文件 9714 2015-11-18 04:34 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\LexiconListener.html
文件 28988 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\VerifierResult.html
文件 26986 2015-11-18 04:34 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\TextUnderstander.html
文件 55807 2015-11-23 03:45 doc\iFlytek MSC Reference Manual\com\iflytek\cloud\speech\SpeakerVerifier.html
............此处省略146个文件信息
相关资源
- mysql数据处理,java用户登录处理
- 法律咨询信息系统(java+jsp+sqlserver)
- Java快速开发平台源码(renren-fast)
- 锐聘学院QST青软JavaWeb十二个打包
- 3.3.6微信支付JAVA版demo
- javaweb网上购物系统源码(附数据库脚
- javaweb校园宿舍系统(附数据库脚本)
- JavaWeb书城项目(附数据库脚本)
- 基于JAVA_JSP电子书系统(源码+数据库
- Java网络编程知识点总结.xmind
- 一站式Java网络编程 BIO-NIO-AIO资料源码
- jsp讲解
- 基于SSH框架的JavaWeb项目—人员信息管
- javaweb实现的邮件收发系统(附数据库
- Java 仿QQ(附客户端以及服务端源码)
- Java TCP IP Socket
- java定时发送邮件(基于quartz)
- Java Swing开发的《星际争霸》游戏
- java+数据库商品交易管理系统(附数据
- 使用java语言编译一个计算器
- java swing工资管理系统(源码+数据库
- JAVALibrary
- 微信企业号回调模式Java版
- 顺丰丰桥接口开发详细教程源码含下
- Java博客概要设计文档
- 药品进销存管理系统(论文范文_JSP
- 奖学金管理系统java+jsp+mysql
- 毕设参考——基于java酒店管理
- Java写的一个简单的字体更改程序
- java8学习教程之lambda表达式的使用方法
评论
共有 条评论