Package com.starpoints.painter.editor
Class ShopOverviewInfo
- java.lang.Object
-
- com.starpoints.painter.editor.OverviewInfo
-
- com.starpoints.painter.editor.ShopOverviewInfo
-
public class ShopOverviewInfo extends OverviewInfo
Painter for one level in level overview in editor.
-
-
Field Summary
-
Fields inherited from class com.starpoints.painter.editor.OverviewInfo
POINT_HEIGHT, POINT_WIDTH
-
-
Constructor Summary
Constructors Constructor Description ShopOverviewInfo(ShopInfo si)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintLevelInfo(Graphics g, int offsetX, int offsetY)
-
-
-
Constructor Detail
-
ShopOverviewInfo
public ShopOverviewInfo(ShopInfo si)
-
-
Method Detail
-
paintLevelInfo
public void paintLevelInfo(Graphics g, int offsetX, int offsetY)
- Specified by:
paintLevelInfo
in classOverviewInfo
-
-