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