/* * Copyright (C) 2006-2016 DLR, Germany * * All rights reserved * * http://www.rcenvironment.de/ */ package de.rcenvironment.core.component.model.api; /** * Defines sizes of components. * * @author Doreen Seider */ public enum ComponentSize { /** 16x16 px. */ SMALL, /** 32x32 px. */ MEDIUM; }