All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.avh4.framework.uilayer.scene.testsuite.RenderLabelTest Maven / Gradle / Ivy

The newest version!
package net.avh4.framework.uilayer.scene.testsuite;

import net.avh4.framework.uilayer.Color;
import net.avh4.framework.uilayer.scene.RenderTestBase;
import net.avh4.framework.uilayer.scene.SceneLabel;
import net.avh4.framework.uilayer.scene.SceneRect;

public class RenderLabelTest extends RenderTestBase {

    public void testRenderLabel() throws Exception {
        scene.add(new SceneRect(400, 300, 1, 1, Color.RED));
        scene.add(new SceneLabel("Red Point", 400, 300, "Tuffy.ttf", 12,
                Color.YELLOW));
        assertRenderingIsApproved();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy