public class SimpleMessageWindowModel extends MessageWindowModel implements Loadable
name| コンストラクタと説明 | 
|---|
| SimpleMessageWindowModel(java.lang.String name,
                        java.awt.Color primaryColor,
                        java.awt.Color secondaryColor,
                        FontModel font,
                        float lineGap,
                        float borderWidth) | 
getNamepublic SimpleMessageWindowModel(java.lang.String name,
                                java.awt.Color primaryColor,
                                java.awt.Color secondaryColor,
                                FontModel font,
                                float lineGap,
                                float borderWidth)
public void draw(java.awt.Graphics2D g,
                 MessageWindowSprite w)
draw クラス内 MessageWindowModelpublic boolean isLoaded()
Loadablepublic SimpleMessageWindowModel load()
Loadablepublic float getWidth()
public SimpleMessageWindowModel setWidth(float width)
public float getHeight()
public SimpleMessageWindowModel setHeight(float height)
public SimpleMessageWindowModel setSize(float w, float h)
public java.awt.Color getPrimaryColor()
public SimpleMessageWindowModel setPrimaryColor(java.awt.Color primaryColor)
public java.awt.Color getSecondaryColor()
public SimpleMessageWindowModel setSecondaryColor(java.awt.Color secondaryColor)
public FontModel getFont()
public SimpleMessageWindowModel setFont(FontModel font)
public float getLineGap()
public SimpleMessageWindowModel setLineGap(float lineGap)
public float getFirstLineXGap()
public SimpleMessageWindowModel setFirstLineXGap(float firstLineXGap)
public float getFirstLineYGap()
public SimpleMessageWindowModel setFirstLineYGap(float firstLineYGap)
public float getBorderWidth()
public SimpleMessageWindowModel setBorderWidth(float borderWidth)
public boolean isTextAntiAlias()
public SimpleMessageWindowModel setTextAntiAlias(boolean textAntiAlias)
public SimpleMessageWindowModel clone()
Modelclone クラス内 MessageWindowModel