Uses of Class
java.lang.annotation.Native
-
Packages that use Native 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.color 提供颜色空间的类。java.awt.dnd 拖放是在许多图形用户界面系统中发现的直接操纵手势,它提供了一种在逻辑上与GUI中的表示元素相关联的实体之间传递信息的机制。java.awt.event 提供用于处理AWT组件触发的不同类型事件的接口和类。java.awt.geom 提供用于定义和执行与二维几何相关的对象的操作的Java 2D类。java.awt.image 提供创建和修改图像的类。java.awt.print 提供通用打印API的类和接口。java.lang 提供对Java编程语言设计至关重要的类。java.net 提供实现网络应用程序的类。jdk.net 针对java.net
和java.nio.channels
套接字类的平台特定套接字选项。 -
-
Uses of Native in java.awt
Fields in java.awt with annotations of type Native Modifier and Type Field 描述 static int
SystemColor. ACTIVE_CAPTION
阵列索引为SystemColor.activeCaption
系统颜色。static int
SystemColor. ACTIVE_CAPTION_BORDER
阵列索引为SystemColor.activeCaptionBorder
系统颜色。static int
SystemColor. ACTIVE_CAPTION_TEXT
阵列索引为SystemColor.activeCaptionText
系统颜色。static int
DisplayMode. BIT_DEPTH_MULTI
在该显示模式下支持多个位深度时,位深度的值。static int
Transparency. BITMASK
表示保证为完全不透明,Alpha值为1.0或完全透明,Alpha值为0.0的图像数据。static int
BasicStroke. CAP_BUTT
结束未封闭的子路径和划线段,没有添加装饰。static int
BasicStroke. CAP_ROUND
用圆形装饰结束未封闭的子路径和划线段,半圆形的半径等于笔宽的一半。static int
BasicStroke. CAP_SQUARE
结束未封闭的子路径和划线段,其中方块投影延伸超出段的末端至等于线宽一半的距离。static int
AlphaComposite. CLEAR
目的地的颜色和alpha都被清除(Porter-Duff Clear规则)。static int
SystemColor. CONTROL
阵列索引为SystemColor.control
系统颜色。static int
SystemColor. CONTROL_DK_SHADOW
阵列索引为SystemColor.controlDkShadow
系统颜色。static int
SystemColor. CONTROL_HIGHLIGHT
阵列索引为SystemColor.controlHighlight
系统颜色。static int
SystemColor. CONTROL_LT_HIGHLIGHT
阵列索引为SystemColor.controlLtHighlight
系统颜色。static int
SystemColor. CONTROL_SHADOW
阵列索引为SystemColor.controlShadow
系统颜色。static int
SystemColor. CONTROL_TEXT
阵列索引为SystemColor.controlText
系统颜色。static int
SystemColor. DESKTOP
阵列索引为SystemColor.desktop
系统颜色。static int
AlphaComposite. DST
目的地保持不变(Porter-Duff目的地规则)。static int
AlphaComposite. DST_ATOP
位于源头的目的地的一部分在源上合成,并替换目的地(Porter-Duff Destination Atop Source规则)。static int
AlphaComposite. DST_IN
位于源代码内的目的地部分将替换目的地(Porter-Duff Destination In Source规则)。static int
AlphaComposite. DST_OUT
位于源代码之外的目的地的一部分将替换目的地(Porter-Duff Destination Held Out By Source规则)。static int
AlphaComposite. DST_OVER
目的地在源上合成,结果将替换目的地(Porter-Duff Destination Over Source规则)。static int
Adjustable. HORIZONTAL
表示Adjustable
具有水平方向。static int
SystemColor. INACTIVE_CAPTION
阵列索引为SystemColor.inactiveCaption
系统颜色。static int
SystemColor. INACTIVE_CAPTION_BORDER
阵列索引为SystemColor.inactiveCaptionBorder
系统颜色。static int
SystemColor. INACTIVE_CAPTION_TEXT
阵列索引为SystemColor.inactiveCaptionText
系统颜色。static int
SystemColor. INFO
阵列索引为SystemColor.info
系统颜色。static int
SystemColor. INFO_TEXT
阵列索引为SystemColor.infoText
系统颜色。static int
BasicStroke. JOIN_BEVEL
通过连接其广泛轮廓的外角与直线段来连接路段。static int
BasicStroke. JOIN_MITER
通过延伸它们的外边缘直到它们相遇来连接路段。static int
BasicStroke. JOIN_ROUND
通过以半角宽度的半径舍入角落来连接路径段。static int
SystemColor. MENU
阵列索引为SystemColor.menu
系统颜色。static int
SystemColor. MENU_TEXT
阵列索引为SystemColor.menuText
系统颜色。static int
Adjustable. NO_ORIENTATION
表示Adjustable
没有方向。static int
SystemColor. NUM_COLORS
数组中的系统颜色数。static int
Transparency. OPAQUE
表示保证完全不透明的图像数据,意味着所有像素的alpha值为1.0。static int
DisplayMode. REFRESH_RATE_UNKNOWN
如果不知道刷新率的值。static int
SystemColor. SCROLLBAR
阵列索引为SystemColor.scrollbar
系统颜色。static int
AlphaComposite. SRC
源被复制到目的地(Porter-Duff源规则)。static int
AlphaComposite. SRC_ATOP
位于目的地内部的源的部分被合成到目的地(Porter-Duff Source Atop Destination rule)上。static int
AlphaComposite. SRC_IN
位于目的地内部的源的部分替换目的地(目的地规则中的波特 - 达夫源)。static int
AlphaComposite. SRC_OUT
位于目的地外部的源的部分取代了目的地(Porter-Duff Source Held Out By Destination规则)。static int
AlphaComposite. SRC_OVER
源在目的地(Porter-Duff Source Over Destination规则)上合成。static int
SystemColor. TEXT
阵列索引为SystemColor.text
系统颜色。static int
SystemColor. TEXT_HIGHLIGHT
阵列索引为SystemColor.textHighlight
系统颜色。static int
SystemColor. TEXT_HIGHLIGHT_TEXT
阵列索引为SystemColor.textHighlightText
系统颜色。static int
SystemColor. TEXT_INACTIVE_TEXT
阵列索引为SystemColor.textInactiveText
系统颜色。static int
SystemColor. TEXT_TEXT
阵列索引为SystemColor.textText
系统颜色。static int
Transparency. TRANSLUCENT
表示包含或可能包含0.0和1.0之间的任意α值的图像数据。static int
Adjustable. VERTICAL
表示Adjustable
具有垂直方向。static int
SystemColor. WINDOW
阵列索引为SystemColor.window
系统颜色。static int
SystemColor. WINDOW_BORDER
阵列索引为SystemColor.windowBorder
系统颜色。static int
SystemColor. WINDOW_TEXT
阵列索引为SystemColor.windowText
系统颜色。static int
AlphaComposite. XOR
位于目的地外部的源的部分与位于源外的目标的部分(Porter-Duff Source Xor Destination rule)组合。 -
Uses of Native in java.awt.color
Fields in java.awt.color with annotations of type Native Modifier and Type Field 描述 static int
ColorSpace. CS_CIEXYZ
上面定义的CIEXYZ转换颜色空间。static int
ColorSpace. CS_GRAY
内置线性灰度色彩空间。static int
ColorSpace. CS_LINEAR_RGB
内置线性RGB色彩空间。static int
ColorSpace. CS_PYCC
照片YCC转换颜色空间。static int
ColorSpace. CS_sRGB
sRGB颜色空间定义在 http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html 。static int
ColorSpace. TYPE_2CLR
通用2分量颜色空间。static int
ColorSpace. TYPE_3CLR
通用3组件颜色空间。static int
ColorSpace. TYPE_4CLR
通用4组分颜色空间。static int
ColorSpace. TYPE_5CLR
通用5组件颜色空间。static int
ColorSpace. TYPE_6CLR
通用6组件颜色空间。static int
ColorSpace. TYPE_7CLR
通用7组件颜色空间。static int
ColorSpace. TYPE_8CLR
通用8分量颜色空间。static int
ColorSpace. TYPE_9CLR
通用9组件颜色空间。static int
ColorSpace. TYPE_ACLR
通用10组分色彩空间。static int
ColorSpace. TYPE_BCLR
通用11组件颜色空间。static int
ColorSpace. TYPE_CCLR
通用12组件颜色空间。static int
ColorSpace. TYPE_CMY
任何一个家庭的CMY色彩空间。static int
ColorSpace. TYPE_CMYK
任何一个CMYK色彩空间的家庭。static int
ColorSpace. TYPE_DCLR
通用13组件颜色空间。static int
ColorSpace. TYPE_ECLR
通用14组件颜色空间。static int
ColorSpace. TYPE_FCLR
通用15组件颜色空间。static int
ColorSpace. TYPE_GRAY
任何一个灰色家庭的颜色空间。static int
ColorSpace. TYPE_HLS
任何家庭的HLS颜色空间。static int
ColorSpace. TYPE_HSV
任何家庭的HSV色彩空间。static int
ColorSpace. TYPE_Lab
任何一个Lab颜色空间的家庭。static int
ColorSpace. TYPE_Luv
任何Luv色彩空间的家庭。static int
ColorSpace. TYPE_RGB
任何RGB色彩空间的家庭。static int
ColorSpace. TYPE_XYZ
任何家庭的XYZ色彩空间。static int
ColorSpace. TYPE_YCbCr
任何YCbCr色彩空间的家庭。static int
ColorSpace. TYPE_Yxy
任何家庭的Yxy颜色空间。 -
Uses of Native in java.awt.dnd
Fields in java.awt.dnd with annotations of type Native Modifier and Type Field 描述 static int
DnDConstants. ACTION_COPY
代表“复制”动作的int
。static int
DnDConstants. ACTION_COPY_OR_MOVE
代表“复制”或“移动”动作的int
。static int
DnDConstants. ACTION_LINK
一个int
代表一个“链接”动作。static int
DnDConstants. ACTION_MOVE
代表“移动”动作的int
。static int
DnDConstants. ACTION_NONE
一个int
代表没有动作。static int
DnDConstants. ACTION_REFERENCE
代表“参考”动作的int
(ACTION_LINK的同义词)。 -
Uses of Native in java.awt.event
Fields in java.awt.event with annotations of type Native Modifier and Type Field 描述 static int
ActionEvent. ACTION_PERFORMED
此事件ID表示发生了有意义的操作。static int
AdjustmentEvent. BLOCK_DECREMENT
块减量调整类型。static int
AdjustmentEvent. BLOCK_INCREMENT
块增量调整类型。static int
InputMethodEvent. CARET_POSITION_CHANGED
指示输入法文本中更改的插入点的事件类型。static int
ComponentEvent. COMPONENT_HIDDEN
此事件表示该组件被呈现为不可见。static int
ComponentEvent. COMPONENT_MOVED
此事件表示组件的位置已更改。static int
ComponentEvent. COMPONENT_RESIZED
此事件表示组件的大小已更改。static int
ComponentEvent. COMPONENT_SHOWN
此事件表示组件已显示。static int
InputMethodEvent. INPUT_METHOD_FIRST
标记输入法事件ids范围的第一个整数ID。static int
InputMethodEvent. INPUT_METHOD_LAST
标记输入法事件ids范围的最后一个整数ID。static int
InputMethodEvent. INPUT_METHOD_TEXT_CHANGED
事件类型指示改变的输入法文本。static int
AdjustmentEvent. TRACK
绝对跟踪调整类型。static int
AdjustmentEvent. UNIT_DECREMENT
单位减量调整类型。static int
AdjustmentEvent. UNIT_INCREMENT
单位增量调整类型。static int
MouseWheelEvent. WHEEL_BLOCK_SCROLL
表示通过“块”滚动的常量(如滚动页面向下,向下翻页键)static int
MouseWheelEvent. WHEEL_UNIT_SCROLL
表示以“单位”滚动的常量(如用箭头键滚动)static int
WindowEvent. WINDOW_ACTIVATED
窗口激活的事件类型。static int
WindowEvent. WINDOW_CLOSED
窗户关闭事件。static int
WindowEvent. WINDOW_CLOSING
“窗口正在关闭”事件。static int
WindowEvent. WINDOW_DEACTIVATED
窗口停用事件类型。static int
WindowEvent. WINDOW_DEICONIFIED
窗口deiconified事件类型。static int
WindowEvent. WINDOW_GAINED_FOCUS
窗口获取焦点事件类型。static int
WindowEvent. WINDOW_ICONIFIED
窗口图标化事件。static int
WindowEvent. WINDOW_LOST_FOCUS
窗口丢失焦点事件类型。static int
WindowEvent. WINDOW_OPENED
窗户打开事件。static int
WindowEvent. WINDOW_STATE_CHANGED
窗口状态更改的事件类型。 -
Uses of Native in java.awt.geom
Fields in java.awt.geom with annotations of type Native Modifier and Type Field 描述 static int
PathIterator. SEG_CLOSE
通过将线段追加到与最近的SEG_MOVETO对应的点来指定应该关闭前一子路径的段类型常量。static int
PathIterator. SEG_CUBICTO
指定要从最近指定点绘制的三次参数曲线的3个点集合的段类型常数。static int
PathIterator. SEG_LINETO
指定要从最近指定点绘制的行的终点的点的段类型常量。static int
PathIterator. SEG_MOVETO
指定新子路径起始位置的点的段类型常量。static int
PathIterator. SEG_QUADTO
指定从最近指定点绘制的二次参数曲线的一对点的段类型常数。static int
PathIterator. WIND_EVEN_ODD
用于指定用于确定路径内部的偶数奇数规则的绕组规则常数。static int
PathIterator. WIND_NON_ZERO
用于指定用于确定路径内部的非零规则的卷绕规则常数。 -
Uses of Native in java.awt.image
Fields in java.awt.image with annotations of type Native Modifier and Type Field 描述 static int
ConvolveOp. EDGE_NO_OP
源图像边缘的像素被复制到目的地的相应像素,而不进行修改。static int
ConvolveOp. EDGE_ZERO_FILL
目标图像边缘的像素设置为零。static int
AffineTransformOp. TYPE_BICUBIC
双三次插补类型。static int
AffineTransformOp. TYPE_BILINEAR
双线性插值类型。static int
DataBuffer. TYPE_BYTE
标记无符号字节数据。static int
DataBuffer. TYPE_DOUBLE
标记为双数据。static int
DataBuffer. TYPE_FLOAT
标签浮点数据。static int
DataBuffer. TYPE_INT
标签为int数据。static int
AffineTransformOp. TYPE_NEAREST_NEIGHBOR
最近邻插值类型。static int
DataBuffer. TYPE_SHORT
标记签名的短数据。static int
DataBuffer. TYPE_UNDEFINED
标记未定义的数据。static int
DataBuffer. TYPE_USHORT
无符号短数据标签。 -
Uses of Native in java.awt.print
Fields in java.awt.print with annotations of type Native Modifier and Type Field 描述 static int
PageFormat. LANDSCAPE
原点在纸张的左下角,x从底部到顶部运行,y从左到右运行。static int
PageFormat. PORTRAIT
原点位于纸张的左上角,x向右移动,y向下移动纸张。static int
PageFormat. REVERSE_LANDSCAPE
原点在纸张的右上角,x从上到下运行,y从右到左运行。static int
Pageable. UNKNOWN_NUMBER_OF_PAGES
如果Pageable
实现不知道其集合中的页数,则该常量将从getNumberOfPages
方法返回。 -
Uses of Native in java.lang
Fields in java.lang with annotations of type Native Modifier and Type Field 描述 static int
Integer. MAX_VALUE
持有最大值的常数为int
可以为2 31 -1。static long
Long. MAX_VALUE
一个持有最大值一个long
可以有2 63 -1。static int
Integer. MIN_VALUE
的常量保持的最小值的int
可以具有,-2 31。static long
Long. MIN_VALUE
的常量保持的最小值的long
可以具有-2 63。static int
Integer. SIZE
用于表示二进制补码二进制形式的int
值的位数。static int
Long. SIZE
用于表示二进制补码二进制形式的long
值的位数。 -
Uses of Native in java.net
Fields in java.net with annotations of type Native Modifier and Type Field 描述 static int
SocketOptions. IP_MULTICAST_IF
设置发送组播数据包的出接口。static int
SocketOptions. IP_MULTICAST_IF2
与上述相同。static int
SocketOptions. IP_MULTICAST_LOOP
此选项启用或禁用组播数据报的本地环回。static int
SocketOptions. IP_TOS
此选项将TCP或UDP套接字的IP头中的服务类型或流量类别字段设置。static int
SocketOptions. SO_BINDADDR
获取套接字的本地地址绑定(此选项不能仅“设置”,因为套接字在创建时绑定,因此本地绑定的地址不能被更改)。static int
SocketOptions. SO_BROADCAST
为套接字设置SO_BROADCAST。static int
SocketOptions. SO_KEEPALIVE
当为TCP套接字设置keepalive选项,并且没有数据在两个方向上通过套接字交换2小时(注意:实际值取决于实现),TCP自动向对等体发送keepalive探测。static int
SocketOptions. SO_LINGER
指定一个随叫随到的超时时间。static int
SocketOptions. SO_OOBINLINE
当设置OOBINLINE选项时,将通过套接字输入流接收在套接字上接收的任何TCP紧急数据。static int
SocketOptions. SO_RCVBUF
设置平台为传入网络I / O使用的底层缓冲区的大小。static int
SocketOptions. SO_REUSEADDR
为套接字设置SO_REUSEADDR。static int
SocketOptions. SO_REUSEPORT
为套接字设置SO_REUSEPORT。static int
SocketOptions. SO_SNDBUF
设置平台用于传出网络I / O的底层缓冲区的大小。static int
SocketOptions. SO_TIMEOUT
在阻塞Socket操作上设置一个超时:static int
SocketOptions. TCP_NODELAY
Disable Nagle's algorithm for this connection. -
Uses of Native in jdk.net
Fields in jdk.net with annotations of type Native Modifier and Type Field 描述 static int
SocketFlow. HIGH_PRIORITY
static int
SocketFlow. NORMAL_PRIORITY
static int
SocketFlow. UNSET
-