⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wwtexture.java

📁 world wind java sdk 源码
💻 JAVA
字号:
/*Copyright (C) 2001, 2008 United States Governmentas represented by the Administrator of theNational Aeronautics and Space Administration.All Rights Reserved.*/package gov.nasa.worldwind.render;/** * @author tag * @version $Id: WWTexture.java 8767 2009-02-05 11:28:34Z tgaskins $ */public interface WWTexture{    public Object getImageSource();    public boolean bind(DrawContext dc);        public void applyInternalTransform(DrawContext dc);    boolean isTextureCurrent(DrawContext dc);    int getWidth();    int getHeight();}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -