X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Futils%2FQuality.java;h=208fbe52fd34130fc45e2d6be48a7d8467fd8ce0;hb=e8b96542ea305825ae4dbf7c35f11275689ef564;hp=619675a37ea075234b454f34a04fa1567610bedd;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/utils/Quality.java b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/utils/Quality.java index 619675a37..208fbe52f 100644 --- a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/utils/Quality.java +++ b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/utils/Quality.java @@ -1,23 +1,23 @@ -/******************************************************************************* - * Copyright (c) 2011 Association for Decentralized Information Management in - * Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.scenegraph.utils; - -/** - * A tri-state measure of desired (rendering) quality. - * - * @author Tuukka Lehtonen - */ -public enum Quality { - LOW, - GOOD, - HIGH +/******************************************************************************* + * Copyright (c) 2011 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.scenegraph.utils; + +/** + * A tri-state measure of desired (rendering) quality. + * + * @author Tuukka Lehtonen + */ +public enum Quality { + LOW, + GOOD, + HIGH } \ No newline at end of file