imagecomponentupdateinfo.java
来自「JAVA3D矩陈的相关类」· Java 代码 · 共 31 行
JAVA
31 行
/* * $RCSfile: ImageComponentUpdateInfo.java,v $ * * Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. * * Use is subject to license terms. * * $Revision: 1.4 $ * $Date: 2007/02/09 17:18:03 $ * $State: Exp $ */package javax.media.j3d;/** * Image Component update information for the users */class ImageComponentUpdateInfo extends Object { int x = 0; int y = 0; int z = 0; int width = 0; int height = 0; int updateMask = 0; // which resources need to be updated // canvas or renderer boolean entireImage = false;// true if the entire image needs to be updated // then none of the dimension info is to be // applied.}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?