public class Layer extends Object
protected boolean
active
protected String
id
title
Layer()
String
getId()
getTitle()
boolean
isActive()
void
setActive(boolean active)
setId(String id)
setTitle(String title)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String id
protected String title
protected boolean active
public Layer()
public String getId()
public void setId(String id)
public String getTitle()
public void setTitle(String title)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2020. All rights reserved.