AnyLogic
Expand
Font size
    java.lang.Object
      com.anylogic.engine.presentation.SVGUtils.SVGCadLayerDescriptor
Enclosing class:
SVGUtils

public static class SVGUtils.SVGCadLayerDescriptor
extends Object

Field Summary

Modifier and TypeFieldDescription
final Stringfill 
final Stringstroke 

Constructor Summary

ConstructorDescription
SVGCadLayerDescriptor(String stroke, String fill) 

Method Summary

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

stroke

public final String stroke

fill

public final String fill

Constructor Details

SVGCadLayerDescriptor

public SVGCadLayerDescriptor(String stroke,
 String fill)