Package jetbrains.mps.util
Class IconCreationUtil.DrawContext
- java.lang.Object
 - 
- jetbrains.mps.util.IconCreationUtil.DrawContext
 
 
- 
- Enclosing class:
 - IconCreationUtil
 
public static class IconCreationUtil.DrawContext extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description Graphics2Dgintheightintwidth 
- 
Constructor Summary
Constructors Constructor Description DrawContext(Graphics2D g, int width, int height) 
 - 
 
- 
- 
Field Detail
- 
g
public Graphics2D g
 
- 
width
public int width
 
- 
height
public int height
 
 - 
 
- 
Constructor Detail
- 
DrawContext
public DrawContext(Graphics2D g, int width, int height)
 
 - 
 
 -