List of usage examples for com.badlogic.gdx.scenes.scene2d.ui Skin getTiledDrawable
public TiledDrawable getTiledDrawable(String name)
From source file:es.eucm.ead.editor.view.widgets.TimelineWidget.java
License:Open Source License
public TimelineWidget(Skin skin, float height, float pixelsPerSecond, float scale) { super(true, skin.getTiledDrawable("timeline")); this.height = height; lastTime = 0;//w w w . j a v a2s . c o m this.skin = skin; this.pixelsPerSecond = pixelsPerSecond; this.scale = scale; }